Jump to content

jZac

Members
  • Posts

    49
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by jZac

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

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

×
×
  • Create New...