September 24, 20169 yr 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
September 25, 20169 yr 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/ )
September 25, 20169 yr Author var l = new System.Collections.Generic.List<uint> { 5, 10, 15 }; wManager.wManagerSetting.CurrentSetting.TrainNewSkills = l.Contains(wManager.Wow.ObjectManager.ObjectManag er.Me.Level);
September 25, 20169 yr Author 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?
September 27, 20169 yr Author 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?
September 27, 20169 yr 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.
June 21, 20178 yr 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?
Create an account or sign in to comment