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!

[Tutorial] How to get the Sniper Rifle SV_98 Work.

Junior Spellweaver
Joined
Dec 1, 2013
Messages
167
Reaction score
59
Hello Ragezone
i will make a small simple tutorial how to get the SV_98 working.

1: Download the files
https://mega.co.nz/#!Bd1CBZBK!pUNfrDcm7UTo_csdqhRb0EuSb-8aiQxspifPCLAoNyM

2:eek:pen ItemsDB.xml under bin\Data\Weapons and copy the text from the Itemdb_SV_98.txt in the downloaded folder under Data\Weapons.

3.copy the dds files of hudicons and storeicons in the correct folder of bin\Data\Weapons

4.now goto bin\Data\Animations5 and open the Animation List.csv, copy the text from the downloaded folder in Animation with the name SV_98animationlist.txt inside the Animation.csv,after this copy all the .anm files into the Animatons5 folder.

5.goto bin\Data\ObjectsDepot\Weapons and add the files from the downloaded folder Objectsdepot\weapons inside the bin\Data\ObjectsDepot\Weapons folder,after this just copy the the material and dds files into the correct folder.

6.Start SQL Server Management Studio and open Warz/tables/dbo.Items_Weapons with edit top 200 Rows,scroll down and add new weapon like this

171717 SNP_SV_98 25 SV_98 SV_98 is a Bold Action Sniper 0 0 0 muzzle:asr assault Sniper5.45 Sounds/NewWeapons/Sniper/SNP_Blaser Sounds/Weapons/New Reloads/SNP_Blaser_reload 180 0 1 800 300 0 0 0 0 1 7 1 45 15 5 0 asr_grenade 100 30 default 0 100 0 0 100 1 0 100 0 0 100 0 0 0 0 0 1 0 2001 6001 3001 0 40006 0 0 0 0 0 400008 0 0 400070 0 0 0 0 SNP_SV_98 6500

after this start the Rsbuild.exe and Update normaly.

Working proof:
 
Newbie Spellweaver
Joined
Jul 29, 2014
Messages
65
Reaction score
2
when i am in game he says me : ID not found -.-
 
Initiate Mage
Joined
Jan 28, 2018
Messages
2
Reaction score
0
How can i add inside MSQL Server Manager? I can modify the old items inside game, i don't see there "Add" Option.
 
Junior Spellweaver
Joined
Jul 6, 2015
Messages
184
Reaction score
41
How can i add inside MSQL Server Manager? I can modify the old items inside game, i don't see there "Add" Option.
SQL>database>WarZ>tables>Items_Weapons(right mouse button)Edit top 200 rows.
And Add this:

171717 SNP_SV_98 25 SV_98 SV_98 is a Bold Action Sniper 0 0 0 muzzle:asr assault Sniper5.45 Sounds/NewWeapons/Sniper/SNP_Blaser Sounds/Weapons/New Reloads/SNP_Blaser_reload 180 0 1 800 300 0 0 0 0 1 7 1 45 15 5 0 asr_grenade 100 30 default 0 100 0 0 100 1 0 100 0 0 100 0 0 0 0 0 1 0 2001 6001 3001 0 40006 0 0 0 0 0 400008 0 0 400070 0 0 0 0 SNP_SV_98 6500

remembering that each space represents a slot change!
 
Initiate Mage
Joined
Jan 28, 2018
Messages
2
Reaction score
0
Thanks it's works, but now the problem is, when i equip the weapon, i got instantly crashed.
 
Back
Top