Buenas. Alguien me explica como funciona el sistema:
;==================================================
; AntiFlood Settings
;==================================================
MaxIpConnection = 10
IpLimitConnectionTime = 1000
IpConnectionBlockedTime = 300000
;==================================================
MaxIpConnection = 3
MaxHwidConnection_AL0 = 3 ;Max number of connections with the same HardwareID.
MaxHwidConnection_AL1 = 3 ;Max number of connections with the same HardwareID.
MaxHwidConnection_AL2 = 3 ;Max number of connections with the same HardwareID.
MaxHwidConnection_AL3 = 3 ;Max number of connections with the same HardwareID.
Mi idea es que solo permita max 3 cuentas por Hwid, pero a su vez deje deslogear las que ya están offlvl al querer volver a estar activo en el server.
Configure el common server y bien!!.. el max Hwid es 3, pero no deja logear ninguna otra cuenta para destrabar las que ya estan en off.
Help!!!