Jump to content
  • 0

[Help]Problem with gameguard


Alexi

Question

Hello all,well i have a problem with my server i,i have set the packets protections to false (expect the java fixes anti-phx etc) and i can login to my server but other ppl cant,any idea?

Link to comment
Share on other sites

Recommended Posts

  • 0

Found in Server/gameserver/config/server this lines,

 

 

# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 828
MaxProtocolRevision = 828

And change it to

 

# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 1
MaxProtocolRevision = 999

 

Later check again the Configs with lan/wan ip's

 

maybe this will help too

Go to Serwer\login\config and open loginserver

 

# Enforce GG Authorization from client
# Login server will kick client if client bypassed GameGuard authentication
ForceGGAuth=true

 

set to

 

# Enforce GG Authorization from client
# Login server will kick client if client bypassed GameGuard authentication
ForceGGAuth=false

 

also to Gameserver/config/general (or options)

 

Found this

 

# Enforce gameguard for clients
# GameGuardEnforce - enforces gameguard query on character login
# GameGuardProhibitAction - don't allow player to perform trade, talk with npc
# or move until gameguard reply is received.
# Retail: true, true
GameGuardEnforce = True
GameGuardProhibitAction = True

 

and set to

 

# Enforce gameguard for clients
# GameGuardEnforce - enforces gameguard query on character login
# GameGuardProhibitAction - don't allow player to perform trade, talk with npc
# or move until gameguard reply is received.
# Retail: true, true
GameGuardEnforce = False
GameGuardProhibitAction = False

Link to comment
Share on other sites

  • 0

i have Thompson TG585 V7 but i dont think that is a problem with that cuz a friend of mine has logged in succesfull with some way but i cant find him now to resolve my problem

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...