August 29, 20178 yr Hey yall Any way i can do (ObjectManager.Me.FocusObj.IsValid && ObjectManager.Me.FocusObj.HaveBuff("SPELLNAME")) just with "HaveBuffCastedByMe" Instead of HaveBuff? I mean if there is any function for it, what is it called? :)
August 29, 20178 yr Hello, Like: (ObjectManager.Me.FocusObj.IsValid && ObjectManager.Me.FocusObj.BuffCastedByAll("SPELLNAME").Contains(ObjectManager.Me.Guid)) If you use fightclasses editor, you can convert your xml fightclass to c# to get code sample
Create an account or sign in to comment