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;

        }

 

 

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