mercomy 3 Posted September 24, 2016 Share Posted September 24, 2016 Hello! Is it possible to do that the bot went to the teacher to a certain level? Or at certain levels. Becouse he lost a lot of time when go to teacher after 10 lvl Link to comment https://wrobot.eu/forums/topic/3937-class-trainer/ Share on other sites More sharing options...
Droidz 2738 Posted September 25, 2016 Share Posted September 25, 2016 Hello, no with default settings. But you can run C# code to activate/desactivate option "Use trainer" depending of your level. For it use this c# code: var l = new System.Collections.Generic.List<uint> { 5, 10, 15 }; wManager.wManagerSetting.CurrentSetting.TrainNewSkills = l.Contains(wManager.Wow.ObjectManager.ObjectManager.Me.Level); You can use this code in plugin or in your profile with "Action" ( http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ ) Link to comment https://wrobot.eu/forums/topic/3937-class-trainer/#findComment-18351 Share on other sites More sharing options...
mercomy 3 Posted September 25, 2016 Author Share Posted September 25, 2016 var l = new System.Collections.Generic.List<uint> { 5, 10, 15 }; wManager.wManagerSetting.CurrentSetting.TrainNewSkills = l.Contains(wManager.Wow.ObjectManager.ObjectManag er.Me.Level); Link to comment https://wrobot.eu/forums/topic/3937-class-trainer/#findComment-18368 Share on other sites More sharing options...
mercomy 3 Posted September 25, 2016 Author Share Posted September 25, 2016 Can you help me please . I want that my bot stop trained on 8 lvl , where i need to put number "8" ? Or how i can do this? P.s. I need to put this code into Plagins? Link to comment https://wrobot.eu/forums/topic/3937-class-trainer/#findComment-18369 Share on other sites More sharing options...
Droidz 2738 Posted September 27, 2016 Share Posted September 27, 2016 You need to replace 5, 10, 15 by 1, 2, 3, 4, 5, 6, 7 Link to comment https://wrobot.eu/forums/topic/3937-class-trainer/#findComment-18411 Share on other sites More sharing options...
mercomy 3 Posted September 27, 2016 Author Share Posted September 27, 2016 1 hour ago, Droidz said: You need to replace 5, 10, 15 by 1, 2, 3, 4, 5, 6, 7 Where and how i need to put this code? Link to comment https://wrobot.eu/forums/topic/3937-class-trainer/#findComment-18413 Share on other sites More sharing options...
Droidz 2738 Posted September 27, 2016 Share Posted September 27, 2016 Use this plugin: TrainLevel.cs Currently, this plugin go to the trainer at level 5, 10 and 15. To change it, open file with notepad and line 14 replace "5, 10, 15" by "1, 2, 3, 4, 5, 6, 7" if you want go to trainer at the level 1, 2, 3, 4, 5, 6 and 7. mercomy 1 Link to comment https://wrobot.eu/forums/topic/3937-class-trainer/#findComment-18414 Share on other sites More sharing options...
Avvi 98 Posted June 21, 2017 Share Posted June 21, 2017 On 9/27/2016 at 5:26 AM, Droidz said: Use this plugin: TrainLevel.cs Currently, this plugin go to the trainer at level 5, 10 and 15. To change it, open file with notepad and line 14 replace "5, 10, 15" by "1, 2, 3, 4, 5, 6, 7" if you want go to trainer at the level 1, 2, 3, 4, 5, 6 and 7. Hi Droidz, downloading this plugin by itself does not work in the TBC version of WRobot. Do I need to integrate this into one of my other downloaded questing profiles? Or perhaps I am doing something else wrong? (̾●̮̮̃̾•̃̾) ̿ ̿ ‘̿’\̵͇̿̿\ 1 Link to comment https://wrobot.eu/forums/topic/3937-class-trainer/#findComment-28088 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