tray 0 Posted April 4, 2017 Share Posted April 4, 2017 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. Link to comment https://wrobot.eu/forums/topic/5572-change-fight-profile/ Share on other sites More sharing options...
Droidz 2738 Posted April 5, 2017 Share Posted April 5, 2017 wManager.Wow.Helpers.CustomClass.DisposeCustomClass(); wManager.Wow.Helpers.CustomClass.LoadCustomClass("myfightclass.xml"); tray 1 Link to comment https://wrobot.eu/forums/topic/5572-change-fight-profile/#findComment-25472 Share on other sites More sharing options...
tray 0 Posted April 6, 2017 Author Share Posted April 6, 2017 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 Link to comment https://wrobot.eu/forums/topic/5572-change-fight-profile/#findComment-25530 Share on other sites More sharing options...
Droidz 2738 Posted April 7, 2017 Share Posted April 7, 2017 Sorry, you need to put full path like: .LoadCustomClass(Application.StartupPath + @"\FightClass\myfightclass.xml"); Link to comment https://wrobot.eu/forums/topic/5572-change-fight-profile/#findComment-25558 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