Search found 4 matches

by Monkeynuts
Wed Aug 25, 2004 2:20 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: manarobe.mac
Replies: 13
Views: 5005

Ok, here's what I use with Genbot, seems to work the way I want. Thanks to Yalp, IeatAcid, Bardomatic, and of course the devs of MQ Sub Command-robeup /declare manarpt int outer /varset manarpt 0 /keypress F1 :loop /doevents chat /if (!${Target.ID}) /return /if (${Me.PctMana}<93) /alt activate 172 :...
by Monkeynuts
Tue Aug 24, 2004 7:51 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: manarobe.mac
Replies: 13
Views: 5005

*edit* meh.
by Monkeynuts
Fri Aug 20, 2004 7:27 pm
Forum: MQ2::Macros::Help
Topic: Genbot command queue variable?
Replies: 3
Views: 1728

Nevermind, i think I discovered a way to handle it myself. Sub Command-nukelegs /call StandardTarget "${CommandParam}" :Start /if ( ${String[${Target.ID}].Equal[NULL]} ) /return /cast 8 :wait1 /if ( ${String[${Target.ID}].Equal[NULL]} ) /return /delay 5 /if (${Me.Casting.ID}) /goto :wait1 ...
by Monkeynuts
Fri Aug 20, 2004 3:36 pm
Forum: MQ2::Macros::Help
Topic: Genbot command queue variable?
Replies: 3
Views: 1728

Genbot command queue variable?

Could someone more intimately familiar with Genbot code help me figure out how I can tell from within a command sub I have written myself if there is another command in the queue for my bot to perform? The command queue isn't tracked just by MQ itself is it? My command sub has a loop to make my bot ...