Page 38 of 61
? or am i just stupid
Posted: Thu Dec 02, 2004 9:04 am
by noc
Ok was using RH for a while and it worked great, after a reformat and reisntall, when i load rh into mq i get this error
Unparsable in Calculation: T
rh.mac@1159 (event_TogAuto(string Line)): /if ($(Line.arg[4] >0)
/varset assistpct $(Line.arg[4]}
rh.mac@277 (Main): :ForeverLoop
The current macro has ended
Failed to parse /if condition '(Toggle >0)', non-numeric encountered
also this when i use /rhhelp
/varset failed, variable 'dynclose'not found
i have a feeling im missing something simple so please laugh at me and then help me.
Posted: Thu Dec 02, 2004 9:50 am
by fearless
recopy it and redo your ini.
Posted: Thu Dec 02, 2004 9:56 am
by noc
tried that about 3 times
would it help to post my ini file?
Even copied my EQ folder from a computer where the macro still works.
Posted: Sun Dec 05, 2004 1:36 pm
by Mulletmaster
when I change a setting like autostick and I type in /autostick off it keeps on spamming
[MQ2]** Auto-Sticking target is now OFF!
[MQ2]** Auto-Sticking target is now ON!
[MQ2]** Auto-Sticking target is now OFF!
[MQ2]** Auto-Sticking target is now ON!
[MQ2]** Auto-Sticking target is now OFF!
[MQ2]** Auto-Sticking target is now ON!
[MQ2]** Auto-Sticking target is now OFF!
[MQ2]** Auto-Sticking target is now ON!
[MQ2]** Auto-Sticking target is now OFF!
....and it keeps on going forever
Posted: Mon Dec 06, 2004 11:45 am
by dedpoet
I'm getting the exact same error. I hadn't posted yet because I figured I had to be missing something obvious and have been searching and searching to no avail. Some settings (like hide/sneak) work fine, but stick, pick pockets, and several others cause a continuous spam of turning the setting ON then OFF until I /end the macro.
I'm not an MQ noob, I've read all 38 pages of this post, and I'm using the latest posted code. Does anyone have any idea on this one?
Posted: Mon Dec 06, 2004 1:12 pm
by n00bish
It seems to work fine for me.
using V6.0
Posted: Mon Dec 06, 2004 2:55 pm
by Cr4zyb4rd
You are indeed missing something obvious. There are problems with the event parser in the past two source zips (that were introduced in an attempt to fix some "deeper" problems that people had already found ways to work around).
See the threads
http://www.macroquest2.com/phpBB2/viewt ... 3&start=15 and
http://www.macroquest2.com/phpBB2/viewt ... ght=events for further info.
Posted: Tue Dec 07, 2004 5:25 pm
by n00bish
did a little more testing.
I can recreate what happens to you when I use the leash option ( when it echoes that it drove a stake in the ground)
but if I use leash option and set it to a player, it works fine.
just fyi.
Posted: Wed Dec 08, 2004 1:00 pm
by Zazoot
i just used the previous zip for mq and it works fine

newest zip borks it and i dont feel like figuring out how to fix it hehe.
Posted: Thu Dec 09, 2004 2:33 pm
by dedpoet
Mulletmaster, I fixed my toggle spam problem by doing 2 things. First, I revereted to the old blech.h. In theory, it should also work with today's new zip that Lax just updated, though I haven't tested yet. The second thing I did is actually kind of embarassing, but if you're using Cr4zyb4rd's code off of page 31 in this thread, make sure you include the second part of the macro located 2 posts below it. I missed that, so I was missing the entire subroutine section of the macro... /sigh
Posted: Sat Dec 11, 2004 11:29 pm
by Rhev
For whatever reason, as of today when I try to use the leash function it just spams the hell out of me with "*Leashing is now OFF". I cant get it to work, and secondly, I cant figure out why it is spamming that line instead o just saying it once.
Posted: Sun Dec 12, 2004 11:24 am
by dedpoet
Rhev - grab the latest zip, or at least the blech.h from it, and recompile. It's a problem with the event handling and is fixed now. It's the exact same problem as the last 7 posts in this thread are talking about.
Still having issues Cr4zy?
Posted: Tue Dec 21, 2004 12:51 pm
by MeGoober
I read everything again. I have reloaded RH from the current posted. I am running MQ2-20041219b and I still CTD. Everything looks fine until I target a mob...but it appears to be the second time I target a mob, not the first. I haven't started with the debuggers yet, I just came to see if others were having issues first. Does this sound like the blech issues?
Posted: Tue Dec 21, 2004 12:59 pm
by Cr4zyb4rd
Doesn't sound like a blech issue to me. All indications are that the new blech is rock-solid.
Check your INI and make sure some garbage didn't get into it while things were still screwy, also make 100% sure that you rebuilt EVERYTHING including plugins like moveutils, as these are going to crash if they're compiled against the old structures (I'm betting this is the case here).
I used RH for a while on the 19th without any issues, even the item clicks seemed to be working.
Ahhh damn
Posted: Tue Dec 21, 2004 1:20 pm
by MeGoober
I didn't even think. I loaded the new MQ2 but forgot to update the solution. I am sure moveutils didnt get recompiled. Going to look now but I am sure thats the problem...thanks
Ok...all I can say is I earned that name! God I feel like flaming myself! That worked...sorry for the interruption....carry on....this is not the droid you were looking for.