Jump to content
  • 0

Add two or more Active skills on a weapon


Question

Posted

Hi guys i'm trying to add 3 skills on a weapon when equiped.
I tried this :

 

Quote

<item id="9725" type="Weapon" name="Custom Duals">
        <set name="default_action" val="equip" />
        <set name="weapon_type" val="DUAL" />
        <set name="bodypart" val="lrhand" />
        <set name="random_damage" val="10" />
        <set name="attack_range" val="40" />
        <set name="damage_range" val="0;0;44;120" />
        <set name="crystal_count" val="2440" />
        <set name="crystal_type" val="S" />
        <set name="material" val="ADAMANTAITE" />
        <set name="weight" val="2080" />
        <set name="price" val="48800000" />
        <set name="soulshots" val="1" />
        <set name="spiritshots" val="1" />         
           <set name="is_oly_restricted" val="true" />
        <set name="enchant4_skill" val="3570-1" />

           <set name="item_skill" val="20000-1" />
           <set name="item_skill" val="20001-1" />
            <set name="item_skill" val="20002-1" />

        <for>
            <set stat="pAtk" val="413" />
            <set stat="mAtk" val="137" />
            <set stat="rCrit" val="8" />
            <set stat="pAtkSpd" val="325" />
                <mul stat="maxCp" val="1.3" />
            <enchant val="0" stat="pAtk" />
            <enchant val="0" stat="mAtk" />
        <!-- Enhances damage to target during PvP -->
    <mul val='1.10' order='0x30' stat='pvpPhysDmg'/>
    <mul val='1.10' order='0x30' stat='pvpMagicalDmg'/>
        </for>
    </item>


but it only gives 1 skill when equiped. Thanks in advance !

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