May 28, 20178 yr Hey I tried to check if I'm mounted on "Reins of the Traveler's Tundra Mammoth" with: ObjectManager.Me.HaveBuff("Reins of the Traveler's Tundra Mammoth") and ObjectManager.Me.HaveBuff(44234); but it didn't work. To check other buffs works just find just this mammoth is a problem.
May 28, 20178 yr Hi, for me the mounts are working but maybe this will work for you instead: //get the id while mounted robotManager.Helpful.Logging.Write("Mount display id: "+ObjectManager.Me.MountDisplayId); if (ObjectManager.Me.MountDisplayId == x)//insert id here { robotManager.Helpful.Logging.Write("Traveler's Tundra Mammoth found"); }
Create an account or sign in to comment