ServUO Version
Publish 57
Ultima Expansion
Endless Journey
I'm looking for a way for pets to travel with their owners when using recall and not just the door.

I will be grateful for the help.
 
Take a look at the gate travel spell, it uses BaseCreature.TeleportPets(), this is the code you need to make it work.
 
Use the same code from Moongate for teleporting the pets, copy it to wherever you need it.

BaseCreature.TeleportPets( ... )

The only line you need for it to work, be sure to put it before MoveToWorld is used on the player.
 
Use the same code from Moongate for teleporting the pets, copy it to wherever you need it.

BaseCreature.TeleportPets( ... )

The only line you need for it to work, be sure to put it before MoveToWorld is used on the player.
Alright, I have some evidence. thank you so much :cool:
 
Back