Jump to content

ResetCustomClass


Pudge

Recommended Posts

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?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...