Caracter GM Stuck

Results 1 to 7 of 7
  1. #1
    Enthusiast 90thekiller is offline
    MemberRank
    Dec 2014 Join Date
    29Posts

    Caracter GM Stuck

    Can anyone help me ?
    I made the character GM
    but once I login can not get into the game Cabal stuck on loading


  2. #2
    Account Upgraded | Title Enabled! golddragooon is offline
    MemberRank
    Feb 2013 Join Date
    Far Far AwayLocation
    350Posts

    Re: Caracter GM Stuck

    remove IP check click "search button"

  3. #3
    Enthusiast 90thekiller is offline
    MemberRank
    Dec 2014 Join Date
    29Posts

    Re: Caracter GM Stuck

    I made a cabal PS
    so I do not know what to remove

  4. #4
    Account Upgraded | Title Enabled! golddragooon is offline
    MemberRank
    Feb 2013 Join Date
    Far Far AwayLocation
    350Posts

    Re: Caracter GM Stuck

    Here's a quickie. Run this on your Account-DB:

    Code:
    USE [Account]
    GO
    /****** Object: StoredProcedure [dbo].[cabal_sp_gm_ip_check] Script Date: 17.02.2013 23:41:06 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROCEDURE [dbo].[cabal_sp_gm_ip_check](@UserIP CHAR(16), @Registered BIT OUTPUT)
    AS
    BEGIN
    --DECLARE @IP bigint
    --set @IP = dbo.inet_addr(@UserIP);

    --if exists( select fromIP from cabal_GM_ip_table with(nolock) where fromip <= @ip and toip >= @ip)
    --BEGIN
    SET @Registered = 1;
    --END
    --ELSE
    --BEGIN
    -- SET @Registered = 0;
    --END
    END
    Credits to: Alphakilo23 (if i am right)

  5. #5
    Enthusiast 90thekiller is offline
    MemberRank
    Dec 2014 Join Date
    29Posts

    Re: Caracter GM Stuck

    is there any way / tutorials?

  6. #6
    Nothing Personal xFly is offline
    MemberRank
    Jan 2014 Join Date
    448Posts

    Re: Caracter GM Stuck

    Just run that query.

  7. #7
    Enthusiast 90thekiller is offline
    MemberRank
    Dec 2014 Join Date
    29Posts

    Re: Caracter GM Stuck

    I will try it

    - - - Updated - - -

    still as usual stuck loading

    - - - Updated - - -

    thanks for the help work 100%



Advertisement