Custom Items

Uranius

Vassal
Customer
hello!

I need create a Custom Shadow Boss Jewel.

Server Side:
<armor id="9220" name="Shadow of Antharas">
<!-- [earring_of_antaras] -->
<set name="crystal_type" value="NONE"/>
<set name="dropable" value="false"/>
<set name="durability" value="600"/>
<set name="sellable" value="false"/>
<set name="tradeable" value="false"/>
<set name="icon" value="icon.accessory_earring_of_antaras_i00"/>
<set name="type" value="NONE"/>
<set name="weight" value="150"/>
<equip>
<slot id="RIGHT_EAR"/>
<slot id="LEFT_EAR"/>
</equip>
<skills>
<skill id="3558" level="1"/>
</skills>
<for>
<add stat="mDef" order="0x10" value="71"/>
<add stat="maxMp" order="0x40" value="31"/>
<enchant stat="mDef" order="0x0C" value="0"/>
</for>
</armor>

Client Side:

Itemname

9220 Shadow Item: Earring of Antharas a,Produces the following effects: MP +31, 80% increase in resistance to bleeding, increase in the amount of heal, vampiric rage effect, 60% increase in resistance to stun/silence, decrease in MP consumption, and increase in resistance to earthen attack. If a character wears two identical earrings, the effect of only one earring will be applied.\0 -1 a, a, a, a, 0 0 0 a,

armorgrp

1 9220 0 0 4 5 0 dropitems.drop_earring_m00 dropitemstex.drop_earring_t00 icon.accessory_earring_of_antaras_i00 4294967295 150 3 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 LineageEffect.p_u002_a 1 ItemSound.itemdrop_pair ItemSound.itemequip_etc_pair 1 0 0 5 0 0 71 31

but, after login and spawn item give me "NoItemName" why?
 
<set name="durability" value="600"/> this mean when the play get the Item will expire after 600 min when he equip or when the item is just in the inventory?
 
Nope, for equipment items need use Item mana, duration tick at any time - offline or online
 
Already example. Shadow Items have Mana and consume it only on equip, temporary items consume real time life.
 
Back
Top