burnii 0 Posted May 28, 2017 Share Posted May 28, 2017 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. Link to comment https://wrobot.eu/forums/topic/5965-check-if-tundra-mammoth/ Share on other sites More sharing options...
reapler 154 Posted May 28, 2017 Share Posted May 28, 2017 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"); } Link to comment https://wrobot.eu/forums/topic/5965-check-if-tundra-mammoth/#findComment-27122 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