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

any way to get it to use mount

sparks

Active Member
Joined
Apr 23, 2010
Messages
1,174
Reaction score
1
I have a mount but its an original account so I got a mount at level 1.
he never uses it.
 
It is kind of hard to check to see if the character is mounted or not without involving a bit of code, unlike WoW that gave you an active buff on your buff bar, Rift does not.
 
if it was that easy we would have done it,but its not

but anyways the world is too small so its not our first priority atm
 
Actually, I had something I was brain storming myself on this mount issue. Since the bot tells the game to "goto" a spot on the landscape such as mouse click moving, you can have it add to a variable like:

goto x, y, z
if x, y, z = the goto variable, then node_count = node_count +1.

If Node_Count < A then send chat command /use <mount_name>

Of-course there will be a ton more then just that but that is simplified version.
 
Back
Top