Page 43 of 61
Posted: Tue May 10, 2005 2:54 pm
by A_Druid_00
That's the one I hacked up. It still had some issues where it would hang up and stop attacking for some reason unknown to me. I never bothered debugging it though, I just restarted the mac when it started to weird out.
Posted: Wed May 18, 2005 5:20 am
by gohan4
Don't have time atm to look through all the posts to this mac.. But, would this work for Zerkers?> or does anyone know of one?
Posted: Wed May 18, 2005 10:57 am
by JimJohnson
it would be very easy to modify for a zerker
Posted: Sat May 21, 2005 6:36 pm
by papanuget
since patch I get the message
No such 'Character" member "Swimming'
rh.mac@344 (Main): /squelch /stick $(closeness)% behind mpause ${if|${Me.Swimming),uw,]}
any ideas?
Posted: Sat May 21, 2005 7:47 pm
by Snowbanx
I am in the same boat, but not that line, mine is line 363 and 428 about no such char swimming, =/
Posted: Sun May 22, 2005 2:39 am
by Quicksilver
Seems like they took out ${Me.Swimming} and changed it to ${Me.Underwater}. To fix it just go to the Rh.mac, open with Notepad, hit ctrl + f and search for ${Me.Swimming} where it says that in the macro change it to ${Me.Underwater} should work the same way. Will stop the warning spam.
Posted: Sun May 22, 2005 5:38 am
by papanuget
Tried that and all it did was change Me.Swimming spam to Me.Underwater
Gunna check to see if anything else was changed.
Posted: Sun May 22, 2005 7:07 am
by Quicksilver
I probly should have put in.. Download the zip from the 22nd(The newest one). Recomplie then do that to RH and it should work. The 21st Version I dont think has Swimming or Underwater in it at all, could be wrong on that tho.
Posted: Sun May 22, 2005 1:03 pm
by Merlin
that fixed one problem, the 2nd problem is
/varset failed, variable 'dynclose' not found
bh.mac@229(Main):/if (${Ini[RHSettings.ini,General,DynamicCloseness].NotEqual[NULL]}) /varset dynclose ${Ini[RHSettings.ini,General,DynamicCloseness]}
Posted: Tue May 24, 2005 1:51 pm
by mmatt_y2k
I have found that the dynamic closeness is not working with moveutils..So I went and changed where it says /stick ${dyncloseness} or w/e that variable is to just /stick 13 and /stick behind 13. It works great and I don't get any errors $$.
You could also just add a variable like ${StickCloseness} and make it /stick ${StickCloseness} and add a sub to change the variable when you give it a command.
EDIT: Changed the /stick # from 15 to 13 as A_Druid_00 says it does work better.
Posted: Tue May 24, 2005 1:55 pm
by A_Druid_00
I always went with /stick 13 for XPing. Some smaller mobs put you out of melee range at 15.
Posted: Thu May 26, 2005 11:12 pm
by Diamondmine
I have been using this macro for quite sometime. I have been using the one off the first page and everything still functions fine.
with all the changes and things is there new code updating that everyone has been changing - maybe someone should post a debugged version. It would solve many of the problems that people are having.
Posted: Fri May 27, 2005 12:52 am
by skyler
Diamondmine wrote:I have been using this macro for quite sometime. I have been using the one off the first page and everything still functions fine.
with all the changes and things is there new code updating that everyone has been changing - maybe someone should post a debugged version. It would solve many of the problems that people are having.
I don't understand how anyone is having any problems with this. I've been using it, unchanged/original, and just been updating the mq. Haven't had a single problem after updating the mq.
Posted: Fri May 27, 2005 10:31 am
by fearless
A_Druid_00 wrote:I always went with /stick 13 for XPing. Some smaller mobs put you out of melee range at 15.
Code: Select all
/stick loose ${Math.Calc[${Target.MaxRangeTo}-2]}
oO
Posted: Fri May 27, 2005 10:58 am
by A_Druid_00
You da man!