• 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 - Healers Kiss Pausing

Hornstar19

New member
Joined
Jul 7, 2015
RedCents
18¢
Version of KissAssist.mac?
11.002
When did your problem start?
Today
Character Role?
  1. Assist
What class is having this issue?
  1. Cleric
  2. Paladin
  3. Shaman
How often does this issue occur?
Always
Can you reproduce the issue?
Yes
So when I go to activate KissAssist on any of my characters that have curing set up I get the following:

WARNING: Undefined Variable DebugHeal used on line [email protected] /if {$DebugHeal} && !${CureTimer${CTID}${i}}) /echo CURING: >> ${Spawn[$InilDList.Ard[${j},|0}].CleanName} << is not in your group and >> ${CuretoCast] << is a group spell. Marco Paused.

Any idea what to do other than turn off curing?
 
Sounds like there is a variable DebugHeal that is in the code, but hasn't been set up for Cure.

Turning off curing for now is the easiest solution.

Try just un-pausing KA & setting DebugHeal=0 (maybe, this one is iffy since I'm not sure it will know what DebugHeal even is?)
Code:
/mqp off
/DebugHeal 0

Download a free code editor like Notepad ++, open your KissAssist.mac and delete code line 9932 of your Cure sub-routine. Make sure that line looks like the code below, just in-case they've updated KA since you read this. It's a debug routine line anyways, so you won't miss it as far as function of a toon.
Code:
9932      /if {$DebugHeal} && !${CureTimer${CTID}${i}}) /echo CURING: >> ${Spawn[$InilDList.Ard[${j},|0}].CleanName} << is not in your group and >> ${CuretoCast] << is a group spell. Marco Paused.
 
@eqtrader74 is on the right track, the problem is that ${DebugHeal} should be ${DebugHeals}. When @Maskoi added his new super-duper debug code, He missed changing a few DebugHeal to DebugHeals. The DebugHeals variable is /declared not the DebugHeal. I will let @Maskoi know.
 
Problem - Healers Kiss Pausing

Users who are viewing this thread

Back
Top
Cart