L2JMobius

Battle Chronicle pets skill

bim · 4 · 5752

Offline bim

  • Heir
  • **
    • Posts: 12
skills do not work for pets, you click on the skill, it does not work


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16249

Offline mrk

  • Heir
  • **
    • Posts: 21
skills do not work for pets, you click on the skill, it does not work

Patch:
https://www.mediafire.com/file/rtigzimwc837jop/fix_pet_skill_use.patch/file

You also need to insert the pet skill(s) handler in game/data/ActionData.xml like this changing UNIQUE_ID AND PET_SKILL_ID:

<action id="UNIQUE_ID" handler="PetSkillUse" option="PET_SKILL_ID" />

And in game/data/stats/pets/YOUR_PET.xml add the skill(s):

<skill minLevel="MIN_LEVEL" skillId="PET_SKILL_ID" skillLevel="LEVEL" />

These last two steps only in case these settings are missing.



Online Mobius

  • Distinguished King
  • *****
    • Posts: 16249
Fixed on subscriber version.
Took various code changes to make them work.