Jump to content

Recommended Posts

Posted

Hi Guys, I have a problem with XML, when I add stats to a custom set like STR/DEX/Speed/etc doesn't work, only P. def.

I tried to put all custom skill to a existing XML file like "4500-4599.xml" and work, but I want to have in separate files to be neater.

 

I didn't found post with this info, sorry if Im wrong.

Posted

Hi Guys, I have a problem with XML, when I add stats to a custom set like STR/DEX/Speed/etc doesn't work, only P. def.

I tried to put all custom skill to a existing XML file like "4500-4599.xml" and work, but I want to have in separate files to be neater.

 

I didn't found post with this info, sorry if Im wrong.

you have acis?

Posted

Im working with L2j Frozen now.

I downloaded Dynasty Sets, and set bonus stat doesn't work, I tried to edit XML file like Draconic Set Bonus, but nothing:

<skill id="9050" levels="1" name="Dynasty Light Armor Set">
<!--
  Description(s):
      Increases Max HP/MP, Atk. Spd, P. Atk. DEX+1, STR+1, CON-1
-->
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <for>
    <mul order="0x30" stat="pAtkSpd" val="1.06"/> <!-- Attack Speed +6% -->
    <mul order="0x30" stat="pAtk" val="1.06"/> <!-- P. Atk +8% -->
    <add order="0x40" stat="maxMp" val="289"/> <!-- Maximum MP +289 -->
    <add order="0x40" stat="maxHp" val="356"/> <!-- Maximum HP +356 -->
    <add order="0x40" stat="DEX" val="1"/> <!-- DEX +1 -->
    <add order="0x40" stat="STR" val="1"/> <!-- STR +1 -->
    <sub order="0x40" stat="CON" val="2"/> <!-- CON -2 -->
  </for>
</skill>

 

I got the codes in "9050-9052.xml" but when I copy code to "3500-3599.xml" (Where draconic set skill is) works fine.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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