Examples of CreatureSay


Examples of net.sf.l2j.gameserver.serverpackets.CreatureSay

      if (command.contains("menu"))
        offset=17;
      else
        offset=13;
      text = command.substring(offset);
      CreatureSay cs = new CreatureSay(0, 9, activeChar.getName(), text);
      GmListTable.broadcastToGMs(cs);
    }
    catch (StringIndexOutOfBoundsException e)
    {
      // empty message.. ignore
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.