Search found 4 matches

by SentientDETH
Tue Apr 20, 2010 7:31 am
Forum: MQ2::Macros::Help
Topic: Param issues with combat text
Replies: 6
Views: 2390

Re: Param issues with combat text

Oh, I know about the isnot operator, it's just much easier to see ==0 when reading a bunch of code, too easy to miss !$.
by SentientDETH
Mon Apr 19, 2010 4:40 pm
Forum: MQ2::Macros::Help
Topic: Param issues with combat text
Replies: 6
Views: 2390

Re: Param issues with combat text

I found another workaround, haven't tested it yet, but it should work just fine. Thanks a lot for the reply, though. |---Combat-Detect--------------------------| |---getting hit--------------------| |untested Sub Event_hit /if (${assist}==0) /return /if (${fol}==1) { /g Canceling follow. /varset fol...
by SentientDETH
Mon Apr 19, 2010 10:25 am
Forum: MQ2::Macros::Help
Topic: Param issues with combat text
Replies: 6
Views: 2390

Param issues with combat text

I'm having issues with detecting combat in my macro. It seems to all be stemming from the params in this event. #event hit "#1# #2# YOU for #3# points of damage." It seems to only take the first word of the attacker-name as #1# and lumps all the other info into #2#. Is there a way I could ...
by SentientDETH
Mon Apr 19, 2010 5:07 am
Forum: MQ2::Macros::Help
Topic: Thank you so much
Replies: 0
Views: 633

Thank you so much

I just want to say, though this may be my first post, I've trolled here for a few days while writing macros, and every time I run into a roadblock, and by either searching though the manual or the forums, I always find what I was looking for. Thank you so much MQ2 community for your passive help!