johnblaster123 7 Posted February 27, 2019 Share Posted February 27, 2019 Hello, What is the c# code to interact with npc and for example choose train and train herbalism? Regards Serrec 1 Link to comment https://wrobot.eu/forums/topic/10880-c-code-to-interact-with-npc/ Share on other sites More sharing options...
johnblaster123 7 Posted February 28, 2019 Author Share Posted February 28, 2019 ok I figured out how to go to him and pick train, but what is the command to train? wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(-8969.99f, 779.636f, 95.89193f), 5566, 1, false); Now I just need the command "train" what is it? Link to comment https://wrobot.eu/forums/topic/10880-c-code-to-interact-with-npc/#findComment-51892 Share on other sites More sharing options...
Jensen- 25 Posted February 28, 2019 Share Posted February 28, 2019 { wManager.Wow.Helpers.Usefuls.SelectGossipOption(wManager.Wow.Enums.GossipOptionsType.trainer); wManager.Wow.Helpers.Trainer.TrainingSpell(); } Link to comment https://wrobot.eu/forums/topic/10880-c-code-to-interact-with-npc/#findComment-51894 Share on other sites More sharing options...
johnblaster123 7 Posted February 28, 2019 Author Share Posted February 28, 2019 its working thanks ? Link to comment https://wrobot.eu/forums/topic/10880-c-code-to-interact-with-npc/#findComment-51895 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