help with adding pets

01/05/2019 04:29 lucioton#1
Hi everybody I need some help with adding pets to the server.
Not summoner pets to be precise, its about those who loot stuff from the ground.
I added the pets to the server, press the key to summon them, it loads and soon as it finishes loading the pet the client crashes. I get no error in the dbmon.

What have I done so far:
- I added the anim, mesh, skel, texture, texture pack files.
- I added lines to script/pet_shape and also the item itself to item shape
- I added the pet action files to share/action/pet and also added the lines
to the list.csv
- I added the pet lines to share/creature/pet.csv
- I added the pet lines to share/item/itemcash.csv and to pet_shape.csv

I am just wondering if I am missing something?
01/06/2019 03:58 thirdeye42#2
Quote:
Originally Posted by lucioton View Post
- I added lines to script/pet_shape
I could be mistaken or maybe it's what you meant but it should be
"script\creature\pet_shape" not "script/pet_shape".

Other than that I don't see what could be wrong, I don't deal with Action 9+.
01/06/2019 20:44 lucioton#3
Quote:
Originally Posted by thirdeye42 View Post
I could be mistaken or maybe it's what you meant but it should be
"script\creature\pet_shape" not "script/pet_shape".

Other than that I don't see what could be wrong, I don't deal with Action 9+.
Thats what I meant.