Do you like pet battles? Do you like Harbinger of Flame's Impale ability? This addon will alert you via a chat window message when to use Impale for maximum effect.
The best time to use Impale is when the initial damage will take the opponent below 25% health, after which the special effect of the ability will finish the job. This is true when opponentCurrentHP <= opponentMaxHP * 0.25 + impaleDamage. (The only exception is against Mechanical pets, in which case you might want to save it for when the initial damage will kill the opponent; after they come back to life, they'll just get killed by the special effect!)
The addon takes into account pet family damage bonus/reduction, but does NOT take into account buffs or debuffs, so be observant! And of course you will not be notified to use Impale unless you're actually using Harbinger of Flame and the ability is off cooldown.
It is very unlikely that any features will be added to this addon in the future, but I will fix bugs if they arise.
- 4 comments
- 4 comments
Facts
- Date created
- Jan 02, 2013
- Category
- Last update
- Jan 02, 2013
- Development stage
- Release
- License
- All Rights Reserved
- Curse link
- Pet Battle Impale Hinter
- Downloads
- 337
- Recent files
- Reply
- #4
vvt0mi Mar 25, 2013 at 12:55 UTC - 0 likes@cremor: Go
You are welcome!
For proper skill name modify Line 36: print(format("Use %s now! Limit: %d", impaleInfo[2], impaleLimit))
- Reply
- #3
cremor Mar 25, 2013 at 08:47 UTC - 0 likes@vvt0mi: Go
Thanks, but I already figured this out myself in the meantime :)
- Reply
- #2
vvt0mi Mar 25, 2013 at 07:54 UTC - 0 likes@cremor: Go
Modify line 16: if (info[1] == 800 or info[1] == 518 and isUsable) then
- Reply
- #1
cremor Jan 03, 2013 at 10:36 UTC - 0 likesNice idea for an addon, but there is at least one additional battle pet ability which works like Impale and can be used by 8 different pets: http://www.wowhead.com/petability=518
Could you please add support for that ability too?