Can anyone help me ?
I made the character GM
but once I login can not get into the game Cabal stuck on loading
Printable View
Can anyone help me ?
I made the character GM
but once I login can not get into the game Cabal stuck on loading
remove IP check click "search button"
I made a cabal PS
so I do not know what to remove
Here's a quickie. Run this on your Account-DB:
Credits to: Alphakilo23 (if i am right)Quote:
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
is there any way / tutorials?
Just run that query.
I will try it
- - - Updated - - -
still as usual stuck loading
- - - Updated - - -
thanks for the help work 100%