Search found 3 matches

by Gerald
Wed Jul 21, 2004 10:51 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.2.1 [Updated 07/23/2004] Defend, Guard, Protect!
Replies: 103
Views: 37888

In botcore.inc Sub Do-invite(string TargetName) /if (!${Defined[Param0]}) { /call Assist "${MasterName}" } else /if (${TargetName.Equal[me]}) { should be Sub Do-invite(string TargetName) /if (!${Defined[TargetName]}) { /call Assist "${MasterName}" } else /if (${TargetName.Equal[m...
by Gerald
Thu May 13, 2004 10:06 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: HudRadar.mac -- More pointless fun from Preocts.
Replies: 13
Views: 5245

What I found interesting is I use a shared drive and have all my computers running the same actual copy of MQ2 so I don't have to copy all the files back and forth all the time. When I run this program, the radar shows up on all screens. :) Guessing this happens to all hud stuff, but first time I've...
by Gerald
Sat May 01, 2004 3:44 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94127

I mostly use genbot for autofollow. When I copied the newest version down today that no longer worked - it would be straight to me instead of following my path and once it caught up to me once it would get stuck and just face me and not move. After fixing the obvious typos still in the code (recomme...