April 4, 20179 yr Change fight profile for 1 quest. It's possible? it yes when how i can do it with c# code? Need it for warrior on some quest need only range pull on other quest only melee.
April 5, 20179 yr wManager.Wow.Helpers.CustomClass.DisposeCustomClass(); wManager.Wow.Helpers.CustomClass.LoadCustomClass("myfightclass.xml");
April 6, 20179 yr Author On 05.04.2017 at 5:33 PM, Droidz said: wManager.Wow.Helpers.CustomClass.DisposeCustomClass(); wManager.Wow.Helpers.CustomClass.LoadCustomClass("myfightclass.xml"); Thanks,but from what folder bot load profile? From WRobot\FightClass ? Because bot say me this [F] 19:45:17 - [FightClass] No Fight Class selected My Warrior range.xml file in this folder WRobot\FightClass File.txt
April 7, 20179 yr Sorry, you need to put full path like: .LoadCustomClass(Application.StartupPath + @"\FightClass\myfightclass.xml");
Create an account or sign in to comment