• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Problem - FIXED: BattleRez timer bug

Status
Not open for further replies.

rodd996

New member
Joined
Jul 4, 2014
RedCents
I am getting an error on this string

/varset failed, variable 'battlereztimer0) not found
followed by
kissassist.mac@2620(rezcheck):varset BattleRezTier${i}

Thanks for your hard work all
 
Last edited by a moderator:
Re: BattleRez timer bug

looks like you were editing the rez section. the variable is mispelled

Rich (BB code):
                    /varset BattleRezTier${i} 3m
needs an m in timer
Rich (BB code):
                    /varset BattleRezTimer${i} 3m
 
Re: BattleRez timer bug

No. that's not the problem. Even if he did edit it and change it, the problem with BattleRezTimer0 is in the routine that created the reztimers it only creates timers 1 through 5 it never creates BattleRezTimer0. See below.

Rich (BB code):
    Sub CreateTimersRez    
        | Declare timers for Rez duration spells
        /declare m int local
        /for m 1 to 5
            /declare BattleRezTimer${m} timer outer 0
        /next m
    /return
 
Re: BattleRez timer bug

Yes something else they probably changed. 1 to 5 is party members. 0 would be the caster and is checked somewhere else.
 
Re: BattleRez timer bug

sorry the retype was my error, I was retyping from the other computer it was spelled right on the actual error. Also the only change I have ever made manually to any of the codes were at direction of maskoi on a previous post and it took me a while to figure out how to do that. I dont under stand code so its all giberish to me :P

- - - Updated - - -

I should also point out the enchanter had a misfire so when It had the error it did still rez the corpses just with error codes and the body count had to be up in the 50's. it was a botched experiment with group placing. and that was operator error.

it just had it happen again on a self rez after dieing returning to bind which is very close by. It appears to be a result of being to low on mana and attempting to cast rez on ones self.
 
Re: Being Investigated: BattleRez timer bug

FIXED: Issue being closed at this time, coding change made to resolve this issue. Changes archived and noted.. update posted for community to download.
 
Problem - FIXED: BattleRez timer bug
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart