Jump to content
  • 0

Ruby Augment Skills and onthers jewells


Question

Posted (edited)

Hi!. Im testing a l2jmobius pack but those skills arent working. You ekip the ruby or stone lvl 4 and nothing happens.
This is de Xml skill.

<skill id="27805" toLevel="3" name="Ruby Augment">
        <!-- When Ruby Lv. 4 or higher is equipped, P. Atk. +1%. -->
        <icon>icon.etc_bm_brooch_lavianrose_i05</icon>
        <operateType>P</operateType>
        <passiveConditions>
            <condition name="OpCheckSkillList">
                <skillIds>
                    <item>18717</item> <!-- Ruby -->
                </skillIds>
            </condition>
        </passiveConditions>
        <effects>
            <effect name="PAtk">
                <amount>
                    <value level="1">1</value>
                    <value level="2">2</value>
                    <value level="3">5</value>
                </amount>
                <mode>PER</mode>
            </effect>
        </effects>
    </skill>


Does anybody working with thouse skills?.
How can i fix it?
Im using Mobius

Edited by John Mouling

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...