What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

How to ride MOUNT of other players?

Deg026

Member
Joined
Jan 18, 2015
Messages
58
Reaction score
0
it is possible posibility some how to Mount on not self mounts?
i mean sit on mounts of other players of your party
now i didn't found functions how to do this....

SitOnMount is always work only on YOUR mount pet...

i try to get in target mount of other players and UseSkill(12077)
but it isn't working too...

can help me somebody please!
 
bump!

please help me somebody
how can i sit on mount of some other players??
 
When trying to use the skill, are you within it's range?
Try ComeTo(obj, 2); or MoveTo(obj); before trying to use the skill.

Have you tried using UseSkill("Mounting"); ?
 
yes, this is my code:

ComeTo(me.target);
SetTarget(getMount(me.target));
UseSkill(12077, true, false);
12077 - it is skill ID of "sit on mount"

doesn't work!
 
You need to interact with the object, you can use UseDoodadSkill() to do so.
 
UseDoodadSkill() not working for Creature objects... only for "doodad"
 
Back
Top