Page 1 of 3
-Fixed
Posted: Fri Nov 26, 2004 1:50 am
by MacRogue
New version has been posted by GD fix not needed
Posted: Fri Nov 26, 2004 4:58 am
by blueninja
Do you call InitRHBackStab from the main macro ? Do you see thie lines "** Announce Backstabs: " and "** Track Max Backstabs:" in your output?
Posted: Fri Nov 26, 2004 5:34 am
by MacRogue
yeah its called from RH.mac, but doesnt do that, it feeds back the error in my first post on backstab event
Posted: Fri Nov 26, 2004 6:19 am
by blueninja
MacRogue wrote:yeah its called from RH.mac, but doesnt do that,
doesn't do what?
Posted: Fri Nov 26, 2004 2:34 pm
by GD
There should only be 2 lines in RH.Mac to make it load correctly:
#Event StatInfo "[MQ2] RH Status#*#"
#include RHBackstab.inc
Sub Main
and
/echo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
/echo Jerle's Rogue Helper Macro (v${rhversion}) Starting...
/echo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
/echo Loading Includes...
Posted: Fri Nov 26, 2004 5:50 pm
by MacRogue
like i said in the first post, the two lines are in RH.mac to make it load
backstabs <<< cause this error to show NOTHING else just the error
/varset failed, variable 'iBSCount' not found
RHBackstab.inc@38 (event_backstab):/varset iBSCount 1
/varset failed, variable 'iBSTotal' not found
RHBackstab.inc@39 (event_backstab):/varset iBSTotal ${pram2}
/varset failed, variable 'iLastBS' not found
RHBackstab.inc@41 (event_backstab):/varset iLastBS
${macroquest.running}
Posted: Fri Nov 26, 2004 7:11 pm
by gonemental21
Use
/declare iBSCount outer 0
/declare iBSTotal outer 0
/declare iLastBS outer 0
Had a similar problem that fixed it
Posted: Sat Nov 27, 2004 1:22 am
by MacRogue
gonemental21 wrote:Use
/declare iBSCount outer 0
/declare iBSTotal outer 0
/declare iLastBS outer 0
Had a similar problem that fixed it
So change the code to this ?
Code: Select all
Sub InitRHBackStab
/declare BSAnnounce outer TRUE
/declare BSNotifier outer echo
/declare BSTrack outer TRUE
/declare MaxBS outer 0
/declare iBSCount outer 0
/declare iBSTotal outer 0
/declare iLastBS outer 0
Posted: Sun Nov 28, 2004 6:16 am
by GD
Go
here for the latest version and directions.
Re: -Fixed
Posted: Tue Mar 04, 2025 3:56 am
by xyilla
Re: -Fixed
Posted: Tue Mar 04, 2025 4:34 am
by xyilla
Re: -Fixed
Posted: Tue Mar 04, 2025 4:35 am
by xyilla
Re: -Fixed
Posted: Tue Mar 04, 2025 4:36 am
by xyilla
Re: -Fixed
Posted: Tue Mar 04, 2025 5:13 am
by xyilla
Re: -Fixed
Posted: Tue Mar 04, 2025 5:14 am
by xyilla