• 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 - There has to be a better way to check for Chromatic Haze?

Joined
Oct 7, 2015
RedCents
344¢
Using either KissAssist or MuleAssist I have several characters for which I want to maximize DPS by checking for the presence of Chromatic Haze (a song window buff). For example from the Kiss INI file for my tank:

Cond5=!${Me.Song[Chromatic Haze IX].ID}

It works, but it's very disconcerting to watch the Tank keep targeting himself every few seconds (DPSInterval time!) during a fight in order to check that condition. I'm checking it on nearly every DPS= line because Chromatic Haze only lasts 2 ticks and I want to make sure he doesn't waste those ticks casting low priority stuff. What I want is to have him cast Harm Touch and Thought Leech and not much else when Chromatic Haze hits.

I've thought about putting it into a React and just checking the "begins to cast" message from my 'Chanter. (Although the enchanter could have the spell interrupted!) Before I did that I thought I'd ask the experts if there is a better way to check for the presence (or absence) of a song or a buff without targeting yourself? Or how do you get the maximum benefit from Chromatic Haze?
 
Using either KissAssist or MuleAssist I have several characters for which I want to maximize DPS by checking for the presence of Chromatic Haze (a song window buff). For example from the Kiss INI file for my tank:

Cond5=!${Me.Song[Chromatic Haze IX].ID}

It works, but it's very disconcerting to watch the Tank keep targeting himself every few seconds (DPSInterval time!) during a fight in order to check that condition. I'm checking it on nearly every DPS= line because Chromatic Haze only lasts 2 ticks and I want to make sure he doesn't waste those ticks casting low priority stuff. What I want is to have him cast Harm Touch and Thought Leech and not much else when Chromatic Haze hits.

I've thought about putting it into a React and just checking the "begins to cast" message from my 'Chanter. (Although the enchanter could have the spell interrupted!) Before I did that I thought I'd ask the experts if there is a better way to check for the presence (or absence) of a song or a buff without targeting yourself? Or how do you get the maximum benefit from Chromatic Haze?
he shouldhn't have to target himself to do that - are you sure you don't have a |Me tag on something somewhere - or missing a |Tap on a self heal?
 
he shouldhn't have to target himself to do that - are you sure you don't have a |Me tag on something somewhere - or missing a |Tap on a self heal?

You might be on to something, I was using the |mob tag in the Heal section instead of |tap

I'll switch it right away and check it out!

INI:
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=1
HealsSize=6
Heals1=Blood Drinker's Coating|95|mob
Heals2=Cursed Guardian Discipline|93|mob
Heals3=Composite Fang|91|mob
Heals4=Dire Indictment|89|mob
Heals5=Touch of Drendar|87|mob
Heals6=Touch of Zlandicar|85|mob
HealGroupPetsOn=0
HealsCond1=TRUE
HealsCond2=TRUE
HealsCond3=TRUE
HealsCond4=TRUE
HealsCond5=TRUE
HealsCond6=TRUE
XTarHeal=0
XTarHealList=NULL
AutoRezCond1=TRUE
AutoRezCond2=TRUE
AutoRezCond3=TRUE
AutoRezOn=0
RezMeLast=0
HealsCOn=1
InterruptHeals=100
 
Question - There has to be a better way to check for Chromatic Haze?

Users who are viewing this thread

Back
Top
Cart