- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
John Mouling
Hi!. Im testing a l2jmobius pack but those skills arent working. You ekip the ruby or stone lvl 4 and nothing happens.
Edited by John MoulingThis 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
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now