Page 11 of 50 FirstFirst ... 91011121321 ... LastLast
Results 151 to 165 of 748
  1. #151
    muuse12's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Name: Legion token bot for Grimoire 3.8.
    Purpose: do the quest ''Lack of four-sight'' and complete the quest to get legion tokens all at Evilwardage.

  2. #152
    kormoczi's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Name: Undead Energy for Grimoire

  3. #153
    tellies's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    I need a Gem of Nulgath bot for Grimoire 3.8
    Purpose: Can't find one that work for it, and the one I tried to do myself would either get the Totem or Nulgath, or no item at all

  4. #154
    2809ta1911's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    40
    Quote Originally Posted by ughogran View Post
    A Spirit Orb Bot for Grimoire 3.8 please?
    Quote Originally Posted by alphablademaster View Post
    id like a bot for undead energy?
    Quote Originally Posted by kormoczi View Post
    Name: Undead Energy for Grimoire
    Have a bot that does both. If you want to only farm for Spirit Orbs, remove the "Undead Energy" in the Drops tab. If you only want Undead Energy, remove the "Bone Dust" and "Undead Energy" instead. If you have a weapon of Blinding Light to farm with, simply add the quest to the Quests tab and let it work.
    Also, I can't upload stuff yet, so copy the code below, paste it into a notepad file, and save it with a .gbot extension to have it work.

    Code:
    {
      "$type": "Grimoire.Botting.Configuration, Grimoire",
      "Commands": {
        "$type": "System.Collections.Generic.List`1[[Grimoire.Botting.IBotCommand, Grimoire]], mscorlib",
        "$values": [
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
            "Name": "START"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdDelay, Grimoire",
            "Delay": 3000
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
            "Name": "MAP"
          },
          {
            "$type": "Grimoire.Botting.Commands.Map.CmdJoin, Grimoire",
            "Map": "battleunderb-1e6",
            "Cell": "Enter",
            "Pad": "Spawn"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
            "Name": "MOD_CHECK"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.Statements.CmdPlayersGreaterThan, Grimoire",
            "Tag": "Player",
            "Text": "Count is greater than",
            "Value1": "1",
            "Value2": ""
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLogout, Grimoire"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
            "Name": "KILL"
          },
          {
            "$type": "Grimoire.Botting.Commands.Combat.CmdKill, Grimoire",
            "Monster": "*"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
            "Name": "RESTART"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdGotoLabel, Grimoire",
            "Label": "MOD_CHECK"
          }
        ]
      },
      "Skills": {
        "$type": "System.Collections.Generic.List`1[[Grimoire.Game.Data.Skill, Grimoire]], mscorlib",
        "$values": [
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "1: Ancestor's Flame",
            "Index": "1"
          },
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "2: Hydrophobia",
            "Index": "2"
          }
        ]
      },
      "Quests": {
        "$type": "System.Collections.Generic.List`1[[Grimoire.Game.Data.Quest, Grimoire]], mscorlib",
        "$values": [
          {
            "$type": "Grimoire.Game.Data.Quest, Grimoire",
            "QuestID": 2082,
            "Text": "2082"
          },
          {
            "$type": "Grimoire.Game.Data.Quest, Grimoire",
            "QuestID": 2083,
            "Text": "2083"
          }
        ]
      },
      "Author": "Author",
      "Description": "Description",
      "Boosts": {
        "$type": "System.Collections.Generic.List`1[[Grimoire.Game.Data.InventoryItem, Grimoire]], mscorlib",
        "$values": []
      },
      "Drops": {
        "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
        "$values": [
          "Bone Dust",
          "Undead Essence",
          "Undead Energy",
          "Spirit Orb",
          "Loyal Spirit Orb",
          "Bright Aura",
          "Brilliant Aura",
          "Blinding Light Fragments",
          "Blinding Aura"
        ]
      },
      "Server": {
        "$type": "Grimoire.Game.Data.Server, Grimoire",
        "sName": "Artix",
        "iPort": 5233
      },
      "SkillDelay": 500,
      "ExitCombatBeforeRest": true,
      "ExitCombatBeforeQuest": true,
      "EnablePickup": true,
      "EnableRejection": true,
      "AutoRelogin": true,
      "RelogDelay": 5000,
      "BotDelay": 1000,
      "SkipDelayIndexIf": true,
      "WalkSpeed": 20,
      "NotifyUponDrop": {
        "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
        "$values": []
      },
      "RestMp": 30,
      "RestHp": 30,
      "RestartUponDeath": true
    }

    Quote Originally Posted by nayskaesca View Post
    A need a bot for evil reputation I couldnt find any for grimoire
    Here's an alternative (though slower) one, in case the Tokens bot does not work correctly for you (like for me).
    Code:
    {
      "$type": "Grimoire.Botting.Configuration, Grimoire",
      "Commands": {
        "$type": "System.Collections.Generic.List`1[[Grimoire.Botting.IBotCommand, Grimoire]], mscorlib",
        "$values": [
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
            "Name": "START"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdDelay, Grimoire",
            "Delay": 3000
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
            "Name": "MAP"
          },
          {
            "$type": "Grimoire.Botting.Commands.Map.CmdJoin, Grimoire",
            "Map": "newbie-1e6",
            "Cell": "Enter",
            "Pad": "Spawn"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
            "Name": "MOD_CHECK"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.Statements.CmdPlayersGreaterThan, Grimoire",
            "Tag": "Player",
            "Text": "Count is greater than",
            "Value1": "1",
            "Value2": ""
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLogout, Grimoire"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
            "Name": "KILL"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
            "Name": "1"
          },
          {
            "$type": "Grimoire.Botting.Commands.Map.CmdMoveToCell, Grimoire",
            "Cell": "r2",
            "Pad": "Left"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.Statements.CmdMonsterInRoom, Grimoire",
            "Tag": "Monster",
            "Text": "Is in room",
            "Value1": "Slime",
            "Value2": ""
          },
          {
            "$type": "Grimoire.Botting.Commands.Combat.CmdKill, Grimoire",
            "Monster": "*"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.Statements.CmdMonsterInRoom, Grimoire",
            "Tag": "Monster",
            "Text": "Is in room",
            "Value1": "Slime",
            "Value2": ""
          },
          {
            "$type": "Grimoire.Botting.Commands.Combat.CmdKill, Grimoire",
            "Monster": "*"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
            "Name": "2"
          },
          {
            "$type": "Grimoire.Botting.Commands.Map.CmdMoveToCell, Grimoire",
            "Cell": "r5",
            "Pad": "Left"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.Statements.CmdMonsterInRoom, Grimoire",
            "Tag": "Monster",
            "Text": "Is in room",
            "Value1": "Slime",
            "Value2": ""
          },
          {
            "$type": "Grimoire.Botting.Commands.Combat.CmdKill, Grimoire",
            "Monster": "*"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.Statements.CmdMonsterInRoom, Grimoire",
            "Tag": "Monster",
            "Text": "Is in room",
            "Value1": "Slime",
            "Value2": ""
          },
          {
            "$type": "Grimoire.Botting.Commands.Combat.CmdKill, Grimoire",
            "Monster": "*"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdLabel, Grimoire",
            "Name": "RESTART"
          },
          {
            "$type": "Grimoire.Botting.Commands.Misc.CmdGotoLabel, Grimoire",
            "Label": "MOD_CHECK"
          }
        ]
      },
      "Skills": {
        "$type": "System.Collections.Generic.List`1[[Grimoire.Game.Data.Skill, Grimoire]], mscorlib",
        "$values": [
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "1: Twisted Viper",
            "Index": "1"
          },
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "3: Stasis",
            "Index": "3"
          },
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "2: Ancient Wrap",
            "Index": "2"
          },
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "4: Caricature",
            "Index": "4"
          }
        ]
      },
      "Quests": {
        "$type": "System.Collections.Generic.List`1[[Grimoire.Game.Data.Quest, Grimoire]], mscorlib",
        "$values": [
          {
            "$type": "Grimoire.Game.Data.Quest, Grimoire",
            "QuestID": 364,
            "Text": "364"
          }
        ]
      },
      "Author": "Author",
      "Description": "Description",
      "Boosts": {
        "$type": "System.Collections.Generic.List`1[[Grimoire.Game.Data.InventoryItem, Grimoire]], mscorlib",
        "$values": []
      },
      "Drops": {
        "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
        "$values": []
      },
      "Server": {
        "$type": "Grimoire.Game.Data.Server, Grimoire",
        "sName": "Twilly",
        "iPort": 5233
      },
      "SkillDelay": 500,
      "ExitCombatBeforeRest": true,
      "ExitCombatBeforeQuest": true,
      "EnablePickup": true,
      "EnableRejection": true,
      "RelogDelay": 5000,
      "BotDelay": 1000,
      "SkipDelayIndexIf": true,
      "WalkSpeed": 8,
      "NotifyUponDrop": {
        "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
        "$values": []
      },
      "RestMp": 60,
      "RestHp": 60,
      "RestartUponDeath": true
    }

  5. #155
    Phantom of the Chaos's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    37
    Reputation
    23
    Thanks
    6
    My Mood
    Amused
    Name: Lorekeeper Token bot for Grimoire 3.8
    Purpose: to farm Lorekeeper tokens that came with a new release.

  6. #156
    nayskaesca's Avatar
    Join Date
    Apr 2018
    Gender
    female
    Posts
    55
    Reputation
    10
    Thanks
    1
    My Mood
    Lurking
    Name: Juggernaut Items of Nulgath
    Purpose: To collect all the items of nulgath

  7. #157
    awesomekickbuttop's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Name Zifwin the Colorful's Quest quest bot Purpose to collect the in game boosts rep, exp, gold

  8. #158
    medoxxz2010's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    World's Mother
    Posts
    136
    Reputation
    10
    Thanks
    569
    My Mood
    Cool
    I Need Necrotic Sword of Doom Bot For Free Player, I Found One For 3.8 But It's For Mem https://www.mpgh.net/forum/showthread.php?t=1360017
    Last edited by medoxxz2010; 05-08-2018 at 11:27 PM.
    Luv You
    Excuse Me For My Bad English
    Hope You Understand My Stupid Words
    EGYPT

  9. The Following User Says Thank You to medoxxz2010 For This Useful Post:

    Osviks (11-03-2018)

  10. #159
    selfmademan's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Dead
    Can you make an evil rep and arcangrove rep?
    I want to farm AFDL

  11. #160
    gaffox's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    246
    Reputation
    33
    Thanks
    2,845
    Quote Originally Posted by selfmademan View Post
    Can you make an evil rep and arcangrove rep?
    I want to farm AFDL
    You can use this one
    https://www.mpgh.net/forum/showthread.php?t=1362999

  12. The Following User Says Thank You to gaffox For This Useful Post:

    selfmademan (05-10-2018)

  13. #161
    mchqeen12's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    6
    My Mood
    Happy
    Grimoire 3.8 totem of nulgath bot help

    - - - Updated - - -

    Member nulgath map

  14. #162
    sic dude's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Name of the bot: Chronospan rep bot for Grimore 3.8
    Purpose: farm chrono span rep

  15. #163
    selfmademan's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Dead
    "The assistant" bot please
    So that I can spend all my gold and get reagents

  16. #164
    gaffox's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    246
    Reputation
    33
    Thanks
    2,845
    Quote Originally Posted by selfmademan View Post
    "The assistant" bot please
    So that I can spend all my gold and get reagents
    https://www.mpgh.net/forum/showthrea...=The+assistant

    Quote Originally Posted by sic dude View Post
    Name of the bot: Chronospan rep bot for Grimore 3.8
    Purpose: farm chrono span rep
    https://www.mpgh.net/forum/showthread.php?t=1362999
    Last edited by gaffox; 05-10-2018 at 07:56 PM.

  17. #165
    justsal13's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0
    a supplies to spin the wheel of chance bot if possible?

Page 11 of 50 FirstFirst ... 91011121321 ... LastLast

Similar Threads

  1. [Tutorial] Adventure Quest Worlds (AQW) - Botting And Cheating
    By meme in forum Adventure Quest Worlds (AQW) Tutorials, Source Code & Coding
    Replies: 19
    Last Post: 10-07-2019, 07:35 AM
  2. Adventure Quest Worlds (AQW) Bot Requests (new)
    By Hunter in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 171
    Last Post: 12-16-2017, 06:58 PM
  3. Adventure Quest Worlds (AQW) Bot Requests
    By Hunter in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 347
    Last Post: 12-12-2017, 09:29 PM
  4. [Info] Adventure Quest Worlds (AQW) Private Server Bot Requests
    By Hunter in forum Adventure Quest Worlds (AQW) Private Servers
    Replies: 12
    Last Post: 12-02-2017, 12:01 AM
  5. Adventure Quest Worlds (AQW) Help & Request Guidelines
    By Jim in forum Adventure Quest Worlds (AQW) Help
    Replies: 0
    Last Post: 08-01-2014, 09:13 AM