Search found 6 matches

by Jarid
Sat Sep 29, 2007 11:53 pm
Forum: MQ2::Macros::Help
Topic: /if changed from older MQ2 version?
Replies: 7
Views: 2440

PICNIC

Code: Select all

/if (${Target.ID}==FALSE) /goto :loop 
/if (${Target.DisplayName}==PCNAME) /goto :loop 

Code: Select all

/if (!${Target.ID}) /goto :loop 
/if (${Target.CleanName.Equal[Whatever]}) /goto :loop 
by Jarid
Sun Mar 05, 2006 7:57 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 905
Views: 317353

Page 51
by Jarid
Mon Aug 15, 2005 11:55 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shadow Haven Faction Macro
Replies: 16
Views: 9223

AFAIK, nothing can be equal to nothing...which is what the line is trying to catch.
by Jarid
Mon Aug 15, 2005 9:16 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shadow Haven Faction Macro
Replies: 16
Views: 9223

I was looking at this...the error is on /if (${String[${Ini[${FileName},${SectionName},Loc${nValues}]}].Equal[null]}) { but /if (${Ini[${FileName},${SectionName},Loc${nValues}].Equal[null]}) { and /if (${Ini[${FileName},${SectionName},Loc${nValues}].Equal[NULL]}) { Don't seem to work even when the i...
by Jarid
Sat Aug 13, 2005 11:00 am
Forum: MQ2::General
Topic: Patch
Replies: 31
Views: 25976

Yes, they are still releasing them.
by Jarid
Sat Jul 03, 2004 2:30 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Natural Beastlord Hunter v1.1.9 (Updated 2004-07-11)
Replies: 209
Views: 74387

Great macro, runs well alot of the time, but here are some things I've noticed. Issues: Targetting?: Send pet on a mob, then autorun and miss the mob. Running in circles about halfway from the home point spamming "target cleared." If left alone it will eventually end the macro, but if you ...