• 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

Question - Auto Rez, after combat only? - And Shaman Cannibalize

Skyjet2000

Member
Joined
Jul 2, 2011
RedCents
605¢
When I have Auto Rezzing on
AutoRezOn=1
AutoRezWith=Water Sprinkler of Nem Ankh

My cleric will stop mid fight to Rez any corpse near by. This is causing me a ton of problems as it will basically let the tank die while casting the Rez spell. Is there any way to make it only rez outside of Combat?

Similar Scenario using Cannibalize on my shaman
Buffs4=Cannibalize IV|Mana|70|50
My Shaman will Cannibalize during combat, often times delaying debuffs I sometimes need to go up a bit faster (Malo line, slow, etc). Is there anyway to make him only Canibalize after a fight? Or at least finish running his Debuffs before Using it?
 
Yes I can make an autorezon=2 so the cleric will not rez until after the fight that's fairly easy

Canni and harvest everyone wanted it to happen during combat because of constant pulling their toons were never doing it.

Find this line in the Sub Combat line 1325 ish and rem it out with a |
Rich (BB code):
             |   /call CastMana
 
Rez after combat find these lines around 3715 ish
Rich (BB code):
 Sub RezCheck
    /if (!${AutoRezOn} || (${DMZ} && ${Me.InInstance}==FALSE) || ${Me.Hovering} || (${Me.Invis} && !${AggroTargetID}) ) /return
Add || (${AutoRezOn}==2 && ${AggroTargetID}) as shown in red
Rich (BB code):
Sub RezCheck
    /if (!${AutoRezOn} || (${DMZ} && ${Me.InInstance}==FALSE) || ${Me.Hovering} || (${Me.Invis} && !${AggroTargetID}) || (${AutoRezOn}==2 && ${AggroTargetID}) ) /return

Change AutoRezOn=2 in your clerics ini file to =2 and tell me if it works
 
Would this work for other rezzers too? I would prefer my pally finish tanking mobs before rezzing.
 
yes this will not allow any rezzing if there is a mob in the xtarget. And geezus fuck it never occurred to me about pally rezes.

Also with some tweaking it should also be able to support shammy and druid rezzes out of combat

TEST IT ON YOUR PALLY NOW. KILL SOMEONE AND LET ME KNOW.
 
I've found WAR/CLR/BRD/DRU + 2 is my standard layout when I'm not doing Tank/BRD/CLR/3xWiz

Would be nice on DRU/SHM rez to have a ONLY rez option... Aka only battlerez the CLR.
I like the Blessing of Ressurection happening while in combat from the CLR, but it is STUPID annoying on a wipe when the DRU call of wilds themselves or a DPS.
I've added the rez check to my own custom hacks that I run outside of KISS, as they go out of scope of KISS.
 
what is it you need? druid/shammy can only xp rez out of combat but i am not understanding the problem.
 
Question - Auto Rez, after combat only? - And Shaman Cannibalize

Users who are viewing this thread

Back
Top
Cart