julianperrott / WowClassicGrindBot

WOW Classic Grind Bot, World of Warcraft Grind Bot - No DLL injection or memory watching, just screen capture and mouse and keyboard clicking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inccorect sample profile mage6.json

teehehe opened this issue · comments

{
      "Name": "Low Health",
      "HasCastBar": true,
      "StopBeforeCast": true,
      "Key": "6",
      "Requirement": "TargetHealth%<90",
      "Cooldown": 10,
      "Log": false
    },

should be

{
      "Name": "Low Health",
      "HasCastBar": true,
      "StopBeforeCast": true,
      "Key": "6",
      "Requirement": "Health%<90",
      "Cooldown": 10,
      "Log": false
    },

and then

  {
      "Name": "Conjure Food",
      "HasCastBar": true,
      "StopBeforeCast": true,
      "Key": "8",
      "Requirement": "not BagItem:5350:4",
      "Cooldown": 30,
      "Log": false
    }

should be

{
      "Name": "Conjure Food",
      "HasCastBar": true,
      "StopBeforeCast": true,
      "Key": "8",
      "Requirement": "not BagItem:5349:4",
      "Cooldown": 30,
      "Log": false
    }