Highly configurable and responsive World of Warcraft Classic pixel Grind Bot - No DLL injection or memory tampering, just screen capture and input simulation.
187
stars
127
forks
source link
Refactor: `WaitResult` removed - Fix: GCD should be properly awaited after casting and instant spell then a castbar one #509
WaitResult removed and replaced with a plain float value. Upon the elapsed time ran out of time, simply turn the elapsed time to negative.
Issue about the Instant cast spell -> Castbar spell GCD:
While using the Warlock_66_Demo_pet_pull.json profile, there was an issue where after casting the Immolate spell, then a Curse of Agony spell followed, always the upcoming Shadow Bolt ability failed without even retrying.
Cause:
After casting the Curse of Agony spell, its corresponding GCD were not accounted for.
Tested with:
DeathKnight_80_Unholy.json instant cast spells
Druid_60_cat_bear.json with shapeshifting
Warlock_66_Demo_pet_pull.json cycling between instant cast and castbar based spells
WaitResult
Refactor:WaitResult
removed and replaced with a plainfloat
value. Upon the elapsed time ran out of time, simply turn the elapsed time to negative.Issue about the Instant cast spell -> Castbar spell GCD:
Warlock_66_Demo_pet_pull.json
profile, there was an issue where after casting theImmolate
spell, then aCurse of Agony
spell followed, always the upcomingShadow Bolt
ability failed without even retrying.Cause:
Curse of Agony
spell, its corresponding GCD were not accounted for.Tested with:
DeathKnight_80_Unholy.json
instant cast spellsDruid_60_cat_bear.json
with shapeshiftingWarlock_66_Demo_pet_pull.json
cycling between instant cast and castbar based spells