help ?? This name is not available when createting char name

Results 1 to 4 of 4
  1. #1
    Member adamantium12 is offline
    MemberRank
    Jan 2006 Join Date
    IndonesiaLocation
    60Posts

    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 View Post
    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
    =0LastLoginDate=getdate() 
        
    WHERE UserNum = @usernum
        
        
    -- ???? ??? : ??? : ????
        
    INSERT INTO LogLogin (UserNumUserIDLogInOut
        
    VALUES (@usernum, @userId0)
        
        -- ???? ??? 
        
    INSERT INTO LogGameTime (UserNumUserIDGameTimeChaNumSGNumSvrNum
        
    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 <> OR @rowcount_var 0
        BEGIN
            INSERT INTO StatGameTime 
    (GYearGMonthGDayGTime)  
            
    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


  2. #2
    Newbie level29 is offline
    MemberRank
    Jun 2010 Join Date
    SomewhereBSideULocation
    705Posts

    Re: help ?? This name is not available when createting char name

    more info plss....

    what ep server did u use???

  3. #3
    Member adamantium12 is offline
    MemberRank
    Jan 2006 Join Date
    IndonesiaLocation
    60Posts

    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
    Last edited by adamantium12; 17-07-10 at 01:33 PM.

  4. #4
    Member toinker19 is offline
    MemberRank
    Dec 2009 Join Date
    MatrixLocation
    82Posts

    Re: help ?? This name is not available when createting char name

    that is not ep6 s2 that is ep5 or ep6 season 1



Advertisement