Jump to content

Recommended Posts

  • 2 months later...
  • 2 weeks later...
Posted

Go to

 

java/net/sf/l2j/gameserver/handler/admincommandhandlers/AdminGmChat.java

 

find this

 

CreatureSay cs = new CreatureSay(0, Say2.ALLIANCE, activeChar.getName(), text);

 

and change Say2.ALLIANCE to

 

Say2.PARTYROOM_COMMANDER

 

Thanks.;)

Posted

im give for interlude  post cod for interlude .

{

            int offset = 0;

            if(command.contains("menu"))

                offset = 17;

            else

                offset = 13;

            String text = command.substring(offset);

            CreatureSay cs = new CreatureSay(0, 9, activeChar.getName(), text);

            GmListTable.broadcastToGMs(cs);

            text = null;

            cs = null;

        }

 

 

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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..