• 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 - Cleric recasting buffs over and over

Joined
Oct 23, 2018
RedCents
2,058¢
RGMercs Build?
1.0
What level is the character?
125
Cleric casting Saints Unity and Unified Hand of Infallibility over and over
 
{
name = "Saint's Unity",
type = "AA",
cond = function(self, aaName)
local selfBuffHP = self:GetResolvedActionMapItem('SelfBuffhp')
local selfBuffHPLevel = selfBuffHP and selfBuffHP.Level() or 0
local aaSpell = mq.TLO.Spell(mq.TLO.Me.AltAbility(aaName)() and mq.TLO.Me.AltAbility(aaName).Spell.Trigger(1).BaseName() or "")
local aaLevel = aaSpell and aaSpell.Level() or 0
return RGMercUtils.AAReady(aaName) and selfBuffHPLevel <= aaLevel
end,
},

Is this logic correct?
 
Problem - Cleric recasting buffs over and over

Users who are viewing this thread

Back
Top
Cart