Jump to content
  • 0

Pet Egg Issue ~


Xano

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

Hi,

 

I have a (un)known problem here.

My custom pet eggs doesn't work.

They are in my inventory and then I breed them with @hatch but the pets won't come out.

And before you say 'use @makeegg not @item' it won't work because I already tried it. When I do @makeegg it says Item not found.. -_-

 

After hatchting my Egg gets a red name and I get this error in the map-server...:

 

Error:

errori8pus.png

 

Eggs:

 

eggss6pjk.pngeggs20jq9b.png

 

 

Please help me to solve this. Thank you in advance.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   4
  • Joined:  01/14/14
  • Last Seen:  

Did you add it to your pet_db/pet_db2 as well? How many custom pets you have? The Default Limit in pet.c is 300

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

Of course I did, just look over here:

 

Here my pet_db2.txt:

// CUSTOM PETS
1992,CORNUS,Cornus,619,30054,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ },{ }
1885,GOPINICH,Gopinich,619,30055,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ },{ }
1989,HILLSRION,Hillslion,619,30056,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ },{ }
3519,Moonlight_Flower_Baby,Moonlight Flower Baby,619,30057,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ },{ }
3516,Baby_Fox,Baby Fox,619,30058,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ },{ }
3517,Bunny,Bunny,537,30059,619,30059,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ },{ }
1957,ENTWEIHEN,Entweihen Crothen,619,30060,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ },{ }
1991,TENDRILRION,Tendrillion,619,30061,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ },{ }
1930,PIAMETTE,Piamette,619,30062,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ },{ }
2073,TOUCAN,Toucan,619,30063,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ },{ }

That's all.


Oh and limit for the pet eggs you set ind pet.h not in pet.c ...

// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

#ifndef _PET_H_
#define _PET_H_

#define MAX_PET_DB	300
#define MAX_PETLOOT_SIZE	30

/no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   4
  • Joined:  01/14/14
  • Last Seen:  

phone autocarrot op

 

on Topic: and are you sure the pet_db2 is loaded? Im not sure if rathena has one by Default. You can try to add it's Content to the Import/pet_db

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

Yes I am sure that it is loaded, I also added it into the pet_db but there was no difference, I'll try the import path. Ty for the answer.

 

Thank you sir, it was the import folder. /no1/lv/kis2

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...