Angeluz Posted March 17, 2020 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 109 Reputation: 19 Joined: 07/28/12 Last Seen: Yesterday at 12:55 AM Share Posted March 17, 2020 hello, I have problems with the pet evolution UI, when I add the option to evolve to other pets with all the materials, in some pets the option does not appear to me, does anyone know what this could be? - Mob: PORING TameItem: Unripe_Apple EggItem: Poring_Egg EquipItem: Backpack FoodItem: Apple_Juice Fullness: 3 IntimacyFed: 50 CaptureRate: 2000 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: TEDDY_BEAR TameItem: Small_Needle_Kit EggItem: Teddy_Bear_Egg FoodItem: Cotton_Tufts Fullness: 3 IntimacyFed: 50 CaptureRate: 2000 Script: > .@i = getpetinfo(PETINFO_INTIMATE); if( .@i >= PET_INTIMATE_CORDIAL ){ bonus bMaxSP,150; } Evolution: - Target: XM_TEDDY_BEAR ItemRequirements: - Item: Small_Needle_Kit Amount: 3 - Item: Cursed_Seal Amount: 300 - Item: Cardinal_Jewel_ Amount: 50 - Item: Teddy_Bear_Card Amount: 1 Thank you sorry if this is the wrong section, please move it Quote Link to comment Share on other sites More sharing options...
0 Racaae Posted March 17, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 214 Reputation: 94 Joined: 06/02/12 Last Seen: 1 hour ago Share Posted March 17, 2020 Your system/PetEvolutionCln.lub may be outdated. The server and client data files need to match, check if it has the following lines: InsertEvolutionRecipeLGU(9099, 9108, 23189, 3) InsertEvolutionRecipeLGU(9099, 9108, 7442, 300) InsertEvolutionRecipeLGU(9099, 9108, 724, 50) InsertEvolutionRecipeLGU(9099, 9108, 4340, 1) Quote Link to comment Share on other sites More sharing options...
0 Angeluz Posted March 17, 2020 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 109 Reputation: 19 Joined: 07/28/12 Last Seen: Yesterday at 12:55 AM Author Share Posted March 17, 2020 (edited) yep i have it InsertPetAutoFeeding(9107) InsertEvolutionRecipeLGU(9099, 9108, 23189, 3) InsertEvolutionRecipeLGU(9099, 9108, 7442, 300) InsertEvolutionRecipeLGU(9099, 9108, 724, 50) InsertEvolutionRecipeLGU(9099, 9108, 4340, 1) InsertPetAutoFeeding(9108) EDIT: I can add autofeed button, but no evolution Edited March 17, 2020 by Angeluz Quote Link to comment Share on other sites More sharing options...
Question
Angeluz
hello, I have problems with the pet evolution UI, when I add the option to evolve to other pets with all the materials, in some pets the option does not appear to me, does anyone know what this could be?
- Mob: PORING TameItem: Unripe_Apple EggItem: Poring_Egg EquipItem: Backpack FoodItem: Apple_Juice Fullness: 3 IntimacyFed: 50 CaptureRate: 2000 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: TEDDY_BEAR TameItem: Small_Needle_Kit EggItem: Teddy_Bear_Egg FoodItem: Cotton_Tufts Fullness: 3 IntimacyFed: 50 CaptureRate: 2000 Script: > .@i = getpetinfo(PETINFO_INTIMATE); if( .@i >= PET_INTIMATE_CORDIAL ){ bonus bMaxSP,150; } Evolution: - Target: XM_TEDDY_BEAR ItemRequirements: - Item: Small_Needle_Kit Amount: 3 - Item: Cursed_Seal Amount: 300 - Item: Cardinal_Jewel_ Amount: 50 - Item: Teddy_Bear_Card Amount: 1
Thank you
sorry if this is the wrong section, please move it
Link to comment
Share on other sites
2 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.