Jump to content

[Share]GmChat in red


Mazoul

Recommended Posts

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

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

Link to comment
Share on other sites

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;

        }

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • 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