This update resaves 25_25 from the original (with sounds)
(without the cave below)
Some emitter fixes (removed waterfalls with high-poly meshes)
The geodata is old, but it works
Everything else is unchanged
Download
P.S. The effect files are taken from the high client for Interlude, so if you're experiencing critical skills, use the default ones for your Version.
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