Xian55 / WowClassicGrindBot

Highly configurable and responsive World of Warcraft Classic pixel Grind Bot - No DLL injection or memory tampering, just screen capture and input simulation.
190 stars 127 forks source link

Addon: [1.7.45] - Feature: Improved Instant cast spells lifetime tracking #528

Closed Xian55 closed 1 year ago

Xian55 commented 1 year ago

Changes

Breaking Change:


The correct way to use Wand / Shoot ability

{
  "Name": "Shoot",
  "Key": "3",
  "WhenUsable": true,   // this is really important
  "Requirements": [
    "HasRangedWeapon",
    "!Shooting",
    "!Casting",
    "SpellInRange:1"
  ]
},