John Mouling Posted December 23, 2023 Posted December 23, 2023 (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 December 23, 2023 by John Mouling Quote
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
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.