-
Ep8 gm ip
i just wonder if its possible to remove the IP check of a GM character, just like in old EP2 GM chars don't need and IP to log in.
if cannot, can we use No-IP address?
change number to string.
so that every time a GM will log on he/she will not always updating he's/her IP in the database.
:?::?::?:
-
Re: Ep8 gm ip
go to Account > SP > cabal_sp_gm_ip_check then right click and change
and write it like this
BEGIN
SET @Registered = 0;
END
ELSE
BEGIN
SET @Registered = 1;
END
END
then you dont need anymore any IP adding.