just need some help with this. and to see if I am doing it the best way. /if $target(id)!=@TargetId /goto :EndAF is the old code /if (${String[${Target.ID}].NotEqual[${String[${TargetId}]}]}) /goto :EndAF That looks sloppy to me. But there is not something like ${Int[${blah}].NotEqual[${blah1}]} unl...
I made an autofight mac for my war that basically just sticks the war on a mob till dead. Since the last patch if a mob gates while fighting it i will get CTD. Anyone else having this problem or know of a fix for it?
not at my EQ come now but try this :-) just add these things to your macro: Events to add #event Fizzle "Your spell fizzles!" #event Interrupt "Your spell is interrupted." #event Recover "You haven't recovered yet..." #event Standing "You must be standing to cast a...
when i use /doevents its not catching the events unless i call out the exact event like /doevents Enraged. Did it changed where you have to call out all events on there own? If needed i can post some code