Events not working? sending variables
Posted: Sat Aug 15, 2009 7:35 pm
Hello,
First I just want to say thank you very much for this software. I have been using it for some time now and have grown quite fond of it. I was really hesitant to post on here about some problems I have had with the most recent patch/MQ update. I really don?t know if this is something I have screwed up or if it is something you guys are working on to fix. So here goes and I?m sorry if I?m a idiot for posting. I am using == Last updated: August 14 2009 04:34:42 (MQ2-20090814a).
With the recent update I have had troubles with #event and passing variables with that.
I have been using a following and assist trigger. This is only parts of the macro.
#Event FOLLOW "#1# #*#FOLLOW ME#*#"
#Event ASSIST "#1# #*#ASSIST ME#*#"
Sub Event_FOLLOW(Line, Follow_Who)
/target ${Follow_Who}
Sub Event_ASSIST(Line, Assist_Who)
/assist ${Assist_Who}
I troubleshoot the events with /echo FOLLOW and /echo ASSIST and they are going to the subs just fine.
On the following one it tells me that there is now spawn of any <charname>
So Wizbomb says, FOLLOW ME
It says no spawn of any wizbomb
I was thinking for some reason the /target was not working so I just put in a /target wizbomb and that worked.
Nothing changed in my macros or anything for some time now. So could this be something I screwed up in the build or is it a broken MQ? Thank you for your help.
First I just want to say thank you very much for this software. I have been using it for some time now and have grown quite fond of it. I was really hesitant to post on here about some problems I have had with the most recent patch/MQ update. I really don?t know if this is something I have screwed up or if it is something you guys are working on to fix. So here goes and I?m sorry if I?m a idiot for posting. I am using == Last updated: August 14 2009 04:34:42 (MQ2-20090814a).
With the recent update I have had troubles with #event and passing variables with that.
I have been using a following and assist trigger. This is only parts of the macro.
#Event FOLLOW "#1# #*#FOLLOW ME#*#"
#Event ASSIST "#1# #*#ASSIST ME#*#"
Sub Event_FOLLOW(Line, Follow_Who)
/target ${Follow_Who}
Sub Event_ASSIST(Line, Assist_Who)
/assist ${Assist_Who}
I troubleshoot the events with /echo FOLLOW and /echo ASSIST and they are going to the subs just fine.
On the following one it tells me that there is now spawn of any <charname>
So Wizbomb says, FOLLOW ME
It says no spawn of any wizbomb
I was thinking for some reason the /target was not working so I just put in a /target wizbomb and that worked.
Nothing changed in my macros or anything for some time now. So could this be something I screwed up in the build or is it a broken MQ? Thank you for your help.