Ordush 185 Posted August 29, 2017 Share Posted August 29, 2017 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? :) Link to comment https://wrobot.eu/forums/topic/6920-c-for-buff-casted-by-me/ Share on other sites More sharing options...
Droidz 2738 Posted August 29, 2017 Share Posted August 29, 2017 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 Ordush 1 Link to comment https://wrobot.eu/forums/topic/6920-c-for-buff-casted-by-me/#findComment-31318 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now