Mlarssa 2 Posted December 17, 2016 Share Posted December 17, 2016 Hi, I try to learn skill apprentice riding at lvl 20 (Blood elf) but can't get it to work. Anyone who can look at this and see what I'm doing wrong? TrainSkill riding.xml Link to comment https://wrobot.eu/forums/topic/4621-train-skill-riding/ Share on other sites More sharing options...
Mlarssa 2 Posted December 20, 2016 Author Share Posted December 20, 2016 Bump Link to comment https://wrobot.eu/forums/topic/4621-train-skill-riding/#findComment-21557 Share on other sites More sharing options...
Droidz 2738 Posted January 9, 2017 Share Posted January 9, 2017 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(); } saleh 1 Link to comment https://wrobot.eu/forums/topic/4621-train-skill-riding/#findComment-21855 Share on other sites More sharing options...
tje1991 1 Posted June 27, 2017 Share Posted June 27, 2017 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 https://wrobot.eu/forums/topic/4621-train-skill-riding/#findComment-28420 Share on other sites More sharing options...
reapler 154 Posted June 27, 2017 Share Posted June 27, 2017 @tje1991 You can add this in quests order editor > Actiontype: RunCode > Actionparameter: this code Link to comment https://wrobot.eu/forums/topic/4621-train-skill-riding/#findComment-28426 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