Jump to content
  • 0

Question

Posted

Well hello guys,i was testing my server's packs for fixes etc,and i realised that when someone joined i always got kicked.The gameguard settings is the same as my previous packs config.

I can show you my configs to tell me if someone its wrong

Just to know i tested all methos but nothing helped me

#===========================================#
#    Configure antichiterskoy protection    #
#===========================================#

# Using gameguard to verify customer
# GameGuardEnforce - uses gameguard query when entering a character in the game
# GameGuardProhibitAction - will not allow the player to trade, talk to npc
# And move until gameguard reply received from
GameGuardEnforce = True
GameGuardProhibitAction = True

# Apply the standard punishment if a player buys a zero aden? (Standard, True)
OnlyGMItemsFree = True

# Bypass exploit protection
BypassValidation = True

# Waiting time until the next subclass (time in seconds)
SubclassProtect = 5

# Flood protection is unknown packages
PacketProtection = True

#===========================================#
#  Setting up protection against flooding   #
#===========================================#

EnableFloodProtection = True

FloodProtectorInitialSize = 50

FastConnectionLimit = 15

NormalConnectionTime = 700

FastConnectionTime = 350

MaxConnectionPerIP = 50

#===========================================#
#        Setup checks left Summons          #
#===========================================#

# Check for the presence of the players left Summons
CheckSkillsOnEnter = True

# Check for the presence of casual players heroic skills (works only with CheckSkillsOnEnter = True)
CheckHeroSkills = True

# Check for the presence of casual players nubles skills (works only with CheckSkillsOnEnter = True)
CheckNobleSkills = True

# Skills that will not be checked
# The comma-separated for example:
# NonCheckSkills = 10,120,324
NonCheckSkills = 9000,9001

 

Any possible sollution?

11 answers to this question

Recommended Posts

  • 0
Posted

go at

gameserver\config\general

and you found this

# Enforce gameguard for clients. Sends a gameguard query on character login.

# Default: False

GameGuardEnforce = False

and make it false

 

(if don't have it)

 

Go to gameserver\config\options

you found this

 

# Enforce gameguard for clients

#  GameGuardEnforce - enforces gameguard query on character login

#  GameGuardProhibitAction - dont allow player to perform trade, talk with npc

#    and move until gameguard reply received

GameGuardEnforce = True

GameGuardProhibitAction = True

 

make it false

 

tell me if you solve it..

  • 0
Posted

in options or others.prop. ull have ForceGameGuard, set it to false

i cant find it

maybe its this : GameGuardEnforce = False ?

  • 0
Posted

now i got kicked and my friends are online :P

w/e i will find it out after

replie with your suggestions to help me

  • 0
Posted

now i got kicked and my friends are online :P

w/e i will find it out after

replie with your suggestions to help me

pff then check your patch gameguard.

if you download it from raules topic then you solve the problem. find another one patch.

  • 0
Posted

now i got kicked and my friends are online :P

w/e i will find it out after

replie with your suggestions to help me

if u dont have to config there, add it

Right now if the propreties class cant find the lines:

 

GameGuardEnforce

GameGuardProhibitAction

 

It will set the hardcoded default values witch are True:

 

So:

GameGuardEnforce = False

GameGuardProhibitAction = False

 

In ur general config if ur using Gracia Epi

If u got interlude add them in eather options.prop/other.. or both to be precise xD (redarded man's way)

 

  • 0
Posted

go at

gameserver\config\general

and you found this

# Enforce gameguard for clients. Sends a gameguard query on character login.

# Default: False

GameGuardEnforce = False

and make it false

 

(if don't have it)

 

Go to gameserver\config\options

you found this

 

# Enforce gameguard for clients

#  GameGuardEnforce - enforces gameguard query on character login

#  GameGuardProhibitAction - dont allow player to perform trade, talk with npc

#    and move until gameguard reply received

GameGuardEnforce = True

GameGuardProhibitAction = True

 

make it false

 

tell me if you solve it..

try this two..
Guest
This topic is now closed to further replies.


×
×
  • Create New...