So basically what i need is i piece of code that detects Paladins buff "The Art of War".
If i use _me.Buffs.ContainsKey("The Art of War") it detects it as allways active/present.
If i use _me.ActiveBuffs.ContainsKey("The Art of War") or _me.PassiveBuffs.ContainsKey("The Art of War") it does not detects it at all..So if it is not an active or a passive buff then what kind is it ?
Please Help.
If i use _me.Buffs.ContainsKey("The Art of War") it detects it as allways active/present.
If i use _me.ActiveBuffs.ContainsKey("The Art of War") or _me.PassiveBuffs.ContainsKey("The Art of War") it does not detects it at all..So if it is not an active or a passive buff then what kind is it ?
Please Help.