Register for your free account! | Forgot your password?

You last visited: Today at 11:05

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Epic Release](WSE)Weapon Stat Editor

Discussion on [Epic Release](WSE)Weapon Stat Editor within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
ahmed4ever2u's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,510
Received Thanks: 886
[Epic Release](WSE)Weapon Stat Editor

UMAD ?


  • Q : What is this tool ?
  • A : its weapons stats editor
  • Q : why i will use it?
  • A : simple Pvp server may want to create low power weapons or stronger weapons this tool edit the Original stats for any weapon depends on your increase or decrease percent
  • Q : AM I SPAMMER ?
  • A : if you see me like this I'll ask you something UMAD ?

OOh and btw i give some credits for sladlejrhfpq for his amazing selection script













OOh please add this table to your DB
Code:
USE [SRO_VT_SHARD]
GO

/****** Object:  Table [dbo].[Modified_wepons]    Script Date: 01/06/2013 22:08:40 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[Modified_wepons](
    [CodeName] [varchar](150) NULL,
    [LinkID] [varchar](150) NULL,
    [percent] [varchar](150) NULL,
    [date] [varchar](150) NULL
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO
download
ahmed4ever2u is offline  
Thanks
16 Users
Old 01/08/2013, 11:53   #2
Chat Killer In Duty


 
PortalDark's Avatar
 
elite*gold: 5
Join Date: May 2008
Posts: 16,309
Received Thanks: 6,470
#approved
PortalDark is offline  
Old 01/08/2013, 12:21   #3
 
OverLimits's Avatar
 
elite*gold: 53
Join Date: Jun 2012
Posts: 694
Received Thanks: 662
In behave of "Whocares" group i thank you so much .
OverLimits is offline  
Thanks
1 User
Old 01/08/2013, 13:15   #4
 
IceAmStiel's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 1,058
Received Thanks: 1,118
Maybe you can make use of it..

Code:
Declare	@Coln varchar(max),
	@Query nvarchar(max),
	@Rate real;
		
SELECT @Coln = 'SELECT r.ID, r.CodeName128, ',
 
/*						### 1 = 100%
						*/
		@Rate = 0.9;
/*						### e.g. 0.1 = 10% (-90%)
						*/
						
SELECT @Coln = @Coln + 'ROUND(CASE WHEN i.' + name + ' = 0 THEN 0 WHEN ROUND(i.' + name + ' * ' + CONVERT(varchar(9), @Rate) + ', CASE WHEN CHARINDEX(''.'',i.' + name + ') > 0 THEN 1 ELSE 0 END) <= 0 THEN 1 ELSE i.' + name + ' * ' + CONVERT(varchar(9), @Rate) + ' END, CASE WHEN CHARINDEX(''.'',i.' + name +') > 0 THEN 1 ELSE 0 END)' + ' as ' + name + ', ' FROM sys.columns WHERE object_id = OBJECT_ID('_RefObjItem') AND (column_id BETWEEN 8 AND 30 OR column_id BETWEEN 40 AND 62)
SELECT @Query = LEFT(@Coln, LEN(@Coln) - 1) + ' FROM _RefObjCommon r JOIN _RefObjItem i on r.Link = i.ID WHERE TypeID1 = 3 AND TypeID2 = 1 AND TypeID3 in (1,2,3,4,5,6,9,10,11) AND TypeID4 <= 15 AND [Service] = 1'

exec sp_executesql @Query
IceAmStiel is offline  
Thanks
2 Users
Old 03/23/2013, 10:47   #5
 
Isoline*'s Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 667
Received Thanks: 345
where to put the lines in the media?, path?
Isoline* is offline  
Old 09/28/2013, 07:53   #6
 
elite*gold: 50
Join Date: Mar 2013
Posts: 1,153
Received Thanks: 411
helpful program
asanoftw is offline  
Old 10/07/2013, 14:02   #7
 
fun4joke's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,450
Received Thanks: 491
Now that's good one... Is it possible to make something like that for armors/accesories as well?
fun4joke is offline  
Old 10/07/2013, 23:17   #8

 
Twix*'s Avatar
 
elite*gold: 0
The Black Market: 184/1/0
Join Date: May 2011
Posts: 3,019
Received Thanks: 367
Awesome & helpful
thanks alot
Twix* is offline  
Old 11/07/2013, 21:24   #9
 
Akaly215's Avatar
 
elite*gold: 0
Join Date: Sep 2013
Posts: 108
Received Thanks: 27
helpful work good for me thanks
Akaly215 is offline  
Old 11/11/2013, 11:13   #10
 
Dev Power's Avatar
 
elite*gold: 0
Join Date: Nov 2013
Posts: 74
Received Thanks: 9
Nice ... Work 100%
Dev Power is offline  
Old 11/15/2013, 21:15   #11
 
elite*gold: 0
Join Date: Jul 2013
Posts: 454
Received Thanks: 55
AweSome

You Have Recived My Thanks
TheB1QB0SS is offline  
Old 03/18/2015, 02:02   #12
 
FantasticBoy1's Avatar
 
elite*gold: 0
Join Date: Mar 2014
Posts: 43
Received Thanks: 15
nice
FantasticBoy1 is offline  
Old 07/02/2015, 07:34   #13
 
elite*gold: 0
Join Date: Sep 2014
Posts: 12
Received Thanks: 3
Helpful Man
And Very THanks
Skitoz is offline  
Old 09/26/2016, 08:50   #14
 
elite*gold: 0
Join Date: Sep 2016
Posts: 1
Received Thanks: 0
hi pro first thanks for the program secound when i open the program there some thing is show up and told me to put (SQL host -User-Password-Data base) what i do in all of this
captain912 is offline  
Old 09/26/2016, 10:41   #15
 
ahmed4ever2u's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,510
Received Thanks: 886
Quote:
Originally Posted by captain912 View Post
hi pro first thanks for the program secound when i open the program there some thing is show up and told me to put (SQL host -User-Password-Data base) what i do in all of this
please show photo
ahmed4ever2u is offline  
Reply


Similar Threads Similar Threads
[Release] How to change stat points per level and working stat resets
04/08/2017 - Shaiya PServer Guides & Releases - 20 Replies
A tutorial on how to change Ultimate Mode stat points and make stat resets give the changed stats back Things you will need. ollydbg 2.0 - http://www.ollydbg.de/odbg200.zip ps_game.exe not to be confused with game.exe can be found in server folder SHAIYA_SERVER\SERVER\PSM_Client\Bin Make a back up of your ps_game.exe before you edit it just incase you make a mistake.
[Release]Epic Weapon
11/15/2012 - Metin2 PServer Guides & Strategies - 28 Replies
Hey, I got some cool new weapon here: http://www10.pic-upload.de/13.11.12/4dgek67mlh8d. jpg I hope you enjoy :mofo:
[EPIC-RELEASE]New Weapon for you, noob <3 - iSecret
06/15/2012 - Metin2 PServer Guides & Strategies - 26 Replies
Hi! This is my first release.. Video (Watch on 720p): New Weapon by iSecret - YouTube Download: Download Weapon_by_iSecret.zip for free on Filesonic.com



All times are GMT +2. The time now is 11:05.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.