I made the display of the video. I entered the following code but the problem continues. Show if there is no other way.
HTML Code:
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 ******/
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
char problem 07/26/2010 - SRO Private Server - 0 Replies every time after i chose my char and click confirm sro client crashes and i only have it that acc i tried deleting dumb files and setting files but still the same problem please help :(
server: swsro 1
v14 problem mit char 05/27/2010 - Flyff Private Server - 2 Replies Hi
Ich kann keinen Char erstellen, es steht dann der Name sei bereits verwendet, dennoch wird der Char manchmal erstellt. Ausserdem, kann ich niemanden in die Buddylist aufnehmen sowie keine Party erstellen. Hab die DB und Files von Sedrika.
Danke schon mal im voraus:)
[Char]Problem 05/23/2010 - Metin2 Private Server - 9 Replies Kann keine Charīs mehr erstellen...Bei meinem eigenen PServer
Lvl 1 Char problem 08/26/2009 - Silkroad Online - 10 Replies Hi guys, i just wanted to know if there is a way to make a low lvl nub get up it self after it is dead. Is there such tool, plz reply back if you guys have something similar. Thanks
[Help] problem with char creation gives all char pm permission 08/16/2009 - CO2 Private Server - 9 Replies Hi I have an problem when i make an account and log on the server and when I made my char then the database gives my char the permission of an pm.
I want to know how I can change that do I need to look into my source or databace pleas help.
Im using the normal coemu v2 source