Page 1 of 1
Server Protection
Posted: Tue Feb 22, 2011 12:54 pm
by zippel
If you want to receive support we need this info to help you properly.
L2J Revision: last
L2JDP Revision: last
Who knows about securing the server from fools with l2pnx and other cheater programs?
I mean free protection for my server. and method of dealing with those who can put my server?
Re: Server Protection
Posted: Wed Feb 23, 2011 12:02 am
by MELERIX
last is not a revision number...
and if you don't want to have troubles with phx exploits or related things, plz don't use old revisions of L2J.
Re: Server Protection
Posted: Wed Feb 23, 2011 10:55 am
by kimeraweb
Mostly protections are done on packets sent.
I mean, if someone get send a packet where enchanting his armor by "free", some condition have to be skipped, just implementing a check to avoid it.
Re: Server Protection
Posted: Thu Feb 24, 2011 10:49 am
by zippel
MELERIX wrote:last is not a revision number...
and if you don't want to have troubles with phx exploits or related things, plz don't use old revisions of L2J.
I'm doing. always accepted update the new audit.
з.ы: thx
Re: Server Protection
Posted: Thu Feb 24, 2011 10:51 am
by zippel
kimeraweb wrote:Mostly protections are done on packets sent.
I mean, if someone get send a packet where enchanting his armor by "free", some condition have to be skipped, just implementing a check to avoid it.
It does take time, for a server. I'm full-time student.
з.ы: thx
Re: Server Protection
Posted: Thu Feb 24, 2011 3:10 pm
by kimeraweb
There's no magic on it ^^
If someone find a packet available to be read to the server, only security you can make is understand what it does and find out how the cheating is done.