Jump to content

Train skill riding


Mlarssa

Recommended Posts

  • 3 weeks later...

Hello, use this c# code: 

        if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new robotManager.Helpful.Vector3(1, 2, 3), 12345)) // replace 1, 2, 3 by position, and 12345 by npc entry id
        { 
            wManager.Wow.Helpers.Usefuls.SelectGossipOption(wManager.Wow.Enums.GossipOptionsType.trainer);
            wManager.Wow.Helpers.Trainer.TrainingSpell();
        }

 

Link to comment
Share on other sites

  • 5 months later...
On 1/9/2017 at 8:56 AM, Droidz said:

Hello, use this c# code: 


        if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new robotManager.Helpful.Vector3(1, 2, 3), 12345)) // replace 1, 2, 3 by position, and 12345 by npc entry id
        { 
            wManager.Wow.Helpers.Usefuls.SelectGossipOption(wManager.Wow.Enums.GossipOptionsType.trainer);
            wManager.Wow.Helpers.Trainer.TrainingSpell();
        }

 

Where does this code go?

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