June 18, 20178 yr hello, i want to do that, when character reaches level 40 he goes to train Riding 150 then he goes to purchase the mount. This is already programmed and working but i need latest step, after that i equiped mount 100% i want to say to wrobot that he must use 100% mount instead of 60% mount, what will be the command that i must use to change it? thanks
June 18, 20178 yr Hello, run this c# code: wManager.wManagerSetting.CurrentSetting.GroundMountName = "Mount Name";
June 19, 20178 yr Author Does also exist a command that knows if riding level it is for example 75-150?
June 22, 20178 yr wManager.Wow.Helpers.Skill.GetValue(wManager.Wow.Enums.SkillLine.Riding) wManager.Wow.Helpers.Skill.GetMaxValue (wManager.Wow.Enums.SkillLine.Riding)
Create an account or sign in to comment