Jump to content

Recommended Posts

Posted

For hero voice to GMs replace in clientpackets.say2.java at line 314

				if (activeChar.isHero())

 

with this

			if (activeChar.isHero() || (activeChar.isGM()))

 

Also if you wanna disable the flood protector go to the next line and set the flood protection to 1...Like here

 

if (!FloodProtector.getInstance().tryPerformAction(activeChar.getObjectId(), 1))

 

This will make the flood protection 1 milisecond...

 

have fun ^^

  • 2 months later...
  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock