Register for your free account! | Forgot your password?

You last visited: Today at 23:53

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

Advertisement



Name already in use?

Discussion on Name already in use? within the Shaiya PServer Development forum part of the Shaiya Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2011
Posts: 31
Received Thanks: 18
Name already in use?

Hello finally I set up my own Shaiya Server but every time I try to create a new char it always says "name already in use" . How do i fix this? I remember there was a query that fix this issue but I didn't find it by searching through the forums.
AngelEyeX is offline  
Old 08/01/2011, 02:20   #2
 
stinka123's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 191
Received Thanks: 193
1. Wrong section
2. AE à, bên clbgamesvn có 2pic HD+ PS_Game data fix
Link đây:
down về restore vào DB
If not AE, use this PS_game restore into PS_game can fix ur prob
download:
stinka123 is offline  
Old 08/01/2011, 03:55   #3
 
sondo81's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 400
Received Thanks: 643
benutze folgenden skript:

USE [PS_GameData]
GO
drop procedure [dbo].[usp_Save_Char_Item_Add_E]
GO

SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO


/****** 개체: 저장 프로시저 dbo.usp_Save_Char_Item_Add_E ********.com Shaiya Active ******/


CREATE Proc usp_Save_Char_Item_Add_E

@CharID int,
@ItemUID bigint,
@Bag tinyint,
@Slot tinyint,
@ItemID int,
@Type tinyint,
@TypeID tinyint,
@Quality int,
@Gem1 tinyint,
@Gem2 tinyint,
@Gem3 tinyint,
@Gem4 tinyint,
@Gem5 tinyint,
@Gem6 tinyint,
@Craftname varchar(20) = '',
@Count tinyint,
@MaketimeZ varchar(50),
@Maketype char(1)

AS
DECLARE @Maketime as datetime
SELECT @Maketime = CONVERT(datetime, @MaketimeZ, 120)
--SET NOCOUNT ON

IF(@Quality >= 5000)
BEGIN
SET @Quality=0
END

INSERT INTO CharItems
(CharID, bag, slot, ItemID, Type, TypeID, ItemUID, quality, gem1, gem2, gem3, gem4,
gem5, gem6, craftname, [count], maketime, maketype)
VALUES(@CharID, @Bag, @Slot, @ItemID, @Type, @TypeID, @ItemUID, @Quality, @Gem1, @Gem2, @Gem3, @Gem4,
@Gem5, @Gem6, @Craftname, @Count, @Maketime, @Maketype)

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

--SET NOCOUNT OFF



GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
sondo81 is offline  
Thanks
1 User
Old 01/19/2016, 01:13   #4
 
elite*gold: 0
Join Date: Jan 2016
Posts: 1
Received Thanks: 0
it worked. thanks
edis35 is offline  
Old 01/19/2016, 02:35   #5
 
elite*gold: 0
Join Date: Aug 2013
Posts: 244
Received Thanks: 56
Quote:
Originally Posted by edis35 View Post
it worked. thanks
check the timestamp on this thread, it was 4 years ago. if you want to thank them, just use the thanks button. no need to reply.
[Admin]Slice is offline  
Thanks
2 Users
Reply




All times are GMT +1. The time now is 23:54.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.