Vai no seu Game server, e abre a pasta:
L2jServer Rev.5997 CT2.3\GameServer\config\general.properties
E procura pelas linhas:
# ---------------------------------------------------------------------------
# Server Security
# ---------------------------------------------------------------------------
# Bypass exploit protection. To ENABLE protection set to True.
# Default: True
BypassValidation = False
# Enforce gameguard for clients. Sends a gameguard query on character login.
# Default: True
GameGuardEnforce = False
# Don't allow player to perform trade, talk with npc, or move until gameguard reply is received.
# Default: True
GameGuardProhibitAction = False
E deixe como está aqui
Após ter feito isso, vá em:
L2jServer Rev.5997 CT2.3\LoginServer\config\loginserver.properties
E procure as linhas:
# Enforce GameGuard authorization from client?
# If True, login server will kick client if the client bypassed GameGuard authentication.
# Default: True
ForceGGAuth = False
E deixe como está...
Pronto ! Sem Game Guard no servidor.
|