Search found 5 matches

by lambda
Fri Oct 29, 2004 5:05 pm
Forum: MQ2::Macros::Help
Topic: Need Help With Parsing Events
Replies: 12
Views: 2722

Hmmm...Maybe I found the answer, but am not sure because I am not at home at the moment. But I think that in my loop, I might need to have a /doevents. Is this the answer to my problem? Macro Writer, lambda "Quis Custodiet Ipsos Custodes?" Edited: Well, while I was writing this the answer ...
by lambda
Fri Oct 29, 2004 4:45 pm
Forum: MQ2::Macros::Help
Topic: Need Help With Parsing Events
Replies: 12
Views: 2722

Yeah, I found it right after I posted. But just as I got that to work, I a back to almost my original problem with events. I have code like this: #event hail "#1# says, Hail #2#" Sub Main /echo Macro Started :waitforhail /goto :waitforhail /return Sub Event_hail(hailText, theirName, myName...
by lambda
Thu Oct 28, 2004 7:20 pm
Forum: MQ2::Macros::Help
Topic: Need Help With Parsing Events
Replies: 12
Views: 2722

I am now running into a second problem. This one doesn't have to do with events, but with the macro I am writing. Lets say a guild member asks for 1k plat, how do I give him this amount? I could either give him 1pp with "/ctrl /notify Inventory IW_Money0 leftmouseup" or I could give him ev...
by lambda
Thu Oct 28, 2004 3:54 pm
Forum: MQ2::Macros::Help
Topic: Need Help With Parsing Events
Replies: 12
Views: 2722

LOL... I thought people would think it was a casino macro, but it isn't, I am using for my guild as a bank. What it will do is pass out money to guild members based on how much they tell my char to. Of course it will have a list of guild members so that it doesn't start passing out money to random p...
by lambda
Thu Oct 28, 2004 3:42 pm
Forum: MQ2::Macros::Help
Topic: Need Help With Parsing Events
Replies: 12
Views: 2722

Need Help With Parsing Events

I am in the process of writing a macro, and ran into a problem. I have searched this board for information pertaining to it, as well as the manual. So far I have not been able to find anything that helps to fix my problem. What I want to do is to take an event such as: #Event myEvent "SomeName ...