Pudge 24 Posted April 23, 2021 Share Posted April 23, 2021 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? happiness7 1 Link to comment https://wrobot.eu/forums/topic/13016-resetcustomclass/ Share on other sites More sharing options...
Zer0 148 Posted April 23, 2021 Share Posted April 23, 2021 CustomClass.ResetCustomClass() reloads the current FightClass. Most products call it when the PLAYER_LEVEL_UP Lua event is fired. Pudge and happiness7 1 1 Link to comment https://wrobot.eu/forums/topic/13016-resetcustomclass/#findComment-61904 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