Search found 4 matches

by chrismed
Sun Nov 13, 2011 2:15 am
Forum: MQ2::Help
Topic: Events
Replies: 9
Views: 1812

Re: Events

Ya, I remember this from when I first started writting the code for these macros. At the time someone had actualy given me the answer (this was about 4 weeks ago and was when I had ever touched any coding like this at all) but I didn't understand it enough to apply it. I finaly found a slight work a...
by chrismed
Sat Nov 12, 2011 6:50 pm
Forum: MQ2::Help
Topic: Events
Replies: 9
Views: 1812

Re: Events

Yes that is correct. If the "tank" doesn't have anything targeted then the enchanter keeps the tank targeted. I f mez is called by someone in the group, and the tank is fighting something, she will target that mob (like she is doing in the Sub Main anyway) and will proceed to mez the mob t...
by chrismed
Sat Nov 12, 2011 4:57 pm
Forum: MQ2::Help
Topic: Events
Replies: 9
Views: 1812

Re: Events

I have been trying: Sub Event(Line,Targ) /assist ${Targ} and Sub Event(Targ) /assist ${Targ} Either way it's still keeping my MTank targeted and assisting him the entire time no mater who I have in the group say "mez". I see I do have to have the (Line,Targ) in there.. instead of getting j...
by chrismed
Sat Nov 12, 2011 1:25 pm
Forum: MQ2::Help
Topic: Events
Replies: 9
Views: 1812

Events

I have read the /doevents on wiki and understand what it does just not the best use of it. My resent rewrite of my Enchanter's macro makes it obvious that I don't completely understant "Events" or the /doevents completely. Though I have had success with custom events, I have also run into ...