Xano Posted September 1, 2014 Posted September 1, 2014 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: Eggs: Please help me to solve this. Thank you in advance. Quote
Ridley Posted September 1, 2014 Posted September 1, 2014 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 Quote
Xano Posted September 1, 2014 Author Posted September 1, 2014 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 Quote
Ridley Posted September 1, 2014 Posted September 1, 2014 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 Quote
Xano Posted September 1, 2014 Author Posted September 1, 2014 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. Quote
Question
Xano
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:
Eggs:
Please help me to solve this. Thank you in advance.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.