- Joined
- Jan 9, 2007
- Messages
- 1,622
- Reaction score
- 104
Hay everyone,
maybe you already know this. But this is how you add the pumpkin head to you gunz.
First edit zitem.xml
Then add the strings to the strings.xml
And finally ad it to you shop.xml
You can change the amount hp/ap/weight.
maybe you already know this. But this is how you add the pumpkin head to you gunz.
First edit zitem.xml
<ITEM id="999997" name="STR:ZITEM_NAME_999997" mesh_name="eq_head_pumpkin" totalpoint="0"
type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="7" bt_price="350"
hp="3" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_999997" />
<ITEM id="999996" name="STR:ZITEM_NAME_999997" mesh_name="eq_head_pumpkin" totalpoint="0"
type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="7" bt_price="350"
hp="3" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_999997" />
Then add the strings to the strings.xml
<STR id="ZITEM_NAME_999997">Pumpkin Head</STR>
<STR id="ZITEM_DESC_999997">Halloween event item</STR>
<STR id="ZITEM_NAME_999996">Pumpkin Head</STR>
<STR id="ZITEM_DESC_999996">Halloween event item</STR>
And finally ad it to you shop.xml
<SELL itemid="999997" />
<SELL itemid="999996" />
You can change the amount hp/ap/weight.