[Release]Wings of Catastrophe

Joined
Apr 22, 2006
Messages
4
Reaction score
0
This nice kordachi came with the newest ijji update .
Atvaark - [Release]Wings of Catastrophe - RaGEZONE Forums

Put the two files in your model/weapon/blade folder .
Add this to the weapons.xml
Code:
	<AddWeaponElu name="eq_blade_wing" weapon_motion_type = "13" weapon_type = "17" >
		<AddBaseModel name="eq_blade_wing" filename="model/weapon/blade/blade_wing.elu" />
	</AddWeaponElu>

Add this to your zitem.xml
Code:
	<ITEM id="[color=red]Any number over 400512[/color]" name="STR:ZITEM_NAME_[color=red]Same number[/color]" mesh_name="eq_blade_wing" totalpoint="0" type="melee"
		res_sex="a" res_level="25" slot="melee" weapon="doublekatana" weight="16" bt_price="400"
		delay="290" damage="17" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
		gadget_id="0" hp="0" ap="0" 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_[color=red]Same number[/color]" />

Add this to your strings.xml

Code:
<STR id="ZITEM_NAME_[color=red]Same number[/color]">Wings of Catastrophe</STR>
<STR id="ZITEM_DESC_[color=red]Same number[/color]">Wings of Catastrophe is a Kodachi that was modeled on wings and tail of Lich. It has been said that a part of Lich's body was used to create the weapon.</STR>



 
i keep getting a matchserver error after I added it >_>
Load XML from memory : strings.xml(0x0001) - SUCCESS
Load XML from memory : cserror.xml(0x0001) - SUCCESS
[05/12/07 12:26:05] Read Item Descriptor Failed
 
You Only need to add the Weapon.xml (witch is in model) and add it into zitems (Witch is in matcserver and sysem.mrs) and add to shop.xml(witch is in matchserver and system.mrs) but if u have daggers that..use to be used like a 2hand sword then it wont work it bugs the daggrs but this sword alot better :) hope i helped. Ps Dont add strings.xml


Edited : u also need download and add into the katana folder (in model) the

Elu fil and DDs then u done : )
 
his code changes pr to page ranking




Code:
<!-- Wings of Catastrophe -->
		<ITEM id="5000005" name="Wings of Catastrophe" mesh_name="eq_blade_wing" totalpoint="0" type="melee"
		res_sex="a" res_level="50" slot="melee" weapon="doublekatana" weight="16" bt_price="4000"
		delay="290" damage="24" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" [COLOR="Red"]Page Ranking[/COLOR]="0" lr="0" color="#FFFFFFFF"
		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_5000005" />

Notice the difference =)


theres a code saying "page ranking" , change it to P.R without the dot, it keeps changing it automatically >.<
 
Back