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

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