Yhaj Posted April 23, 2020 Posted April 23, 2020 The problem says, It is not requested petal? How to resolve this anyone? Thanks in advance... Quote
0 Haruka Mayumi Posted April 23, 2020 Posted April 23, 2020 (edited) There's no Mastering Pet on your pet_db.yml pet_db.yml Spoiler - Mob: PORING TameItem: Unripe_Apple EggItem: Poring_Egg EquipItem: Backpack FoodItem: Apple_Juice Fullness: 3 IntimacyFed: 50 CaptureRate: 2000 AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); if( .@i >= PET_INTIMATE_LOYAL ){ bonus bLuk,2; bonus bCritical,1; } Evolution: - Target: MASTERING ItemRequirements: - Item: Leaf_Of_Yggdrasil Amount: 10 - Item: Unripe_Apple Amount: 3 - Mob: MASTERING EggItem: Mastering_Egg FoodItem: Pet_Food Fullness: 2 HungryDelay: 120 IntimacyFed: 15 CaptureRate: 0 SpecialPerformance: false AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); if (.@i >= PET_INTIMATE_LOYAL) { bonus bLuk,3; bonus bCritical,3; } else if (.@i >= PET_INTIMATE_CORDIAL) { bonus bLuk,3; bonus bCritical,2; } else if (.@i >= PET_INTIMATE_NEUTRAL) { bonus bLuk,3; bonus bCritical,1; } else { bonus bLuk,2; bonus bCritical,1; } Evolution: - Target: ANGELING ItemRequirements: - Item: Yellow_Potion Amount: 20 - Item: Spirit_Chain Amount: 1 - Item: White_Herb Amount: 50 - Item: Jellopy Amount: 200 - Mob: ANGELING EggItem: Angeling_Egg FoodItem: Pet_Food Fullness: 1 HungryDelay: 120 IntimacyFed: 15 CaptureRate: 0 SpecialPerformance: false AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); if (.@i >= PET_INTIMATE_LOYAL) { bonus bMaxHPrate,2; bonus bHealPower,8; } else if (.@i >= PET_INTIMATE_CORDIAL) { bonus bMaxHPrate,2; bonus bHealPower,6; } else if (.@i >= PET_INTIMATE_NEUTRAL) { bonus bMaxHPrate,1; bonus bHealPower,4; } else { bonus bMaxHPrate,1; bonus bHealPower,2; } item_db.txt Spoiler 9069,Mastering_Egg,Mastering Egg,7,20,,0,,,,,,,,,,,,,{},{},{} 9088,Angeling_Egg,Angeling Egg,7,20,,0,,,,,,,,,,,,,{},{},{} Edited April 23, 2020 by Haruka Mayumi 1 Quote
0 Yhaj Posted April 24, 2020 Author Posted April 24, 2020 15 hours ago, Haruka Mayumi said: There's no Mastering Pet on your pet_db.yml pet_db.yml Reveal hidden contents - Mob: PORING TameItem: Unripe_Apple EggItem: Poring_Egg EquipItem: Backpack FoodItem: Apple_Juice Fullness: 3 IntimacyFed: 50 CaptureRate: 2000 AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); if( .@i >= PET_INTIMATE_LOYAL ){ bonus bLuk,2; bonus bCritical,1; } Evolution: - Target: MASTERING ItemRequirements: - Item: Leaf_Of_Yggdrasil Amount: 10 - Item: Unripe_Apple Amount: 3 - Mob: MASTERING EggItem: Mastering_Egg FoodItem: Pet_Food Fullness: 2 HungryDelay: 120 IntimacyFed: 15 CaptureRate: 0 SpecialPerformance: false AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); if (.@i >= PET_INTIMATE_LOYAL) { bonus bLuk,3; bonus bCritical,3; } else if (.@i >= PET_INTIMATE_CORDIAL) { bonus bLuk,3; bonus bCritical,2; } else if (.@i >= PET_INTIMATE_NEUTRAL) { bonus bLuk,3; bonus bCritical,1; } else { bonus bLuk,2; bonus bCritical,1; } Evolution: - Target: ANGELING ItemRequirements: - Item: Yellow_Potion Amount: 20 - Item: Spirit_Chain Amount: 1 - Item: White_Herb Amount: 50 - Item: Jellopy Amount: 200 - Mob: ANGELING EggItem: Angeling_Egg FoodItem: Pet_Food Fullness: 1 HungryDelay: 120 IntimacyFed: 15 CaptureRate: 0 SpecialPerformance: false AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); if (.@i >= PET_INTIMATE_LOYAL) { bonus bMaxHPrate,2; bonus bHealPower,8; } else if (.@i >= PET_INTIMATE_CORDIAL) { bonus bMaxHPrate,2; bonus bHealPower,6; } else if (.@i >= PET_INTIMATE_NEUTRAL) { bonus bMaxHPrate,1; bonus bHealPower,4; } else { bonus bMaxHPrate,1; bonus bHealPower,2; } item_db.txt Reveal hidden contents 9069,Mastering_Egg,Mastering Egg,7,20,,0,,,,,,,,,,,,,{},{},{} 9088,Angeling_Egg,Angeling Egg,7,20,,0,,,,,,,,,,,,,{},{},{} Ohhh I see I'll try this one ... Ohhh It definetely works thanks ... Quote
0 Sallycantdance Posted March 24, 2021 Posted March 24, 2021 On 4/23/2020 at 10:51 PM, Haruka Mayumi said: There's no Mastering Pet on your pet_db.yml pet_db.yml Hide contents - Mob: PORING TameItem: Unripe_Apple EggItem: Poring_Egg EquipItem: Backpack FoodItem: Apple_Juice Fullness: 3 IntimacyFed: 50 CaptureRate: 2000 AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); if( .@i >= PET_INTIMATE_LOYAL ){ bonus bLuk,2; bonus bCritical,1; } Evolution: - Target: MASTERING ItemRequirements: - Item: Leaf_Of_Yggdrasil Amount: 10 - Item: Unripe_Apple Amount: 3 - Mob: MASTERING EggItem: Mastering_Egg FoodItem: Pet_Food Fullness: 2 HungryDelay: 120 IntimacyFed: 15 CaptureRate: 0 SpecialPerformance: false AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); if (.@i >= PET_INTIMATE_LOYAL) { bonus bLuk,3; bonus bCritical,3; } else if (.@i >= PET_INTIMATE_CORDIAL) { bonus bLuk,3; bonus bCritical,2; } else if (.@i >= PET_INTIMATE_NEUTRAL) { bonus bLuk,3; bonus bCritical,1; } else { bonus bLuk,2; bonus bCritical,1; } Evolution: - Target: ANGELING ItemRequirements: - Item: Yellow_Potion Amount: 20 - Item: Spirit_Chain Amount: 1 - Item: White_Herb Amount: 50 - Item: Jellopy Amount: 200 - Mob: ANGELING EggItem: Angeling_Egg FoodItem: Pet_Food Fullness: 1 HungryDelay: 120 IntimacyFed: 15 CaptureRate: 0 SpecialPerformance: false AllowAutoFeed: true Script: > .@i = getpetinfo(PETINFO_INTIMATE); if (.@i >= PET_INTIMATE_LOYAL) { bonus bMaxHPrate,2; bonus bHealPower,8; } else if (.@i >= PET_INTIMATE_CORDIAL) { bonus bMaxHPrate,2; bonus bHealPower,6; } else if (.@i >= PET_INTIMATE_NEUTRAL) { bonus bMaxHPrate,1; bonus bHealPower,4; } else { bonus bMaxHPrate,1; bonus bHealPower,2; } item_db.txt Hide contents 9069,Mastering_Egg,Mastering Egg,7,20,,0,,,,,,,,,,,,,{},{},{} 9088,Angeling_Egg,Angeling Egg,7,20,,0,,,,,,,,,,,,,{},{},{} Hello can i ask where to see the other guide of the other pets Quote
Question
Yhaj
The problem says, It is not requested petal?
How to resolve this anyone?
Thanks in advance...
3 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.