funtwocrasher Posted June 20, 2024 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 143 Reputation: 4 Joined: 06/17/12 Last Seen: August 6, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Kater Posted June 20, 2024 Group: Members Topic Count: 76 Topics Per Day: 0.20 Content Count: 175 Reputation: 2 Joined: 04/03/24 Last Seen: 18 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 funtwocrasher Posted June 20, 2024 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 143 Reputation: 4 Joined: 06/17/12 Last Seen: August 6, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
0 funtwocrasher Posted June 21, 2024 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 143 Reputation: 4 Joined: 06/17/12 Last Seen: August 6, 2024 Author Share Posted June 21, 2024 FIXED! Need to restart the server. @reloadmobdb and @reloadscript doesnt work on this. Quote Link to comment Share on other sites More sharing options...
0 itsaraguide Posted January 19 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 11/03/24 Last Seen: January 22 Share Posted January 19 I did as told in the initial steps and it actually works. Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.