Page 1 of 1

New Event Conversion help

Posted: Tue May 11, 2004 10:41 pm
by DSD
Let me begin by casting I have the most update to day MQ at this time, the mob posted yesterday at 22ish hours.

In my cleric macro, I had a simple event that checked to see if the bot was sitting, and if he was, it would make him stand up. After updating my MQ I can no longer get this event to work at all. The code is

Code: Select all

#Event standup "You must be standing to cast a spell."


Sub Event_standup
      /stand
/return
It simply does not work. I've tried putting in #1#, #*# in there, I've tired taking it down to simply "You#*# and nothing will trigger the code inside the event. Any advice please?

Re: New Event Conversion help

Posted: Tue May 11, 2004 11:06 pm
by Azum

Code: Select all

#Event standup "#*#must be standing to cast a#*#"


Sub Event_standup      
/stand
/return
Try that

Posted: Tue May 11, 2004 11:07 pm
by ml2517
blech is bugged at the moment. Lax is fixing it. So don't beat your brain up too hard.