How to make a Character GM??
Centos OS: Centos 5.8 x86
Windows OS: Windows 7 ROG x86_64
Centos LAN IP: 192.168.1.7
Windows LAN IP: 192.168.1.2
Do u have turned off firewall?(Yes/No): Yes, on both systems.
Describe ur problem:How do I create a Character with GameMaster Nation ?I have followed step by step in the tread of others ..
but when I would go into the game loading does not respond.
What should I do?:(:
Re: How to make a Character GM??
Quote:
Originally Posted by
risma18
Centos OS: Centos 5.8 x86
Windows OS: Windows 7 ROG x86_64
Centos LAN IP: 192.168.1.7
Windows LAN IP: 192.168.1.2
Do u have turned off firewall?(Yes/No): Yes, on both systems.
Describe ur problem:How do I create a Character with GameMaster Nation ?I have followed step by step in the tread of others ..
but when I would go into the game loading does not respond.
What should I do?:(:
server01 > table > dbo.cabal.character_table > nation = 3
after, in new query:
USE [ACCOUNT]exec cabal_addgmip 'yourIP'
Re: How to make a Character GM??
but access was denied when I enter the IP: '(
with NewQuery ???
Re: How to make a Character GM??
Open up SQL Management click new query and execute this
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
Now u can enter because GM IP check is disabled
remember to type /_invisible 2 times in chat or u can't attack mobs.
Re: How to make a Character GM??
i like it...
now,I'am GM.. :)
tq Very Much FeraChara. (y)