Angeluz Posted June 23, 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 June 23, 2020 (edited) Hola buenas, resulta que tengo un problema con el pet system y no puedo hacer aparecer la sección de evolution, adjunto el link donde pedí ayuda en otra parte https://rathena.org/board/topic/122895-pet-evolution-error-ui/#comment-374076 Edited July 12, 2020 by Angeluz Quote Link to comment Share on other sites More sharing options...
Mael Posted June 23, 2020 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 6 hours ago Share Posted June 23, 2020 2 hours ago, Angeluz said: Hola buenas, resulta que tengo un problema con el pet system y no puedo hacer aparecer la sección de evolution, adjunto el link donde pedí ayuda en otra parte https://rathena.org/board/topic/122895-pet-evolution-error-ui/#comment-374076 Intenta agregando esto en tu pet_db.yml: - 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_LOYAL) { bonus bMaxSP,150; } else if (.@i >= PET_INTIMATE_CORDIAL) { bonus bMaxSP,100; } 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 - Target: ALIOT ItemRequirements: - Item: Screw Amount: 500 - Item: Honey Amount: 100 - Item: White_Jewel Amount: 10 - Item: Teddy_Bear_Card Amount: 1 - Target: ALICEL ItemRequirements: - Item: Screw Amount: 500 - Item: Honey Amount: 100 - Item: Bloody_Page Amount: 50 - Item: Teddy_Bear_Card Amount: 1 - Mob: XM_TEDDY_BEAR EggItem: Xm_Teddy_Bear_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 bMaxSP,150; autobonus "{ bonus2 bSPRegenRate,40,1000; }",30,5000,BF_MAGIC; } else if (.@i >= PET_INTIMATE_CORDIAL) { bonus bMaxSP,150; autobonus "{ bonus2 bSPRegenRate,30,1000; }",30,5000,BF_MAGIC; } else if (.@i >= PET_INTIMATE_NEUTRAL) { bonus bMaxSP,100; } else { bonus bMaxSP,50; } - Mob: ALIOT EggItem: Aliot_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 bAspdRate,5; bonus bHit,12; } else if (.@i >= PET_INTIMATE_CORDIAL) { bonus bAspdRate,4; bonus bHit,9; } else if (.@i >= PET_INTIMATE_NEUTRAL) { bonus bAspdRate,3; bonus bHit,6; } else { bonus bAspdRate,2; } - Mob: ALICEL EggItem: Alicel_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 bCastrate,-5; bonus2 bMagicAddEle,Ele_Neutral,5; } else if (.@i >= PET_INTIMATE_CORDIAL) { bonus bCastrate,-4; bonus2 bMagicAddEle,Ele_Neutral,3; } else if (.@i >= PET_INTIMATE_NEUTRAL) { bonus bCastrate,-3; } else { bonus bCastrate,-2; } Recuerda agregar los items que requiere la pet "eggitem, fooditem, quest items, etc". Quote Link to comment Share on other sites More sharing options...
Angeluz Posted June 30, 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 June 30, 2020 (edited) Tampoco me sirvió, pero mira traté de colocar que evolucione en un Angeling pero sólo en el PetEvolutionCln InsertEvolutionRecipeLGU(9099, 9088, 503, 20) InsertEvolutionRecipeLGU(9099, 9088, 2282, 1) InsertEvolutionRecipeLGU(9099, 9088, 509, 50) InsertEvolutionRecipeLGU(9099, 9088, 909, 200) - 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: Yellow_Potion Amount: 20 - Item: Spirit_Chain Amount: 1 - Item: White_Herb Amount: 50 - Item: Jellopy Amount: 200 Pero si coloco el egg del Xm_Teddy_Bear_Egg (9108) InsertEvolutionRecipeLGU(9099, 9108, 503, 20) InsertEvolutionRecipeLGU(9099, 9108, 2282, 1) InsertEvolutionRecipeLGU(9099, 9108, 509, 50) InsertEvolutionRecipeLGU(9099, 9108, 909, 200) - 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: Yellow_Potion Amount: 20 - Item: Spirit_Chain Amount: 1 - Item: White_Herb Amount: 50 - Item: Jellopy Amount: 200 Al intentar hacerlo evolucionar teniendo los items aparece el siguiente mensaje por lo que aunque parezca angeling no hace la unión tampoco Edited June 30, 2020 by Angeluz Quote Link to comment Share on other sites More sharing options...
Mael Posted June 30, 2020 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 6 hours ago Share Posted June 30, 2020 Qué proyecto de data utilizas? Quote Link to comment Share on other sites More sharing options...
Angeluz Posted July 3, 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 July 3, 2020 On 6/29/2020 at 10:47 PM, Mael said: Qué proyecto de data utilizas? ahí me pillaste, es una mezcla entre zack's corner y otros, he ido modificando muchos archivos Quote Link to comment Share on other sites More sharing options...
Mael Posted July 3, 2020 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 6 hours ago Share Posted July 3, 2020 1 minute ago, Angeluz said: ahí me pillaste, es una mezcla entre zack's corner y otros, he ido modificando muchos archivos Si logras ubicar lo que modificaste, podrías migrar al proyecto de llChrisll: https://github.com/llchrisll/ROenglishRE Quizá te estén faltando datos en los luas de pets. 2 Quote Link to comment Share on other sites More sharing options...
Angeluz Posted July 8, 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 July 8, 2020 On 7/3/2020 at 2:22 PM, Mael said: Si logras ubicar lo que modificaste, podrías migrar al proyecto de llChrisll: https://github.com/llchrisll/ROenglishRE Quizá te estén faltando datos en los luas de pets. Tampoco, reemplacé todos los archivos de data y system y no sirvió Quote Link to comment Share on other sites More sharing options...
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.