[Release] Pumpkin Head

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
<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.
 

Attachments

  • Gunz037 - [Release] Pumpkin Head - RaGEZONE Forums
    Gunz037.webp
    132.3 KB · Views: 398
IF it works how he posted it your lucky and if it doesnt you need to do something more tip woman01.xml/man01.xml
 
Hey man for me not work... I get Zitem error,how can do??(I get zitem error also when I try to add other weapon created from ragezone members)
 
then you need to unpack your man woman mrs and look at the man01.xml and the women.xml and look for this rule

<AddParts name="parts40" filename="woman-parts_pumpkin.elu"> </AddParts>

if this rule is not present in your man and women01.xml then place it in there and save it, then repack your man and women.mrs again

Then is must work.
 
Back