Rotana explains.
+
zItem Entry:
Code:
<ITEM id="#" name="STR:ZITEM_NAME_#" mesh_name="*" totalpoint="0" type="equip" res_sex="m"
res_level="0" slot="%" weight="4" bt_price="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
color="#FFFFFFFF" desc="STR:ZITEM_DESC_#" />
Strings Entry:
Code:
<STR id="ZITEM_NAME_#">Name of Your Item</STR>
<STR id="ZITEM_DESC_#">Description of Your Item</STR>
Shop Entry:
Code:
<SELL itemid="#" />
# = Item ID Number (If you're using Rotana's June 07 runnable, don't put it over 50000 of it won't show in shop)
* = Name of the model elu file (eg. eq_head_pumpkin for Pumpkin Head)
% = Slot (eg. head, chest, ect.)
You don't have to use the string entries to input the name and description, just changing the name and desc tags in the zitem entry works.
But, it keeps things clean and organized to use string entries, laziness is not becoming. :p