DerpleMQ2 / rgmercs

Lua version of RGMercs Script
10 stars 20 forks source link

Swapped spells in cleric #76

Closed RobbanEQ closed 1 month ago

RobbanEQ commented 1 month ago

Helmsbane and Infallibility is swapped, should be like this

['AegoBuff'] = { "Unified Hand of Infallibility",

['SymbolBuff'] = { "Unified Hand of Helmsbane",

RobbanEQ commented 1 month ago

Also, needs to be a check if buff is already there, not just a stacking check.

I added this and not RGMercUtils.BuffActive(spell)

Works but only checks for the first of the 2 spells the buff gives.