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

Simple mount leveling idea.

Scythe

New Member
Joined
Mar 21, 2012
Messages
9
Reaction score
0
How easy would it be to make a script that would check if the mount is summoned, if not then summon it.
Then just stay in one spot (on a carriage ) and anti-afk.
When i do this my mount disappears eventually (since it cant reach me) so I have to resummon it...

Thanks in advance ^^
 
I was thinking it would be better to just make a route that runs across the continent and back. It doesn't really matter if you are on your mount or not because it still lvls while running around.

I might look into make a simple script but people would have to use there own routes.
 
I rly just want a plug in that keeps summoning my horse back xD
 
if(getMount() == null){

Item i = getInvItem("mount name");
i.UseItem();

}
 
Thanks, i can work with that ^^

Edit: works like a charm, my pet got 2 lvls while i was alt tabbed ^^
Don't even have to babysit , 'cause what are they gonna do? I don't need to check chat or even my screen to re-summon my horse , can't prove anything :P
 
Last edited:
Back
Top