so I snagged some dispelling code from someone here - cant find the original code but it had some spells to stop it from dispelling. I"m assuming they're beneficial buffs that can't be dispelled, so to stop the caster from dispelling over and over..
holyshit1=/if (${Target.Beneficial.ID} && ${Target.CurrentHPs}<=${mobhealth} && !${Me.Sitting} && !${Me.Invis} && !${Me.Moving} && ${Me.AltAbilityReady[Eradicate Magic]}) /alt act 547
is there some kind of TLO or some kinda code that would look to see if the buff is not removable?
holyshit1=/if (${Target.Beneficial.ID} && ${Target.CurrentHPs}<=${mobhealth} && !${Me.Sitting} && !${Me.Invis} && !${Me.Moving} && ${Me.AltAbilityReady[Eradicate Magic]}) /alt act 547
is there some kind of TLO or some kinda code that would look to see if the buff is not removable?

