Page 1 of 1

How change chat block const?

Posted: Wed Jul 20, 2016 6:53 pm
by KGB1st
Question, how I can change chat message counter before player will be muted in voice? Or it's client side pref?

Re: How change chat block const?

Posted: Wed Jul 20, 2016 8:21 pm
by maneco2
KGB1st wrote:Question, how I can change chat message counter before player will be muted in voice? Or it's client side pref?
General.properties and FloodProtector.properties in server
And client system, use L2FileEdit:

Code: Select all

systemmsg-e

Re: How change chat block const?

Posted: Thu Jul 21, 2016 2:09 am
by KGB1st
maneco2 wrote:
KGB1st wrote:Question, how I can change chat message counter before player will be muted in voice? Or it's client side pref?
General.properties and FloodProtector.properties in server
And client system, use L2FileEdit:

Code: Select all

systemmsg-e
Thanks.