Jump to content

XML


jZac

Recommended Posts

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
Reply to this topic...

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