Welcome to the RaGEZONE - MMORPG development forums.

[Guide]How To Add Weapons To Server *with Pics*

This is a discussion on [Guide]How To Add Weapons To Server *with Pics* within the GunZ Tutorials forums, part of the Gunz Online category; *Imma Just Use Aimed's Free Sword As An Example* ____________________________________________________ Requierments: -A Brain -Common Sense -Focus -Mrs Unpacker - Attachment ...

Page 1 of 7 1234567 LastLast
Results 1 to 15 of 102
  1. #1
    Ultimate Member
    Rank
    Member
    Join Date
    Oct 2008
    Posts
    153
    Liked
    40

    Talking [Guide]How To Add Weapons To Server *with Pics*

    Click
    *Imma Just Use Aimed's Free Sword As An Example*
    ____________________________________________________

    Requierments:
    -A Brain
    -Common Sense
    -Focus
    -Mrs Unpacker - Attachment
    -Client Files
    -NotePad or anything to edit .xml files

    ____________________________________________________

    Lets Begin: *Weapons*
    Download and Open Item Files


    Then...Open Client Files
    http://s289.photobucket.com/albums/l...urrent=2-1.jpg

    Now HOLD DOWN CTRL and left Click on MODEL.MRS and SYSTEM.MRS


    Now Let go to CTRL and Right Click On One Of The Selected Files and Left Click on COPY TAB

    Open Up MRS UNPACKER FOLDER *yours might look different*


    Right Click In Folder And Left Click On Paste, Model and System.mrs Should Appear


    Double Click on MRSDecompiler and Start Decompiling The 2 Mrs Folders



    2 Folders Should Appear Named system and model *regular folders*


    Open model Folder and you should see something similar


    Now Open Weapon folder and Open Katana Folder *remember...im using Aimed's Sword as an example*
    Attached Files Attached Files

  2. #2
    Ultimate Member
    Rank
    Member
    Join Date
    Oct 2008
    Posts
    153
    Liked
    40

    Re: [Guide]How To Add Weapons To Server *with Pics*

    Now Drag The 2 Files Into The Katana Folder from the Downloaded Folder


    Now Go Back To Model Folder And Open WEAPON.XML


    To Open XML Files..Right Click On XML File And Click Properties and Click Ok


    Scroll Down To Katana Section and Copy The 1st 3 Lines after "<--Katana-->" and copy it


    Now Click On The 1st Empty Space Above The Selected rows and Right Click and Left Click On Paste Tab and You Should Have Another Row Row Just Like the one Below It


    Then Left Click between the letter/number and "


    After...Delete The Names Within The Quotes


    Now Insert the .ELU FILE NAME which you get from the Downloaded Item Files


    Now Go To File -> Save And Exit The XML File

    Go Back To MRS Unpacker Folder and Open Up SYSTEM FOLDER and open ZITEM.XML


    Now Copy The Code Below And Edit The RED HIGHLIGHTED AREAS
    Code:
    	<ITEM id="INSERT A RANDOM NUMBER HERE (MAKE SURE ITS NOT TAKEN)" 
    		name="PUT NAME HERE" 
    		mesh_name="PUT .ELU FILE NAME HERE" 
    		totalpoint="0"	
    		type="[color=red]EDIT TYPE HERE (MELEE RANGE EQUIP ETC....)" 
    		res_sex="[color=red]INSERT WHAT GENDER (M / F)" 
    		res_level="EDIT LEVEL REQUIERMENT HERE" 
    		slot="EDIT WHAT SLOT (HEAD CHEST HANDS LEGS FEET ETC...)" 
    		weight="EDIT HOW MUCH IT WEIGHS HERE" 
    		bt_price="0" 
    Edit Between Quotation Marks hp="10"	
    		ap="30" 
    		maxwt="0" 
    		sf="0" 
    		fr="0" 
    		cr="0" 
    		pr="0" 
    		lr="0" 
    		color="#FFFFFFFF" 
    		desc="TYPE ANYTHING U WANT HERE FOR ITEM DESCRIPTION" />
    Go Back To MRS Unpacker Folder and Delete System.mrs File and Model.mrs Files

  3. #3
    Ultimate Member
    Rank
    Member
    Join Date
    Oct 2008
    Posts
    153
    Liked
    40

    Re: [Guide]How To Add Weapons To Server *with Pics*

    Go Back To MRS Unpacker Folder and Delete System.mrs File and Model.mrs Files


    Double Click On MRSDecompiler and Start Compiling SYSTEM AND MODEL FOLDER



    There Should now be 2 FILES in unpacker folder with the same names as the last


    NOW DRAG THEM OVER TO THE CLIENT FOLDER AND A POP UP SHOULD OPEN...NOW CLICK REPLACE


    DONE!!!!!

  4. #4
    Ultimate Member
    Rank
    Member
    Join Date
    Oct 2008
    Posts
    153
    Liked
    40

    Re: [Guide]How To Add Weapons To Server *with Pics*

    How To Add Items Into Shop
    ---------------------------------------------------
    Requierments:
    -Brains
    -Common Sense
    -Server Files
    -Notepad or anything to edit .xml files
    ---------------------------------------------------
    *Lets Begin!*
    First...Open MatchServer Folder and Locate SHOP.XML


    Then Open Up SHOP.XML


    Now Go To Designated Category *Remember, I Am Using Aimed's Free Sword*


    After....MINIMIZE shop.xml and go back to MATCHSERVER FOLDER


    Locate and Open Zitem File


    Insert The Item Id Or Name You Wish To Put In Shop


    Copy The ITEM ID You Wish To Put Into Shop and Restore Shop.xml Window


    In The Format Below, Insert Into Shop.xml (and in the category you picked)
    Code:
    	<SELL itemid="ITEM ID HERE" />


    Now... Go File -> Save and then exit out all of the windows (zitem and shop.xml) and TURN ON SERVER AND LOOK IN SHOP TO SEE IF IT WORKS


    DONE!!!!

  5. #5
    ex-Developer
    Rank
    Member +
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    1,308
    Liked
    134

    Re: [Guide]How To Add Weapons To Server *with Pics*

    good tut for the noobs asking for tuts for this :)
    good job
    My 3D Models are free to Download here.

    Contact me if you would like others to be added for download.

  6. #6
    Ultimate Member
    Rank
    Member
    Join Date
    Mar 2007
    Location
    California
    Posts
    189
    Liked
    120
    Gamertag: Digital Five Steam ID: digitalfive

    Re: [Guide]How To Add Weapons To Server *with Pics*

    Quote Originally Posted by Aimed View Post
    good tut for the noobs asking for tuts for this :)
    good job
    Hopefully most of them don't use the search button Good Job on the Tutorial By the way

  7. #7
    Member
    Rank
    Member
    Join Date
    Nov 2008
    Posts
    34
    Liked
    1

    Re: [Guide]How To Add Weapons To Server *with Pics*

    Hum ... Pretty nice .
    Thanks

  8. #8
    Status: Pooping
    Rank
    Member +
    Join Date
    Jul 2008
    Location
    The Netherlands
    Posts
    1,049
    Liked
    28

    Re: [Guide]How To Add Weapons To Server *with Pics*

    Great work on your Tutorial very e/z for people who are dumb:P But yeah will help many noobs! :)

    9/10 for the Tutorial.
    :fencing:

  9. #9
    ex-Developer
    Rank
    Member +
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    1,308
    Liked
    134

    Re: [Guide]How To Add Weapons To Server *with Pics*

    and btw, I read your PM and I don't mind using my items in this tut :)
    My 3D Models are free to Download here.

    Contact me if you would like others to be added for download.

  10. #10
    Member
    Rank
    Member
    Join Date
    Dec 2008
    Location
    o_O why do you ask ?
    Posts
    64
    Liked
    0

    Re: [Guide]How To Add Weapons To Server *with Pics*

    wow good job this will realy help so much noobs to finaly understand how they add iteams on the server and finaly they will stop asking so much :D

  11. #11
    Problem Boy
    Rank
    Member +
    Join Date
    Jan 2008
    Location
    netherlands
    Posts
    476
    Liked
    2
    Gamertag: TheInsaneFlame

    Re: [Guide]How To Add Weapons To Server *with Pics*

    what's wrong with this?

    this is my weapon.xml
    Code:
    this is origneel shotgun
    <AddWeaponElu name="shotgun10_1" weapon_motion_type = "4" weapon_type = "4" >
    		<AddBaseModel name="shotgun10_1" filename="model/weapon/shotgun/shotgun10_1.elu" />
    	</AddWeaponElu>
    and this one the color shotgun
    	<AddWeaponElu name="blueshotgun" weapon_motion_type = "4" weapon_type = "4" >
    		<AddBaseModel name="blueshotgun" filename="model/weapon/shotgun/blueshotgun.elu" />
    	</AddWeaponElu>
    	<AddWeaponElu name="pinkshotgun" weapon_motion_type = "4" weapon_type = "4" >
    		<AddBaseModel name="pinkshotgun" filename="model/weapon/shotgun/pinkshotgun.elu" />
    	</AddWeaponElu>
    	<AddWeaponElu name="redshotgun" weapon_motion_type = "4" weapon_type = "4" >
    		<AddBaseModel name="redshotgun" filename="model/weapon/shotgun/redshotgun.elu" />
    	</AddWeaponElu>
    	<AddWeaponElu name="shotgunND" weapon_motion_type = "4" weapon_type = "4" >
    		<AddBaseModel name="shotgunND" filename="model/weapon/shotgun/shotgunND.elu" />
    	</AddWeaponElu>
    	<AddWeaponElu name="polkashotgun" weapon_motion_type = "4" weapon_type = "4" >
    		<AddBaseModel name="polkashotgun" filename="model/weapon/shotgun/polkashotgun.elu" />
    	</AddWeaponElu>
    	<AddWeaponElu name="shotgunTA" weapon_motion_type = "4" weapon_type = "4" >
    		<AddBaseModel name="shotgunTA" filename="model/weapon/shotgun/shotgunTA.elu" />
    	</AddWeaponElu>
    what is wrong with the code?

    i don't see them in my shop

    this is my zitem.xml

    Code:
    origneel
    <ITEM id="6007" name="STR:ZITEM_NAME_6007" mesh_name="shotgun07" totalpoint="0" type="range"
    		res_sex="a" res_level="45" slot="range" weapon="shotgun" weight="16" bt_price="24000"
    		delay="1200" damage="11" ctrl_ability="100" magazine="2" maxbullet="10" reloadtime="5"
    		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="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6007"
    		effect_id="7" />
    
    colour shotgun	
    <ITEM id="6007" name="STR:ZITEM_NAME_6008" mesh_name="pinkshotgun" totalpoint="0" type="range"
    		res_sex="a" res_level="45" slot="range" weapon="shotgun" weight="16" bt_price="24000"
    		delay="1200" damage="11" ctrl_ability="100" magazine="2" maxbullet="10" reloadtime="5"
    		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="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6008"
    		effect_id="7" />
    	<ITEM id="6007" name="STR:ZITEM_NAME_6009" mesh_name="redshotgun" totalpoint="0" type="range"
    		res_sex="a" res_level="45" slot="range" weapon="shotgun" weight="16" bt_price="24000"
    		delay="1200" damage="11" ctrl_ability="100" magazine="2" maxbullet="10" reloadtime="5"
    		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="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6009"
    		effect_id="7" />
    	<ITEM id="6007" name="STR:ZITEM_NAME_6019" mesh_name="blueshotgun" totalpoint="0" type="range"
    		res_sex="a" res_level="45" slot="range" weapon="shotgun" weight="16" bt_price="24000"
    		delay="1200" damage="11" ctrl_ability="100" magazine="2" maxbullet="10" reloadtime="5"
    		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="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6019"
    		effect_id="7" />
    	<ITEM id="6007" name="STR:ZITEM_NAME_6029" mesh_name="polkashotgun" totalpoint="0" type="range"
    		res_sex="a" res_level="45" slot="range" weapon="shotgun" weight="16" bt_price="24000"
    		delay="1200" damage="11" ctrl_ability="100" magazine="2" maxbullet="10" reloadtime="5"
    		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="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6029"
    		effect_id="7" />
    	<ITEM id="6007" name="STR:ZITEM_NAME_6109" mesh_name="shotgunND" totalpoint="0" type="range"
    		res_sex="a" res_level="45" slot="range" weapon="shotgun" weight="16" bt_price="24000"
    		delay="1200" damage="11" ctrl_ability="100" magazine="2" maxbullet="10" reloadtime="5"
    		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="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6109"
    		effect_id="7" />
    	<ITEM id="6007" name="STR:ZITEM_NAME_6010" mesh_name="shotgunTA" totalpoint="0" type="range"
    		res_sex="a" res_level="45" slot="range" weapon="shotgun" weight="16" bt_price="24000"
    		delay="1200" damage="11" ctrl_ability="100" magazine="2" maxbullet="10" reloadtime="5"
    		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="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6010"
    		effect_id="7" />
    and this is my shop in matchserver.

    Code:
    <!-- SHOTGUN -->
    	<SELL itemid="6001" />
    	<SELL itemid="6002" />
    	<SELL itemid="6003" />
    	<SELL itemid="6004" />
    	<SELL itemid="6005" />
    	<SELL itemid="6006" />
    	<SELL itemid="6007" />
    this are my colour shotguns
    	<SELL itemid="6008" />
    	<SELL itemid="6009" />
    	<SELL itemid="6019" />
    	<SELL itemid="6029" />
    	<SELL itemid="6109" />
    	<SELL itemid="6010" />
    but i got a question do i must edit my zitem in my matchserver folder to or only in system.mrs

  12. #12
    Member
    Rank
    Member
    Join Date
    Nov 2008
    Posts
    34
    Liked
    1

    Re: [Guide]How To Add Weapons To Server *with Pics*

    colour shotgun
    ?

  13. #13
    Problem Boy
    Rank
    Member +
    Join Date
    Jan 2008
    Location
    netherlands
    Posts
    476
    Liked
    2
    Gamertag: TheInsaneFlame

    Re: [Guide]How To Add Weapons To Server *with Pics*

    yes blue, red, pink, donate black and green and the traingle shotgun

  14. #14
    Member
    Rank
    Member
    Join Date
    Nov 2008
    Posts
    34
    Liked
    1

    Re: [Guide]How To Add Weapons To Server *with Pics*

    Okay
    No color in ur ...

    this is origneel shotgun
    <AddWeaponElu name="shotgun10_1" weapon_motion_type = "4" weapon_type = "4" >
    <AddBaseModel name="shotgun10_1" filename="model/weapon/shotgun/shotgun10_1.elu" />
    </AddWeaponElu>
    and this one the color shotgun
    <AddWeaponElu name="blueshotgun" weapon_motion_type = "4" weapon_type = "4" >
    <AddBaseModel name="blueshotgun" filename="model/weapon/shotgun/blueshotgun.elu" />
    </AddWeaponElu>
    <AddWeaponElu name="pinkshotgun" weapon_motion_type = "4" weapon_type = "4" >
    <AddBaseModel name="pinkshotgun" filename="model/weapon/shotgun/pinkshotgun.elu" />
    </AddWeaponElu>
    <AddWeaponElu name="redshotgun" weapon_motion_type = "4" weapon_type = "4" >
    <AddBaseModel name="redshotgun" filename="model/weapon/shotgun/redshotgun.elu" />
    </AddWeaponElu>
    <AddWeaponElu name="shotgunND" weapon_motion_type = "4" weapon_type = "4" >
    <AddBaseModel name="shotgunND" filename="model/weapon/shotgun/shotgunND.elu" />
    </AddWeaponElu>
    <AddWeaponElu name="polkashotgun" weapon_motion_type = "4" weapon_type = "4" >
    <AddBaseModel name="polkashotgun" filename="model/weapon/shotgun/polkashotgun.elu" />
    </AddWeaponElu>
    <AddWeaponElu name="shotgunTA" weapon_motion_type = "4" weapon_type = "4" >
    <AddBaseModel name="shotgunTA" filename="model/weapon/shotgun/shotgunTA.elu" />
    </AddWeaponElu>

    No color , copy and .. :P

  15. #15
    Problem Boy
    Rank
    Member +
    Join Date
    Jan 2008
    Location
    netherlands
    Posts
    476
    Liked
    2
    Gamertag: TheInsaneFlame

    Re: [Guide]How To Add Weapons To Server *with Pics*

    i need help no comments

 

 
Page 1 of 7 1234567 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •