Originally Posted by
Ssateneth
Does this bot/tool/hack/whatever allow casting something like Blizzard and Death & Decay on a target of your choice? I've been looking for something like this for ages, and Chaotic was working on it for NoAddiction (Doesn't work anymore obviously) before he disappeared.
I already have my own scripts. It's just that for some automation like D&D for unholy DK on single target, pet freeze for frost mage, and the like is nigh impossible to do without some sort of human interaction (clicking the 3d world).
WTB CastAOESpellByName() and CastAOESpellByID()
CastAOESpellByName("Death and Decay","target")
Also about Cast-time DoTS/debuffs: You can do some funky lua to prevent a recast unless it actually didn't go off. An example is to check what you're casting, and if it's Vampiric Touch, store the time somewhere. As long as the current time minus the stored time is less than a certain value (say 0.8 sec) it won't cast VT.
Any LUA unlocker can do this:
Code:
CastSpellByName("Death and Decay")
if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
return true
This will cast Death and Decay at your mouse position.
And thanks for your tip about casted dots, i'll check this later 
Does it work on v 4.06 ? if yes why there is no wow process in list when start program
I only support official latest release, sorry dude