Re: How To Add Custom Items
Quote:
Originally Posted by
<ITEM id="2014"
name="Event Winner's Rocket"
mesh_name="rl_event"
totalpoint="0"
type="range"
res_sex="a": what sex can use this item
iscashitem="false":prem or not
totalpoint="0": unknown (to me)
type="melee":type of weapon or clothing
res_level="20": minmal level
slot="melee":where you equip it
damage="21": damage
delay="275":attack speed
ctrl_ability="0":ctrl_ability means how you weapons spreads and recoil the higher the number the accuraty will be beter
magazine="0":how meny clips it can hold
reloadtime="0": how long it takes to reload
slug_output="false":slug_output can be true or false False means no bullets are coming out of the weapon Ture means bullets out of you weapon
So melee = False and ranged = true
gadget_id="0":unknown
hp="0":hp
ap="0":ap
weapon="greatsword":where it will show up(buying group)
bullet_image_id="0":unknown or dosent work(tested not much tho)
image_id="0":unknown
weight="21":weight
bt_price="12000": how much it costs
maxwt="0": +weight(gives more)
sf="0":bonus(unknown to me)
fr="0":Fire
cr="0":Cold/Ice
pr="0":Poision restance
lr="0":Lighting
color="#FFFFFFFF":unknown
magazine_image_id="0":unknown or dosent work(tested not much tho)
desc="":description
The majority of it you make up, so no need for me to explain those.
Item id= just make a number up (less then 500,000 for it to appear in store)
Mesh name= The .elu for the file, NOT the .dds.
I'll do an example for string.
Quote:
Originally Posted by
<!-- zitem.xml -->
<STR id="Zitem_ID_(id # you chose for the item)> Name of item here</STR>
<STR id="ZITEM_DESC_(id # you chose)> Item description here</STR>
The things you put in, are in the model.mrs, man.mrs, female.mrs.
Re: How To Add Custom Items
Re: How To Add Custom Items
thankies for your help ^_~