Jump to content

Recommended Posts

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
Share on other sites

  • 8 months later...
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?

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...