Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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

Status
Not open for further replies.
Junior Spellweaver
Joined
Oct 16, 2008
Messages
121
Reaction score
42
*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
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Then...Open Client Files


Now HOLD DOWN CTRL and left Click on MODEL.MRS and SYSTEM.MRS
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


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*
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Right Click In Folder And Left Click On Paste, Model and System.mrs Should Appear
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Double Click on MRSDecompiler and Start Decompiling The 2 Mrs Folders
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums

sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


2 Folders Should Appear Named system and model *regular folders*
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Open model Folder and you should see something similar
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Now Open Weapon folder and Open Katana Folder *remember...im using Aimed's Sword as an example*
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Oct 16, 2008
Messages
121
Reaction score
42
Now Drag The 2 Files Into The Katana Folder from the Downloaded Folder
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Now Go Back To Model Folder And Open WEAPON.XML
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


To Open XML Files..Right Click On XML File And Click Properties and Click Ok
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Scroll Down To Katana Section and Copy The 1st 3 Lines after "<--Katana-->" and copy it
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


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
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Then Left Click between the letter/number and "
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


After...Delete The Names Within The Quotes
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Now Insert the .ELU FILE NAME which you get from the Downloaded Item Files
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


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
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


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

Go Back To MRS Unpacker Folder and Delete System.mrs File and Model.mrs Files
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums
 
Junior Spellweaver
Joined
Oct 16, 2008
Messages
121
Reaction score
42
Go Back To MRS Unpacker Folder and Delete System.mrs File and Model.mrs Files
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Double Click On MRSDecompiler and Start Compiling SYSTEM AND MODEL FOLDER
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums

sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


There Should now be 2 FILES in unpacker folder with the same names as the last
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


NOW DRAG THEM OVER TO THE CLIENT FOLDER AND A POP UP SHOULD OPEN...NOW CLICK REPLACE
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


DONE!!!!!
 
Junior Spellweaver
Joined
Oct 16, 2008
Messages
121
Reaction score
42
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
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Then Open Up SHOP.XML
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Now Go To Designated Category *Remember, I Am Using Aimed's Free Sword*
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


After....MINIMIZE shop.xml and go back to MATCHSERVER FOLDER
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Locate and Open Zitem File
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Insert The Item Id Or Name You Wish To Put In Shop
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


Copy The ITEM ID You Wish To Put Into Shop and Restore Shop.xml Window
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


In The Format Below, Insert Into Shop.xml (and in the category you picked)
Code:
	<SELL itemid="[color=red]ITEM ID HERE[/color]" />
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


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
sota808 - [Guide]How To Add Weapons To Server *with Pics* - RaGEZONE Forums


DONE!!!!
 
Retired modder
Loyal Member
Joined
Aug 13, 2008
Messages
1,250
Reaction score
126
good tut for the noobs asking for tuts for this :)
good job
 
Junior Spellweaver
Joined
Mar 15, 2007
Messages
182
Reaction score
125
good tut for the noobs asking for tuts for this :)
good job

Hopefully most of them don't use the search button :mellow: Good Job on the Tutorial By the way
 
Status: Pooping
Joined
Jul 16, 2008
Messages
861
Reaction score
25
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.
 
Retired modder
Loyal Member
Joined
Aug 13, 2008
Messages
1,250
Reaction score
126
and btw, I read your PM and I don't mind using my items in this tut :)
 
Newbie Spellweaver
Joined
Dec 10, 2008
Messages
63
Reaction score
0
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
 
Elite Diviner
Joined
Jan 6, 2008
Messages
475
Reaction score
2
what's wrong with this?

this is my weapon.xml
Code:
this is origneel shotgun
[COLOR="Yellow"]<AddWeaponElu name="shotgun10_1" weapon_motion_type = "4" weapon_type = "4" >
		<AddBaseModel name="shotgun10_1" filename="model/weapon/shotgun/shotgun10_1.elu" />
	</AddWeaponElu>[/COLOR]
and this one the color shotgun
	[COLOR="Red"]<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>[/COLOR]

what is wrong with the code?

i don't see them in my shop

this is my zitem.xml

Code:
origneel
[COLOR="Yellow"]<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" />[/COLOR]

[COLOR="Red"]colour shotgun[/COLOR]	
<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" />
[COLOR="red"]this are my colour shotguns
	<SELL itemid="6008" />
	<SELL itemid="6009" />
	<SELL itemid="6019" />
	<SELL itemid="6029" />
	<SELL itemid="6109" />
	<SELL itemid="6010" /[/COLOR]>

but i got a question do i must edit my zitem in my matchserver folder to or only in system.mrs
 
Elite Diviner
Joined
Jan 6, 2008
Messages
475
Reaction score
2
yes blue, red, pink, donate black and green and the traingle shotgun
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
31
Reaction score
0
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
 
Banned
Banned
Joined
Feb 9, 2008
Messages
678
Reaction score
21
omg yay someone finnaly made a tut on how to add them i always phailed.
 
DRGunZ 2 Creator
Loyal Member
Joined
Jan 21, 2007
Messages
4,493
Reaction score
161
well I'm not going to read the tutorial but if it works then 10/10 if not then 5/10 for the effort.
 
Status
Not open for further replies.
Back
Top