Sigh.. still getting errors. I get an error when i try to load the list. And i get an error when the enemy is casting the Spell that i added to the SpellID.
Will just wait out for newer versions.
Edit: i spam "continue" on the errors till it stops giving errors, and eventually the program is working. Thanks
Last edited by themaster; 01-03-2011 at 12:39 PM.
I've got this working, but it only seems to work for PvP, wasn't made clear if this only worked in a certain environment but I'd rather use it in raids. Is it known that it doesnt work in pve ? Was entering the Spell ID from boss but it wouldn't work at all, but it did work in duels.
Hi, great tool, when will the newer version with the fixed channel cast be released? Thanks!
I'm sure he will be able to fix channeling in two seconds when he gets around to it, the way I handle it is:
Code:target_Casting = bWoW.ReadInt(curObj + (uint)clsMyOffsets.UnitField.CastingSpellID); //pull targetCasting from memory. if (target_Casting == 0) //if not casting anything, check if target is channeling. { target_Casting = bWoW.ReadInt(curObj + (uint)clsMyOffsets.UnitField.ChannelSpellID); //pull targetChanneling from memory. }
Surely works in PvE too, just add all the ids [not channeled spells as written by derpherp]. I used it on Maloriak too, but kicked Release Abberations. I had to add all the IDs of spells called Release Abberations, because i didnt know which is the spell and which is the effect.. worked great.
EDIT: Didn't work on Arcane Storm too, even when set to kick all casts.
- There now come no more error when Key1 or Key2 has not been selected.
- The tool looks, now by starting for an update
- You can now enter the distance to the kick so that the tool is not just feet away, for example, spamming kick
- Tray (For this you click in the Task Bar, the icon)
- Channelization is now interrupted.
Bl1zz4rDs autokick.rar
Or look in the Original Post.
Thanks for updating the tool! May I know if you can change it to include mouse buttons? I use a Razer mouse and I use Windows Button 4 and 5 to interrupt. Thank you!
Thanks for the update. I noticed today that when I save a couple of spell id's and then try and load them it doesn't want to enter them into the spellid box. Anyone else noticed issues with loading saved spellid's ?