Adding Items to my Server

Results 1 to 4 of 4
  1. #1
    Novice Jealous is offline
    MemberRank
    Apr 2011 Join Date
    3Posts

    ! Adding Items to my Server

    I need help adding items to my server. I've followed Sota808's guide but it still isn't working. I think it's something to do on the Matchserver's zitem.xml and shop.xml but the client part i understand. Here is the codes I entered to zitem.xml
    Zitem.zml
    Code:
    <ITEM id="696969" name="IchigoSword" mesh_name="IchigoSword.elu
    The rest I've done nothing but copied from the line below
    Yes i've put it under the !katana section.
    Now in the shop.xml i've put
    Code:
    <SELL itemid="696969" />
    and that is also under the !katana tab
    My files i downloaded are from eagles guide on how to create a private server.
    PLEASE HELP ME AND THANK YOU!


  2. #2
    Proficient Member hichay is offline
    MemberRank
    Oct 2010 Join Date
    174Posts

    Re: Adding Items to my Server

    You need unpack System.mrs in client
    in system have zitem + string
    ex:
    string.xml:
    <
    Code:
    STR id="ZITEM_NAME_50002">Mercenary Revolversx2 </STR>
    <STR id="ZITEM_DESC_50002">New Item.</STR>
    zitem.xml:
    Code:
    <ITEM id="50002" name="STR:ZITEM_NAME_50002" mesh_name="Mercenaryx2" totalpoint="0" type="range"
    		res_sex="a" res_level="20" slot="range" weapon="pistolx2" weight="5" bt_price="1440"
    		delay="220" damage="70" ctrl_ability="48" magazine="5" maxbullet="30" reloadtime="4"
    		slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_50002"
    		effect_id="4" />
    and click to Matchsever.
    copy string and zitem from system.mrs to matchsever
    unpack model.mrs
    you'll see weapon.xml
    open it
    click to folder weapon
    i put my weapon in folder New
    Code:
    </AddWeaponElu>
            <AddWeaponElu name="Mercenaryx2" weapon_motion_type = "3" weapon_type = "3" >
    		<AddBaseModel name="Mercenaryx2" filename="model/weapon/new/Mercenary.elu" />
    	</AddWeaponElu>
    anh pack this mrs. pack system.mrs copy to client weapon.mrs and system.mrs
    then you click to matchsever and open shop.xml add
    Code:
    <SELL itemid="50002" />
    and matchsever and play
    thanks! for me
    Last edited by hichay; 21-04-11 at 06:09 AM.

  3. #3
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Adding Items to my Server

    Quote Originally Posted by hichay View Post
    You need unpack System.mrs in client
    in system have zitem + string
    ex:
    string.xml:
    <
    Code:
    STR id="ZITEM_NAME_50002">Mercenary Revolversx2 </STR>
    <STR id="ZITEM_DESC_50002">New Item.</STR>
    zitem.xml:
    Code:
    <ITEM id="50002" name="STR:ZITEM_NAME_50002" mesh_name="Mercenaryx2" totalpoint="0" type="range"
            res_sex="a" res_level="20" slot="range" weapon="pistolx2" weight="5" bt_price="1440"
            delay="220" damage="70" ctrl_ability="48" magazine="5" maxbullet="30" reloadtime="4"
            slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
            lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
            snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_50002"
            effect_id="4" />
    and click to Matchsever.
    copy string and zitem from system.mrs to matchsever
    unpack model.mrs
    you'll see weapon.xml
    open it
    click to folder weapon
    i put my weapon in folder New
    Code:
    </AddWeaponElu>
            <AddWeaponElu name="Mercenaryx2" weapon_motion_type = "3" weapon_type = "3" >
            <AddBaseModel name="Mercenaryx2" filename="model/weapon/new/Mercenary.elu" />
        </AddWeaponElu>
    anh pack this mrs. pack system.mrs copy to client weapon.mrs and system.mrs
    then you click to matchsever and open shop.xml add
    Code:
    <SELL itemid="50002" />
    and matchsever and play
    thanks! for me
    The strings aren't needed, Alls they do is link, Why have that when you can just have the name...


    69696969 is greater then 500,000 unless you've edited your matchserver to read numbers above 500,000

  4. #4
    Novice Jealous is offline
    MemberRank
    Apr 2011 Join Date
    3Posts

    Re: Adding Items to my Server

    took all your suggestions and it worked BUTTTT
    the item isn't showing up.. it's invisible and it doesn't
    work as in i can't swing and block etc. it acts as if i don't have any weapons equiped



Advertisement