I haven't tryied the subclass system because i will not use it but i can check it, for sure it has some dublicate ai's in npcdata.txt (two monsters have the same ai) so you need to change them, you can find them from other pack because it's easier that way. I can send you the system, i guess there is no point to send the whole client because my client is changing to c3 but also the pack reads specific files from the system thats why some people may get disconected when they are trying to login. https://www.mediafire.com/file/4nd8fb9nwmfmdb0/System.rar/file
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