Jump to content
  • 0

Pet evolution error UI


Angeluz

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   16
  • Joined:  07/28/12
  • Last Seen:  

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

image.png.6467795c0eb3810232be88a73de9afb3.png

  - 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

image.png.411ecb4b8a67a5e9efc5a2bdab4fe3ae.png

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

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  131
  • Reputation:   53
  • Joined:  06/02/12
  • Last Seen:  

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)

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   16
  • Joined:  07/28/12
  • Last Seen:  

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 ?

image.png.3a65f14da6b4b6c8b4c9f0fb6ee7da0b.png

 

Edited by Angeluz
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...