Search found 2 matches

by deadfrog
Thu May 06, 2004 5:16 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: stick.mac (06.14.04b)
Replies: 50
Views: 24593

Change this: /if (${Target.ID}==${MobID} && !${Me.Casting.ID}) { /if (${Target.Distance}>${MeleeDistance}) /keypress FORWARD HOLD /if (${Target.Distance}<=${MeleeDistance}) /keypress FORWARD /if (${Target.Distance}<=${Math.Calc[${MeleeDistance}-5]}) /keypress BACK HOLD to this /if (${Target....
by deadfrog
Mon May 03, 2004 2:03 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Yet Another Stick.Mac With lots of Events
Replies: 1
Views: 1739

Made the following changes to the combat area to avoid mega-annoying spam if you try to cast a spell during combat, and to avoid attempts to move while casting. :combat /doevents /if (${Target.ID}==${Me.ID}) /attack off /if (!${Me.Combat}) /goto :main /if (!${Me.Casting.ID}) /call move_to_mob /if (!...