Search found 4 matches

by Sequoyah
Wed Dec 08, 2004 10:43 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFNuke mac (Wiz Bot Mac update: 12-02-04)
Replies: 373
Views: 128778

Another fix...

I got some good feedback on the bug board about the misfiring events. Be sure you go into the AFNUKE.MAC and find the line #event nukepause "[MQ2] nukepause #*# There should be a double quote at the end of that line. #event nukepause "[MQ2] nukepause #*# " HUGE thanks to the Bug Board...
by Sequoyah
Wed Dec 08, 2004 10:39 am
Forum: MQ2::Bug Reports
Topic: Events
Replies: 35
Views: 10683

Thanks very much for the help. I've been over that afnuke.mac, afnuke.inc, and afnuke2.inc code until I'm turning purple. I didn't notice the quote problem. I'm looking forward to working on it when I get home and getting something stable. Again, thanks very much for your response. My gut was tellin...
by Sequoyah
Tue Dec 07, 2004 1:14 am
Forum: MQ2::Bug Reports
Topic: Events
Replies: 35
Views: 10683

more info

I am using afnuke macro. Using the 11/25 MQ2 and the 12/2 macro, typing /afhelp will send it south. All kinds of events triggered that shouldn't be. The "Command" variable has various text snippets that make no sense. I have tried using the 11/25 build with the blech.h from 10/25 - same th...
by Sequoyah
Sat Dec 04, 2004 12:13 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFNuke mac (Wiz Bot Mac update: 12-02-04)
Replies: 373
Views: 128778

In the 11/18 afnuke.mac version, in sub event_togglemodrod /if (${modrod}>0) { /varset modrod 0 /echo Mod Rodding Disabled } else /if (${modrod}<1) { /varset modrod 1 /echo Mod Rodding Enabled } /ini "${IniFile}" Settings modrod ${concuss} /return Shouldn't it be... /ini "${IniFile}&q...