funtwocrasher Posted June 20, 2024 Posted June 20, 2024 Hi! I want to implement renewal pets to pre-renewal server. I did the following, 1. Added Phreeoni Egg on pre-re/item_db_equip.yml Quote - Id: 9111 AegisName: Phreeoni_Egg Name: Phreeoni Egg Type: Petegg Buy: 20 2. Added Phreeoni Egg script on pre-re/pet_db.yml Quote - Mob: PHREEONI EggItem: Phreeoni_Egg FoodItem: High_Class_Pet_food Fullness: 2 # unknown HungryDelay: 120 # unknown IntimacyFed: 15 # unknown CaptureRate: 0 # unknown SpecialPerformance: false # unknown AllowAutoFeed: true Script: > .@intimate = getpetinfo(PETINFO_INTIMATE); if (.@intimate == PET_INTIMATE_AWKWARD || .@intimate == PET_INTIMATE_SHY) { bonus bHit,6; } if (.@intimate == PET_INTIMATE_NEUTRAL) { bonus bHit,10; bonus bPerfectHitRate,5; } if (.@intimate == PET_INTIMATE_CORDIAL) { bonus bHit,14; bonus bPerfectHitRate,10; } if (.@intimate == PET_INTIMATE_LOYAL) { bonus bHit,18; bonus bPerfectHitRate,15; } But I still have some error "pet does not exist, egg id 9111 Can anyone help me with this? Or what is the solution? Am I missing a step or something? Quote
0 Kater Posted June 20, 2024 Posted June 20, 2024 (edited) 8 hours ago, funtwocrasher said: Oi! Quero implementar animais de estimação de renovação no servidor de pré-renovação. Eu fiz o seguinte, 1. Adicionado Phreeoni Egg em pre-re/item_db_equip.yml 2. Adicionado script Phreeoni Egg em pre-re/pet_db.yml Mas ainda tenho algum erro "pet não existe, egg id 9111 Alguém pode me ajudar com isso? Ou qual é a solução? Estou faltando alguma etapa ou algo assim? Friends, do the following open the file \db\re\item_db_equip.yml copy the code of the desired item. Then open the \db\pre-re\item_db_equip.yml file, paste it and restart the server. There is no error, I just tested it. The pet file may be missing from the data Edited June 20, 2024 by Kater 1 Quote
0 funtwocrasher Posted June 20, 2024 Author Posted June 20, 2024 51 minutes ago, Kater said: Friends, do the following open the file \db\re\item_db_equip.yml copy the code of the desired item. Then open the \db\pre-re\item_db_equip.yml file, paste it and restart the server. There is no error, I just tested it. The pet file may be missing from the data Have you tried hatching it too with Incubator? Quote
0 funtwocrasher Posted June 21, 2024 Author Posted June 21, 2024 FIXED! Need to restart the server. @reloadmobdb and @reloadscript doesnt work on this. Quote
0 itsaraguide Posted January 19 Posted January 19 I did as told in the initial steps and it actually works. Quote
Question
funtwocrasher
Hi! I want to implement renewal pets to pre-renewal server. I did the following,
1. Added Phreeoni Egg on pre-re/item_db_equip.yml
2. Added Phreeoni Egg script on pre-re/pet_db.yml
But I still have some error "pet does not exist, egg id 9111
Can anyone help me with this? Or what is the solution? Am I missing a step or something?
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.