Yhaj Posted April 23, 2020 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 41 Reputation: 0 Joined: 05/04/18 Last Seen: October 10, 2020 Share Posted April 23, 2020 The problem says, It is not requested petal? How to resolve this anyone? Thanks in advance... Quote Link to comment Share on other sites More sharing options...
0 Haruka Mayumi Posted April 23, 2020 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: April 14 Share 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 Link to comment Share on other sites More sharing options...
0 Yhaj Posted April 24, 2020 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 41 Reputation: 0 Joined: 05/04/18 Last Seen: October 10, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted March 24, 2021 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 8 hours ago Share 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 Link to comment Share on other sites More sharing options...
Question
Yhaj
The problem says, It is not requested petal?
How to resolve this anyone?
Thanks in advance...
Link to comment
Share on other sites
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.