help ?? This name is not available when createting char name
Thanks to SystemLog (http://forum.ragezone.com/f443/rantw...08/index2.html) ----> I can loggin to the game..... but when I try to create charachter name its stuck and says
This name is not available
how can i fix it ?
Quote:
Originally Posted by
SystemLog
It Can Be read by the Server Files = Session = login = field = agent =??
But Only The Game.exe Is Not working?
I Think the config of param.ini and also need this database
DATABASE GUIDE
MAKE these columns on dbo.UserInfo @ RanUser
UserAge - int - null
OfflineTime - datetime - no null - default value = 1970-02-01
GameTime - datetime - no null - default value = 1970-02-01
And Execute This
PHP Code:
USE [RanUser]
GO
/****** Object: StoredProcedure [dbo].[user_logout] Script Date: 07/28/2009 03:01:26 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER Procedure [dbo].[user_logout]
@userId char(25),
@usernum int,
@gametime int,
@chanum int,
@svrgrp int,
@svrnum int,
@extra int,
@nReturn int OUTPUT
AS
SET NOCOUNT ON
DECLARE
-- Declare variables used in error checking.
@error_var int,
@rowcount_var int
-- ???, ??? ????? ??
UPDATE UserInfo
SET UserLoginState=0, LastLoginDate=getdate()
WHERE UserNum = @usernum
-- ???? ??? 1 : ??? 0 : ????
INSERT INTO LogLogin (UserNum, UserID, LogInOut)
VALUES (@usernum, @userId, 0)
-- ???? ???
INSERT INTO LogGameTime (UserNum, UserID, GameTime, ChaNum, SGNum, SvrNum)
VALUES (@usernum, @userId, @gametime, @chanum, @svrgrp, @svrnum)
-- ???? ?? ????
UPDATE StatGameTime
SET GTime=GTime+@gametime
WHERE GYear=Year(GetDate()) AND GMonth=Month(GetDate()) AND GDay=Day(GetDate())
SELECT @error_var = @@ERROR, @rowcount_var = @@ROWCOUNT
IF @error_var <> 0 OR @rowcount_var = 0
BEGIN
INSERT INTO StatGameTime (GYear, GMonth, GDay, GTime)
VALUES (Year(GetDate()), Month(GetDate()), Day(GetDate()), @gametime)
END
SET NOCOUNT OFF
---------- Post added at 06:07 PM ---------- Previous post was at 05:47 PM ----------
please help how to solve this name is not available on creating char
Re: help ?? This name is not available when createting char name
more info plss....
what ep server did u use???
Re: help ?? This name is not available when createting char name
am using ran eps6 s2 from zomer
http://forum.ragezone.com/f528/tut-m...9/#post5780635,...
and using Ranevilz client patched
Re: help ?? This name is not available when createting char name
that is not ep6 s2 that is ep5 or ep6 season 1