The Character coming down from tradepet.

When teleported from any point on the server I play, the character descends from the caravan animal.
(I think server owner created a procedure for this)

To solve this, I used the wait command on the script and then added the mount command. The character gets on the caravan animal again, but does not continue the script. The bot is running.
Does anyone generate ideas for this problem?

Part of my script

walk,-11426,1231,-42
walk,-11426,1196,-72
walk,-11426,1165,-155
wait,5000
teleport,Harbor Manager Gale,Pirate Morgun
wait,7000
mount,transport
walk,-8686,2257,3
walk,-8662,2269,19
walk,-8628,2274,0
walk,-8586,2271,0
walk,-8546,2273,8
walk,-8518,2275,16

Did you add a wait after the mount?

2 Likes

Yes, “wait” added after mount. I tried 2/3/4/5/6/ seconds for wait… but the problem continues. Thank you for your answer

hi Serkan,
You should record a script with pet. I dont know why but once you teleported with pet, it records a x,y for pet. For example,

walk,110,62,244
wait,5000
teleport,Hotan,Samarkand
wait,5000
walk,-5155,2828,180 —> this one is pet`s coord.
mount,horse
wait,2000

Could you try and let us know?
Thanks.

Hi dear,
I tried it but the problem continues :slightly_smiling_face:
For this reason, I requested a plugin. Maybe someone has encountered this problem.