What i think is he didnt change the GMs IP adress in ''Static IP's for GMs'' by Bane's Script.
Go to-> StoredProcedure [dbo].[usp_Try_GameLogin_Taiwan]
Search
Code:
SET @gm1IP = '[COLOR="Red"]10.0.0.199[/COLOR]'
SET @gm2IP = '[COLOR="Red"]10.0.0.198[/COLOR]'
SET @gm3IP = '[COLOR="Red"]10.0.0.197[/COLOR]'
Change to
Code:
SET @gm1IP = '[COLOR="SeaGreen"]Your First GM's IP[/COLOR]'
SET @gm2IP = '[COLOR="SeaGreen"]Your Second GM's IP[/COLOR]'
SET @gm3IP = '[COLOR="SeaGreen"]Your Third GM's IP[/COLOR]'
Also there was a bug which i told to bane to change but he didnt
Search
Code:
IF(@UserIP = @gm1IP OR @UserIP = @gm2IP OR @UserIP = [COLOR="Red"]@gm2IP[/COLOR])
Change to
Code:
IF(@UserIP = @gm1IP OR @UserIP = @gm2IP OR @UserIP = [COLOR="SeaGreen"]@gm3IP[/COLOR])
I hope that i solved your problem, ^.~