• 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 symbol and Aego spells (UI question)

Joined
Oct 23, 2018
RedCents
2,058¢
RGMercs Build?
1.0
What level is the character?
125
Was wondering why the cleric did not cast the Group HP buff (aego-line)

noticed this checkmark
1710689691087.png
when I activated it to green, it started casting
1710689743099.png

Should this be swapped maybe? (aego and symbol)
1710689825254.png
 
{
name = "SymbolBuff",
type = "Spell",
cond = function(self, spell, target, uiCheck)
-- force the target for StacksTarget to work.
if not uiCheck then RGMercUtils.SetTarget(target.ID() or 0) end
return RGMercUtils.GetSetting('DoSymbol') and RGMercUtils.TargetClassIs({ "WAR", "PAL", "SHD", }, target) and RGMercUtils.SpellStacksOnTarget(spell)
end,
},

logic above.
 
Problem - Cleric symbol and Aego spells (UI question)

Users who are viewing this thread

Back
Top
Cart