new sword(Demon Bringer)
model files(put into weapon\katana file)
zitem.xml
strings.xml
NEW ROCKET!(Goblin King's Rocket)
model files(put into weapon\rocketlauncher)
zitem.xml
strings.xml
NEW GLOVE!
no files needed! there already in you man and woman mrs files!
zitem.xml
strings.xml
shop.xml
model files(put into weapon\katana file)
To view the content, you need to sign in or register
To view the content, you need to sign in or register
zitem.xml
Code:
<ITEM id="400502" name="STR:ZITEM_NAME_400502" mesh_name="katana14" totalpoint="0" type="melee"
res_sex="a" res_level="22" slot="melee" weapon="katana" weight="12" bt_price="400"
delay="350" damage="20" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
gadget_id="0" hp="-5" ap="-5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_400502" />
strings.xml
Code:
<STR id="ZITEM_NAME_400502">Demon Bringer</STR>
<STR id="ZITEM_DESC_400502">A sword which was taken from the Giant Skeleton. It is extremely strong, but also cursed.</STR>
NEW ROCKET!(Goblin King's Rocket)
model files(put into weapon\rocketlauncher)
To view the content, you need to sign in or register
To view the content, you need to sign in or register
zitem.xml
Code:
<ITEM id="400501" name="STR:ZITEM_NAME_400501" mesh_name="rocketlauncher07" totalpoint="0"
type="range" res_sex="a" res_level="23" slot="range" weapon="rocket" weight="30" bt_price="400"
delay="1100" damage="45" ctrl_ability="50" magazine="4" maxbullet="16" reloadtime="3"
slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
desc="STR:ZITEM_DESC_400501" />
strings.xml
Code:
<STR id="ZITEM_NAME_400501">Goblin King's Rocket</STR>
<STR id="ZITEM_DESC_400501">A rocket which was discovered from a Goblin King's dead body. The design is very unique.</STR>
NEW GLOVE!
no files needed! there already in you man and woman mrs files!
zitem.xml
Code:
type="equip" res_sex="m" res_level="15" slot="hands" weight="6" bt_price="400" hp="3"
ap="12" maxwt="-2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400505" />
<ITEM id="400506" name="STR:ZITEM_NAME_400506" mesh_name="eq_hands_skeleton" totalpoint="0"
type="equip" res_sex="f" res_level="15" slot="hands" weight="6" bt_price="400" hp="3"
ap="12" maxwt="-2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400506" />
strings.xml
Code:
<STR id="ZITEM_NAME_400505">Demon Hand (Men)</STR>
<STR id="ZITEM_DESC_400505">A glove with an unknown dark force. It feels a lot heavier than it looks.</STR>
<STR id="ZITEM_NAME_400506">Demon Hand (Women)</STR>
<STR id="ZITEM_DESC_400506">A glove with an unknown dark force. It feels a lot heavier than it looks.</
shop.xml
Code:
<SELL itemid="400501" />
<SELL itemid="400502" />
<SELL itemid="400505" />
<SELL itemid="400506" />