• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Tech - Battle Rez with Blessing of Ressurection crashing KISS on Cleric 7.3 (1 Viewer)

Joined
Mar 4, 2014
RedCents
1,804¢
I wasn't logging unfortunately so I've included a picture. It says BATTLE REZZED ==> CHARNAME <== and then crashes KISS (without rezzing).

battlerez.jpg

Here is my ini

Rich (BB code):
[General]
KissAssistVer=7.3
Role=Assist
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=19
MedCombat=0
LootOn=0
RezAcceptOn=1
AcceptInvitesOn=1
GroupWatchOn=0
EQBCOn=1
IRCOn=0
MiscGem=8
HoTTOn=1
CampfireOn=0
[Buffs]
BuffsOn=1
Buffs1=NULL
Buffs2=Rallied Bastion of Vie Rk. II
Buffs3=Olsif's Retort Rk. II|90|MA
Buffs4=Armor of the Reverent Rk. II|Me
Buffs5=Shining Bastion Rk. II|MA
Buffs6=Shifting Earring
Buffs7=NULL
Buffs8=Fearstraw Stuffing
Buffs9=NULL
Buffs10=Mind's Bulwark Ring
Buffs11=Bridle of the Corrupted Sokokar|Mount
Buffs12=Aura of the Reverent Rk. II|Aura
Buffs13=Unified Hand of Certitude Rk. II|Dual|Certitude Rk. II
Buffs14=Unity of Gezat|Dual|Blessing of Fervor|0
Buffs15=Slave's Final Companion
Buffs16=Ring of Stolen Graves
Buffs17=Face of Menace
Buffs18=Quiet Miracle|Mana|90
Buffs19=Veturika's Perseverance|Mana|80
Buffs20=NULL
RebuffOn=1
ChecKBuffsTimer=20
[Melee]
AssistAt=99
MeleeOn=0
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll
AutoFireOn=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell1=NULL
GoMSpell2=NULL
[AE]
AEOn=0
AERadius=50
AE1=Focused Celestial Regeneration|3|MA
AE2=Fundament:Third Spire of Divinity|3|MA
AE3=Divine Guardian|3|Me
AE4=Flurry of Life|3|Me
AE5=NULL
[DPS]
DPSOn=0
DPSSkip=20
DPSInterval=20
DPS1=Divine Guardian|100|MA
DPS2=Celestial Hammer|85
DPS3=Virtuous Contravention|95
DPS4=Glorious Rebuke Rk. II|88
DPS5=Mark of the Zealot Rk. II|87
DPS6=Banestrike|30
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=1
Heals1=Reverent Light Rk. II|80|!MA
Heals2=Burst of Life|60|MA
Heals3=Syllable of Renewal Rk. II|75
Heals4=Celestial Regeneration|80
Heals5=Divine Arbitration|40
Heals6=Graceful Remedy Rk. II|90|MA
Heals7=Graceful Remedy Rk. II|75
Heals8=Fifteenth Emblem Rk. II|45
Heals9=Reverent Light Rk. II|50|MA
Heals10=Fraught Renewal Rk. II|80|MA
XTarHeal=0
AutoRezOn=1
AutoRezWith=Blessing of Resurrection
Heals11=NULL
Heals12=NULL
Heals13=NULL
Heals14=NULL
Heals15=NULL
[Cures]
CuresOn=1
Cures1=Purged Blood
Cures2=NULL
Cures3=NULL
[Burn]
BurnText=Decepticons Attack
Burn1=Healing Frenzy|Me
Burn2=Divine Guardian|MA
Burn3=Flurry of Life|Me
Burn4=Elixir of the Acquittal|Me
Burn5=NULL
Burn6=NULL
Burn7=NULL
Burn8=NULL
Burn9=NULL
Burn10=NULL
[Pull]
PullWith=Furor
MaxRadius=416
MaxZRange=50
PullWait=0
[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=0
AFKGMAction=4
AFKPCRadius=150
CampOnDeath=1
ClickBacktoCamp=0
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=1
MercAssistAt=99
[Aggro]
AggroOn=1
Aggro1=Silent Casting|50
Aggro2=Divine Peace|80
Aggro3=NULL
 
Thanks william12 I'll do that for now

- - - Updated - - -

That worked perfectly, just tested it out. Replaced the out of combat rez section with

Rich (BB code):
| Out of Combat Rez | 
    /varset CorpseCount ${SpawnCount[corpse radius ${RezRadius} zradius 50]}
    /if (${CorpseCount}>0 && !${CombatStart}) {
        /for j 1 to ${CorpseCount}
            /varset RezID ${NearestSpawn[${j},corpse radius ${RezRadius} zradius 50].ID}
            /if (${Spawn[${RezID}].Deity.ID} && ${Spawn[${RezID}].Type.Equal[corpse]} && ${OOCRezTimer${RezID}}==0 && ${Cast.Ready[${AutoRezWith}]} && (${Spawn[${RezID}].Guild.Equal[${Me.Guild}]} || ${XTarHeal} && ${Spawn[${RezID}].ID}==${Me.XTarget[${XTarHeal}].ID})) {
                /target id ${RezID}
                /delay 10 ${Target.ID}==${RezID}
                /if (!${Defined[OOCRezTimer${RezID}]}) /declare OOCRezTimer${RezID} timer outer 1m
                /if (${Target.Distance}<=${RezRadius}) {
                    /call  CastWhat "${AutoRezWith}" ${Target.ID}
                    /if (${Macro.Return.Equal[CAST_SUCCESS]}) {
                        /call BroadCast ${IRCOn} ${EQBCOn} o "Rezzing =>> ${Target.CleanName} <<="
                        /varset OOCRezTimer${RezID} 5m
                        /delay 30 !${Me.Casting.ID}
                    }
                }
            }
        /next j
    }
    /if (${DebugHeal}) /echo RezCheck: Leave
/Return
 
Its a error caused by fellowship detection code returning a string instead of an interger. I think i fixed with the following in line 2446 ish

try repelacing
Rich (BB code):
${Me.Fellowship.Member[${Spawn[${RezID}].CleanName.Left[-9]}]}
with
Rich (BB code):
${Spawn[${Me.Fellowship.Member[${Spawn[${RezID}].CleanName.Left[-9]}]} pccorpse].ID}
 
Tech - Battle Rez with Blessing of Ressurection crashing KISS on Cleric 7.3

Users who are viewing this thread

Back
Top