MQ2Debuffs bug and fix

devestator

Lifetime Member
Joined
Oct 25, 2006
Messages
1,550
Reaction score
15
Points
38
I was messing with this plugin tonight as I'm using it in my magebot macro now, I found at least one bug in the plugin.

#define DEBUFF_ROOTSLOT 2

This should be set to 1. Near as I can see all roots are in slot 2 so pSpell->Attrib[1] would return the 2nd slot since the attrib array has a lowerbound of 0.

At least thats the way I understand it. I tested it and at 2 it dosn't work but at 1 it does! :)

If that could be fixed for the next update it would be awesome, I'm about to release an update for my magebot macro that is using the information to make movements better.