How change chat block const?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

How change chat block const?

Post by KGB1st »

Question, how I can change chat message counter before player will be muted in voice? Or it's client side pref?
User avatar
maneco2
Initiates
Initiates
Posts: 664
Joined: Sat Aug 24, 2013 7:10 am

Re: How change chat block const?

Post 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
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: How change chat block const?

Post 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.
Post Reply