webadim problem :/

Joined
Jul 2, 2007
Messages
646
Reaction score
293
i got problem when i trying to go on webadim server .
i think server working and all but i cant login.
i tried all. i did change md5 to right config and all.
did edit config to my local ip. make all good but still same problem.
if someone can help thanks
 
i got problem when i trying to go on webadim server .
i think server working and all but i cant login.
i tried all. i did change md5 to right config and all.
did edit config to my local ip. make all good but still same problem.
if someone can help thanks

go to ur serverfiles and open config.properties.

then change this:

# Packet stream crypt mode between server and client (Default 0)
# Mode 0 = SwordCrypt (Default KalOnline Packet Stream Crypt) [! Dont work with KOCP]
# Mode 1 = NewCrypt V1 (New Multi Key Packet Stream Crypt) [! Work only with KOCP]
# Mode 2 = NewCrypt V2 (New Random Key Packet Stream Crypt) [! Work only with KOCP]
# Mode 3 = NewCrypt V3 (New Random Key Packet Stream Crypt) [! Work only with KOCP]
# Mode 4 = NewCrypt V4 (New Random Key Packet Stream Crypt) [! Work only with KOCP]
PacketStreamCryptMode = 0

to this:

# Packet stream crypt mode between server and client (Default 0)
# Mode 0 = SwordCrypt (Default KalOnline Packet Stream Crypt) [! Dont work with KOCP]
# Mode 1 = NewCrypt V1 (New Multi Key Packet Stream Crypt) [! Work only with KOCP]
# Mode 2 = NewCrypt V2 (New Random Key Packet Stream Crypt) [! Work only with KOCP]
# Mode 3 = NewCrypt V3 (New Random Key Packet Stream Crypt) [! Work only with KOCP]
# Mode 4 = NewCrypt V4 (New Random Key Packet Stream Crypt) [! Work only with KOCP]
PacketStreamCryptMode = 4
 
Upvote 0
#
# KOSP Option
#
# Account auto block (Default 0)
#
# Available option:
#
# (SwordChange Protect = 1), (AttackCoolDown Protect = 2), (MoveChange = 4), (TradeHack = 8), (AllowedMaxAttackPoints = 16), (SkillDelay = 32), (MD5FileCheckSum = 64)
#
# Example for additional combination to ban several hacks (SwordChange Protect + AttackCoolDown Protect = 3)
AutoBlock = 0
# Status Server (Default false)
StatusServer = false
StatusServerUser = admin
StatusServerPassword = admin
StatusServerHost = 127.0.0.1
StatusServerPort = 20001
# Anti Hack System 3 Support. Using this option is on your own danger (Default false)
AHS3Support = false
# FloodProtection [Time in ms] (Default true)
EnableFloodProtection = true
FastConnectionLimit = 15
NormalConnectionTime = 700
FastConnectionTime = 350
MaxConnectionPerIP = 50
# Packet stream crypt mode between server and client (Default 0)
# Mode 0 = SwordCrypt (Default KalOnline Packet Stream Crypt) [! Dont work with KOCP]
# Mode 1 = NewCrypt V1 (New Multi Key Packet Stream Crypt) [! Work only with KOCP]
# Mode 2 = NewCrypt V2 (New Random Key Packet Stream Crypt) [! Work only with KOCP]
PacketStreamCryptMode = 1


Just be4 the md5 checksum :P
 
Upvote 0
Back