how i make thatRegister it in movements.xml
To make it onEquip and onDeEquip
open the movements file and find for example AOL (id 2173, search for those numbers) and just copypaste both onEquip and onDeEquip and change the id. If you want only for specific slots, ex feet, search for the soft boots id (cba to look it up for u on my phone) and just do the same. It's pretty damn simple once you get a hang o how things work. If it's unclear you open it in notepad++ or the text-editor of your choosinghow i make that
brother i want to make donations items with new images not in ot how i add it ????I
open the movements file and find for example AOL (id 2173, search for those numbers) and just copypaste both onEquip and onDeEquip and change the id. If you want only for specific slots, ex feet, search for the soft boots id (cba to look it up for u on my phone) and just do the same. It's pretty damn simple once you get a hang o how things work. If it's unclear you open it in notepad++ or the text-editor of your choosing
<movevent type="Equip" itemid="2496" slot="head" event="function" value="onEquipItem">
<vocation id="4"/>
<vocation id="8" showInDescription="0"/>
</movevent>
<movevent type="DeEquip" itemid="2496" slot="head" event="function" value="onDeEquipItem"/>
If you want to add items with your custom look, then you need to edit .spr and .dat files first, using for example ObjectBuilder. There are many tutorials about it.Shoshooo said:brother i want to make donations items with new images not in ot how i add it ????