- Joined
- Dec 10, 2008
- Messages
- 164
- Reaction score
- 0
Well some pеople liked it so here is the release
Tutorial how to put in game
Decompile model.mrs and put these file in model/weapon/katana
add this to weapon.xml this is for 1 sword ....
<AddWeaponElu name="Cloud" weapon_motion_type = "1" weapon_type = "1" >
<AddBaseModel name="cloud_sword" filename="model/weapon/katana/Cloud.elu" />
</AddWeaponElu>
this is for 2 swords
<AddWeaponElu name="Cloudx2" weapon_motion_type = "13" weapon_type = "1" >
<AddBaseModel name="cloud_sword" filename="model/weapon/katana/Cloud.elu" />
</AddWeaponElu>
add this to strings.xml ( in match server and system.mrs ) u can edit the name if u don't like it
<STR id="ZITEM_NAME_2222">Final Fantasy Sword</STR>
<STR id="ZITEM_DESC_2222">Cloud's sword created by FearItself.</STR>
add this in zitem.xml ( in match server and system.mrs )
this is for 1 sword ....
<ITEM id="2222" name="STR:ZITEM_NAME_2222" mesh_name="Cloud" totalpoint="0" type="melee" res_sex="a" res_level="99" slot="melee" weapon="katana" weight="6" bt_price="0" delay="315" damage="60" range="240" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" hp="20" ap="0" maxwt="12" 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_2222" />
this is for 2 swords
<ITEM id="5455" name="Final Fantazy x2" mesh_name="Cloudx2" totalpoint="0" type="melee" res_sex="a" res_level="99" slot="melee" weapon="doublekatana" weight="14" bt_price="0" delay="340" damage="35" range="160" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" hp="0" ap="25" maxwt="10" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="0" bullet_image_id="0" magazine_image_id="0" desc="Final Fantazy Sword x2
" limitspeed="100" limitwall="0" />
Feel free to edit the stats ...
add this in shop.xml ( only in match server )
this if for 1 sword ....
<SELL itemid="2222"/>
this is for 2 swords
<SELL itemid="5455"/>
ENJOY
Tutorial how to put in game

Decompile model.mrs and put these file in model/weapon/katana
add this to weapon.xml this is for 1 sword ....
<AddWeaponElu name="Cloud" weapon_motion_type = "1" weapon_type = "1" >
<AddBaseModel name="cloud_sword" filename="model/weapon/katana/Cloud.elu" />
</AddWeaponElu>
this is for 2 swords
<AddWeaponElu name="Cloudx2" weapon_motion_type = "13" weapon_type = "1" >
<AddBaseModel name="cloud_sword" filename="model/weapon/katana/Cloud.elu" />
</AddWeaponElu>
add this to strings.xml ( in match server and system.mrs ) u can edit the name if u don't like it
<STR id="ZITEM_NAME_2222">Final Fantasy Sword</STR>
<STR id="ZITEM_DESC_2222">Cloud's sword created by FearItself.</STR>
add this in zitem.xml ( in match server and system.mrs )
this is for 1 sword ....
<ITEM id="2222" name="STR:ZITEM_NAME_2222" mesh_name="Cloud" totalpoint="0" type="melee" res_sex="a" res_level="99" slot="melee" weapon="katana" weight="6" bt_price="0" delay="315" damage="60" range="240" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" hp="20" ap="0" maxwt="12" 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_2222" />
this is for 2 swords
<ITEM id="5455" name="Final Fantazy x2" mesh_name="Cloudx2" totalpoint="0" type="melee" res_sex="a" res_level="99" slot="melee" weapon="doublekatana" weight="14" bt_price="0" delay="340" damage="35" range="160" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" hp="0" ap="25" maxwt="10" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="0" bullet_image_id="0" magazine_image_id="0" desc="Final Fantazy Sword x2

Feel free to edit the stats ...
add this in shop.xml ( only in match server )
this if for 1 sword ....
<SELL itemid="2222"/>
this is for 2 swords
<SELL itemid="5455"/>
ENJOY