Jump to content
  • 0

Ruby Augment Skills and onthers jewells


John Mouling

Question

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
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...