Register for your free account! | Forgot your password?

You last visited: Today at 01:15

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

Advertisement



How fix this?

Discussion on How fix this? within the Shaiya Private Server forum part of the Shaiya category.

Closed Thread
 
Old   #1
 
JujiPoli's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 340
Received Thanks: 405
How fix this?

Hello, I've got a problem with me server, When i make a character and put 20,000 kills or more I character screen , make a new character and i click T i got 20,000 kills to.. Anyone know how fix this and if it in server files or database and tell me where is please thanks.
JujiPoli is offline  
Old 12/09/2012, 15:06   #2
 
elite*gold: 0
Join Date: Jun 2011
Posts: 218
Received Thanks: 153
Open Sql>Open Ps_GameData>Tables>dbo.Chars>Right click on dbo.Chars>Design>search K1>In deafult value or blinding change in (( )) to 0 like this ((0)) maybe you understand me

or use this topic
Murik13 is offline  
Old 12/09/2012, 15:14   #3
 
JujiPoli's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 340
Received Thanks: 405
Quote:
Originally Posted by Murik13 View Post
Open Sql>Open Ps_GameData>Tables>dbo.Chars>Right click on dbo.Chars>Design>search K1>In deafult value or blinding change in (( )) to 0 like this ((0)) maybe you understand me

or use this topic
I understand but i already fixed this it not this, it like if i create a character i do /set XXXX Kill 23484 I make a character and CLICK T and Got 23484 kill.. Anyone know how fix it please?
JujiPoli is offline  
Old 12/09/2012, 15:18   #4
 
nephren's Avatar
 
elite*gold: 92
Join Date: Aug 2009
Posts: 731
Received Thanks: 971
Try to run this:

Code:
USE [PS_GameData]
GO
/****** Object:  StoredProcedure [dbo].[usp_Create_Char_R2]    Script Date: 12/09/2012 15:07:22 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO


/******  dbo.usp_Create_Char_R   ******/

ALTER  Proc [dbo].[usp_Create_Char_R2]

@ServerID tinyint,
@UserID varchar(12),
@UserUID int,
@CharName varchar(50) ,

@Slot Tinyint,
@Family Tinyint,
@Grow Tinyint,
@Hair Tinyint,
@Face Tinyint,
@Size Tinyint,
@Job Tinyint,
@*** Tinyint,
@Level Smallint,
@Statpoint Smallint,
@Skillpoint Smallint,
@Str Smallint,
@Dex Smallint,
@Rec Smallint,
@Int Smallint,
@Luc Smallint,
@Wis Smallint,
@Hp Smallint,
@Mp Smallint,
@Sp Smallint,
@Map Smallint,
@Dir Smallint,
@Exp Int,
@Money Int,
@Posx Real,
@Posy Real,
@Posz Real,
@Hg Smallint,
@Vg Smallint,
@Cg Tinyint,
@Og Tinyint,
@Ig Tinyint,


/* 여기까지 인자값 주어져야 함 */

/* SP 내부 참조용 변수 */

@CharID int = 0,
@NameCnt tinyint = 0

AS

SET NOCOUNT ON

DECLARE @Ret int

SET @CharName = LTRIM(RTRIM(@CharName))
SET @SkillPoint = 5
SET @Ret = 0


BEGIN TRANSACTION

INSERT INTO Chars(ServerID,UserID, UserUID, CharName, Slot, Family, Grow, 
Hair, Face, [Size], Job, ***, [Level], StatPoint, SkillPoint, 
[Str], Dex, Rec, [Int], Luc, Wis, HP, MP, SP, Map, Dir, [Exp], [Money], 
PosX, PosY, Posz, Hg, Vg, Cg, Og, Ig, RenameCnt, RemainTime)

VALUES(@ServerID,@UserID, @UserUID, @CharName, @Slot, @Family, @Grow, 
@Hair, @Face, @Size, @Job, @***, @Level, @StatPoint, @SkillPoint, 
@Str, @Dex, @Rec, @Int, @Luc, @Wis, @HP, @MP, @SP, @Map, @Dir, @Exp, @Money, 
@PosX, @PosY, @Posz, @Hg, @Vg, @Cg, @Og, @Ig, 0, 0)

IF( @@ERROR=0 )
BEGIN
	COMMIT TRANSACTION
END
ELSE
BEGIN
	ROLLBACK TRANSACTION
	RETURN -1
END

SET @CharID = IDENT_CURRENT('Chars')


RETURN @CharID

SET NOCOUNT OFF
nephren is offline  
Thanks
5 Users
Old 12/09/2012, 20:53   #5
 
JujiPoli's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 340
Received Thanks: 405
Thanks, thread can be closed.
JujiPoli is offline  
Old 12/09/2012, 21:43   #6
 
elite*gold: 0
Join Date: Nov 2012
Posts: 142
Received Thanks: 153
Quote:
Originally Posted by JujiPoli View Post
Thanks, thread can be closed.
Use the Explanation point to pm the mods in closing the thread thanks.
[Sick]Syndicate is offline  
Old 12/10/2012, 02:27   #7
 
JohnHeatz's Avatar
 
elite*gold: 150
Join Date: Apr 2010
Posts: 9,739
Received Thanks: 8,977
#Closed as requested
JohnHeatz is offline  
Thanks
1 User
Closed Thread




All times are GMT +2. The time now is 01:15.


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.