April 23, 20214 yr Hi everyone, I have a question, how better to change the fight class... When I use the next code if(ObjectManager.Me.WowClass == WoWClass.Paladin) { wManager.wManagerSetting.CurrentSetting.CustomClass = "ret_pal.cs"; } CustomClass.DisposeCustomClass(); Thread.Sleep(2000); CustomClass.LoadCustomClass(); Sometimes the fiteclass for some reason does not load, can someone tell me another way without bugs? And I would also like to understand what the CustomClass.ResetCustomClass() method does?
April 23, 20214 yr CustomClass.ResetCustomClass() reloads the current FightClass. Most products call it when the PLAYER_LEVEL_UP Lua event is fired.
Create an account or sign in to comment