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..
Question
Komnis
i want to add stats in my custom items and edit some but i don't understand how "order" works. i got this weapon for example:
<item id="13457" name="Vesper Cutter">
<for>
<set val="396" order="0x08" stat="pAtk"/>
<set val="176" order="0x08" stat="mAtk"/>
<set val="8" order="0x08" stat="rCrit"/>
<add val="0" order="0x10" stat="accCombat"/>
<set val="379" order="0x08" stat="pAtkSpd"/>
<enchant val="0" order="0x0C" stat="pAtk"/>
<enchant val="0" order="0x0C" stat="mAtk"/>
</for>
</item>
what is 0x08,0x10,0x0C?
how i can make an item give something in %? for example a weapon give 10% p.atk?
8 answers to this question
Recommended Posts