Examples of onMenuSelect()


Examples of lineage2.gameserver.model.instances.NpcInstance.onMenuSelect()

        StringTokenizer st = new StringTokenizer(params, "&");
        int ask = Integer.parseInt(st.nextToken().split("=")[1]);
        int reply = Integer.parseInt(st.nextToken().split("=")[1]);
        if (npc != null)
        {
          npc.onMenuSelect(activeChar, ask, reply);
        }
      }
      else if (bp.bypass.startsWith("Quest "))
      {
        String p = bp.bypass.substring(6).trim();
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.