May 30, 20223 yr Hi i need to put a condition on Quest Profile to solve that if player is Warrior ==>> wManager.wManagerSetting.CurrentSetting.RestingMana = False; Thanks
May 30, 20223 yr Hello, if (wManager.Wow.ObjectManager.ObjectManager.Me.WowClass == wManager.Wow.Enums.WoWClass.Warrior) { wManager.wManagerSetting.CurrentSetting.RestingMana = false; }
Create an account or sign in to comment