February 27, 20197 yr Hello, What is the c# code to interact with npc and for example choose train and train herbalism? Regards
February 28, 20197 yr Author 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?
February 28, 20197 yr { wManager.Wow.Helpers.Usefuls.SelectGossipOption(wManager.Wow.Enums.GossipOptionsType.trainer); wManager.Wow.Helpers.Trainer.TrainingSpell(); }
Create an account or sign in to comment