saleh 13 Posted May 30, 2022 Share Posted May 30, 2022 Hi i need to put a condition on Quest Profile to solve that if player is Warrior ==>> wManager.wManagerSetting.CurrentSetting.RestingMana = False; Thanks Link to comment https://wrobot.eu/forums/topic/14420-character-class-if-condition/ Share on other sites More sharing options...
Droidz 2738 Posted May 30, 2022 Share Posted May 30, 2022 Hello, if (wManager.Wow.ObjectManager.ObjectManager.Me.WowClass == wManager.Wow.Enums.WoWClass.Warrior) { wManager.wManagerSetting.CurrentSetting.RestingMana = false; } Link to comment https://wrobot.eu/forums/topic/14420-character-class-if-condition/#findComment-65774 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