Results 1 to 6 of 6
  1. #1
    asamortal's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    Mother Base
    Posts
    997
    Reputation
    31
    Thanks
    158
    My Mood
    Cynical

    Can't make a Willpower farming bot work

    Why is it that no matter what I try to do I just can't seem to make a Willpower farming bot work?
    Heck a lot of new Temp Item quest or even dropped items quests don't seem to work nowadays
    It can't seem to read the number of temp items that dropped or it wont accept the dropped quest items for some reason
    The Cash Must Flow

  2. #2
    Poonce's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Location
    Wkwk Land
    Posts
    1,160
    Reputation
    1132
    Thanks
    1,813
    I believe ur talking about the provoke monster option, you can trick it by forcing your char go to the blank map like a r0/spawn i think and check quest

     
    Registered 01/12/2018
    Publicist as Video Team 27/10/2019
    Get a Premium Member from Contest 01/11/2019
    Join the Twice Force 09/11/2019
    GFX Team 27/11/2019
    News Force as Gaming News 30/11/2019
    Publicist Team as Social Media Manager 06/02/2020
    Get a Premium Seller from Contest 16/02/2020
    News Force as Writer 26/07/20
    Publicist Team 26/07/2020
    Resign from News Force 06/01/2021
    Minion in BattleOn Section 28/10/2021
    Get Promoted to Minion+ 07/02/2022
    Minion in Steam Games Section 18/03/2022
    Minion in Minecraft Section 18/04/2022
    Minion in Battlefield Section 26/05/2022
    Get Promoted to Moderator 14/10/2022

    dd/mm/yyyy

  3. #3
    asamortal's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    Mother Base
    Posts
    997
    Reputation
    31
    Thanks
    158
    My Mood
    Cynical
    Nope
    It's just not detecting the temp items for the quest for some reason so it just keeps killing it repeatedly and not going to the next line in the bot

    And yes, I made sure to check that it's the TEMP item and not an actual dropped item
    I'm not sure if its because they added new types of temp items because older bots I've made works just fine
    Last edited by asamortal; 09-15-2022 at 08:00 AM.
    The Cash Must Flow

  4. #4
    Poonce's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Location
    Wkwk Land
    Posts
    1,160
    Reputation
    1132
    Thanks
    1,813
    if u dont mind can u send the code line off .gbot?
    if u use 'kill for temp' cmd yeah thats sometimes didnt work properly
    i recomend u to make individual cmd for it to check

     
    Registered 01/12/2018
    Publicist as Video Team 27/10/2019
    Get a Premium Member from Contest 01/11/2019
    Join the Twice Force 09/11/2019
    GFX Team 27/11/2019
    News Force as Gaming News 30/11/2019
    Publicist Team as Social Media Manager 06/02/2020
    Get a Premium Seller from Contest 16/02/2020
    News Force as Writer 26/07/20
    Publicist Team 26/07/2020
    Resign from News Force 06/01/2021
    Minion in BattleOn Section 28/10/2021
    Get Promoted to Minion+ 07/02/2022
    Minion in Steam Games Section 18/03/2022
    Minion in Minecraft Section 18/04/2022
    Minion in Battlefield Section 26/05/2022
    Get Promoted to Moderator 14/10/2022

    dd/mm/yyyy

  5. #5
    asamortal's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    Mother Base
    Posts
    997
    Reputation
    31
    Thanks
    158
    My Mood
    Cynical
    Code:
    {
      "$type": "Grimoire.Botting.Configuration, Grimoire",
      "Commands": {
        "$type": "System.Collections.Generic.List`1[[Grimoire.Botting.IBotCommand, Grimoire]], mscorlib",
        "$values": [
          {
            "$type": "Grimoire.Botting.Commands.Map.CmdJoin, Grimoire",
            "Map": "ruinedcrown",
            "Cell": "r10",
            "Pad": "Left"
          },
          {
            "$type": "Grimoire.Botting.Commands.Quest.CmdAcceptQuest, Grimoire",
            "Quest": {
              "$type": "Grimoire.Game.Data.Quest, Grimoire",
              "QuestID": 8788
            }
          },
          {
            "$type": "Grimoire.Botting.Commands.Map.CmdMoveToCell, Grimoire",
            "Cell": "r8",
            "Pad": "Left"
          },
          {
            "$type": "Grimoire.Botting.Commands.Combat.CmdKillFor, Grimoire",
            "Monster": "mana-burdened mage",
            "ItemName": "Mage's Blood Sample",
            "ItemType": 1,
            "Quantity": "8"
          },
          {
            "$type": "Grimoire.Botting.Commands.Map.CmdMoveToCell, Grimoire",
            "Cell": "r9",
            "Pad": "Left"
          },
          {
            "$type": "Grimoire.Botting.Commands.Combat.CmdKillFor, Grimoire",
            "Monster": "Frenzied Mana",
            "ItemName": "Mana Residue",
            "ItemType": 1,
            "Quantity": "8"
          },
          {
            "$type": "Grimoire.Botting.Commands.Map.CmdMoveToCell, Grimoire",
            "Cell": "r10",
            "Pad": "Left"
          },
          {
            "$type": "Grimoire.Botting.Commands.Combat.CmdKillFor, Grimoire",
            "Monster": "Calamitous Warlic",
            "ItemName": "Warlic's Favor",
            "ItemType": 1,
            "Quantity": "1"
          },
          {
            "$type": "Grimoire.Botting.Commands.Quest.CmdCompleteQuest, Grimoire",
            "Quest": {
              "$type": "Grimoire.Game.Data.Quest, Grimoire",
              "QuestID": 8788
            }
          }
        ]
      },
      "Skills": {
        "$type": "System.Collections.Generic.List`1[[Grimoire.Game.Data.Skill, Grimoire]], mscorlib",
        "$values": [
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "3: Unshackle",
            "Index": "3"
          },
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "[S] 2: Highlord's Gaze",
            "Type": 1,
            "Index": "2",
            "SafeHealth": 80
          },
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "2: Highlord's Gaze",
            "Index": "2"
          },
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "[S] 2: Highlord's Gaze",
            "Type": 1,
            "Index": "2",
            "SafeHealth": 80
          },
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "4: Armageddon",
            "Index": "4"
          },
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "[S] 2: Highlord's Gaze",
            "Type": 1,
            "Index": "2",
            "SafeHealth": 80
          },
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "1: Shackle",
            "Index": "1"
          },
          {
            "$type": "Grimoire.Game.Data.Skill, Grimoire",
            "Text": "[S] 2: Highlord's Gaze",
            "Type": 1,
            "Index": "2",
            "SafeHealth": 80
          }
        ]
      },
      "Quests": {
        "$type": "System.Collections.Generic.List`1[[Grimoire.Game.Data.Quest, Grimoire]], mscorlib",
        "$values": []
      },
      "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": "Artix",
      "SkillDelay": 500,
      "ExitCombatBeforeRest": true,
      "ExitCombatBeforeQuest": true,
      "EnablePickup": true,
      "RelogDelay": 5000,
      "BotDelay": 1000,
      "SkipDelayIndexIf": true,
      "InfiniteAttackRange": true,
      "WalkSpeed": 12,
      "NotifyUponDrop": {
        "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
        "$values": []
      },
      "RestMp": 60,
      "RestHp": 60,
      "RestartUponDeath": true
    }
    The Cash Must Flow

  6. #6
    Poonce's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Location
    Wkwk Land
    Posts
    1,160
    Reputation
    1132
    Thanks
    1,813
    there is a different in quote mark in Mage’s Blood Sample and Warlic’s Favor, they use different quote mark to trick trainers
    tips: use quest grabber to copy temp quest

    /solved i think

     
    Registered 01/12/2018
    Publicist as Video Team 27/10/2019
    Get a Premium Member from Contest 01/11/2019
    Join the Twice Force 09/11/2019
    GFX Team 27/11/2019
    News Force as Gaming News 30/11/2019
    Publicist Team as Social Media Manager 06/02/2020
    Get a Premium Seller from Contest 16/02/2020
    News Force as Writer 26/07/20
    Publicist Team 26/07/2020
    Resign from News Force 06/01/2021
    Minion in BattleOn Section 28/10/2021
    Get Promoted to Minion+ 07/02/2022
    Minion in Steam Games Section 18/03/2022
    Minion in Minecraft Section 18/04/2022
    Minion in Battlefield Section 26/05/2022
    Get Promoted to Moderator 14/10/2022

    dd/mm/yyyy

Similar Threads

  1. Can anybody make a doomwood storyline bot?
    By Malarkath in forum Adventure Quest Worlds (AQW) Discussions
    Replies: 4
    Last Post: 08-08-2019, 05:24 AM
  2. Can someone make a good android bot
    By tamsd in forum Pokemon Go Discussions
    Replies: 1
    Last Post: 09-18-2016, 05:29 PM
  3. [Request] can someone make me a loremaster bot
    By joshmary in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 4
    Last Post: 07-21-2013, 02:08 PM
  4. [Help Request] How can i make mini Euro Farme Auto????
    By kakamanski in forum Alliance of Valiant Arms (AVA) Help
    Replies: 11
    Last Post: 02-06-2013, 10:46 PM
  5. [Request] Can someone make an updated juggeraut bot?
    By hbgrotp in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 3
    Last Post: 12-30-2012, 08:07 PM