Page 1 of 5
Event? How it works?
Posted: Sat Dec 11, 2004 3:38 am
by wolfbaby
I have a macro use the Event if the spell has worn off.
But when the macro Loop for the next kill , it will grap the event that in the end of the last loop (like the root worn off).
How can i avoid that?
Posted: Sat Dec 11, 2004 4:18 am
by bam
well, without seeing your macro...
It really depends on how you choose to manage the debuffs. If you are using some sorta variables to know if mob has or has not been rooted/snared/whatever, then can jsut reset them on exp msg or something. Really you should post some code... making changes to unknown code is just.... hard.
I've run into this
Posted: Sun Dec 12, 2004 10:48 am
by JJ
What happened to me is that as you're doing whatever cast, the /doevents from the previous cast didn't grab it before it went to another sub. Then when the /doevents for the next sub activated, it caught what hasn't been processed yet, so it tried to finish it. So my fix was to finish with my /doevents before it jumped to next sub. Hope that helps.
Posted: Sun Dec 12, 2004 10:41 pm
by wolfbaby
yeah! My macro works right now ,
i have a root break event check,and if the mob's hp is <10%,i DD it and dont check the break.So that's the problem when the next loop i doevents.
So at the end of every loop,just doevents rootbreak ,and get a no target.so the spell won't cast ,and the next loop works right.
Posted: Mon Dec 13, 2004 6:45 am
by Goofmester1
You could have it clear out the events queue when you go to DD instead. This could have a sideeffect of clearing a wanted event but might solve your problem if added at the right spot.
Found the info in the manual and to use it is
/doevents flush -Clears all events in the /doevents queue
Re: Event? How it works?
Posted: Sat Mar 08, 2025 4:31 am
by xyilla
Re: Event? How it works?
Posted: Sat Mar 08, 2025 4:32 am
by xyilla
Re: Event? How it works?
Posted: Sat Mar 08, 2025 4:33 am
by xyilla
Re: Event? How it works?
Posted: Sat Mar 08, 2025 4:34 am
by xyilla
Re: Event? How it works?
Posted: Sat Mar 08, 2025 4:35 am
by xyilla
Re: Event? How it works?
Posted: Sat Mar 08, 2025 4:36 am
by xyilla
Re: Event? How it works?
Posted: Sat Mar 08, 2025 4:38 am
by xyilla
Re: Event? How it works?
Posted: Sat Mar 08, 2025 4:39 am
by xyilla
Re: Event? How it works?
Posted: Sat Mar 08, 2025 4:40 am
by xyilla
Re: Event? How it works?
Posted: Sat Mar 08, 2025 4:41 am
by xyilla