Clearing Event Flags

Need help running MacroQuest 1? Too bad! Use MQ2.

Moderator: MacroQuest Developers

User avatar
SingleServing
a hill giant
a hill giant
Posts: 195
Joined: Tue Dec 17, 2002 11:00 pm

Clearing Event Flags

Post by SingleServing » Thu Dec 26, 2002 6:27 am

Is it possible to set event flags back to 0 so that they do not run ?

Say I have an event that turn on when I kill somthing

(pesu code)

#event EXP "gain exp" (or whatever it says)

/if HP < 10 event EXP = 0
/doevents
[color=DarkBlue]Everything,[/color] [color=DarkBlue][b]is[/b][/color] [color=black]black[/color] [color=DarkBlue]and[/color] [color=white]white[/color][color=DarkBlue], when you zoom out it looks[/color] [color=gray]grey[/color][color=DarkBlue].[/color]

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Thu Dec 26, 2002 2:32 pm

Salutations,

Code: Select all

/doevents flush
?

User avatar
SingleServing
a hill giant
a hill giant
Posts: 195
Joined: Tue Dec 17, 2002 11:00 pm

Thats the key

Post by SingleServing » Thu Dec 26, 2002 4:07 pm

Forgot about the flush, but what if I only want to "flush" one instead of them all?
[color=DarkBlue]Everything,[/color] [color=DarkBlue][b]is[/b][/color] [color=black]black[/color] [color=DarkBlue]and[/color] [color=white]white[/color][color=DarkBlue], when you zoom out it looks[/color] [color=gray]grey[/color][color=DarkBlue].[/color]

lifewolf
a ghoul
a ghoul
Posts: 143
Joined: Fri Oct 18, 2002 6:29 pm

Post by lifewolf » Mon Feb 10, 2003 11:16 am

Good question.

Try /doevents Event flush and tell us what happens!

MagnanImus
decaying skeleton
decaying skeleton
Posts: 4
Joined: Thu Feb 06, 2003 11:29 pm

/doevents flush

Post by MagnanImus » Wed Jul 23, 2003 5:22 pm

Old thread but....i have a related problem.

I can flush one individual flag with

Code: Select all

 /doevents event flush 
but i cannot find a way to flush all of the event flags in the queue for the named event, without flushing the flags for all other events. (I hope that makes sense)

Can someone possibly add a command similar to this, if it isn't already in there somewhere:

Code: Select all

 /doevents event flushall