December 17, 20169 yr 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
January 9, 20179 yr 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(); }
June 27, 20178 yr 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?
June 27, 20178 yr @tje1991 You can add this in quests order editor > Actiontype: RunCode > Actionparameter: this code
Create an account or sign in to comment