Package lineage2.gameserver.network.serverpackets

Examples of lineage2.gameserver.network.serverpackets.ExShowTrace.addLine()


    if (!found)
    {
      show("Caution, price or item was changed, please be careful !", player, npc);
    }
    ExShowTrace trace = new ExShowTrace();
    trace.addLine(item.player, item.player, 30, 60000);
    player.sendPacket(trace);
    RadarControl rc = new RadarControl(0, 1, item.player);
    player.sendPacket(rc);
    if (player.getVarB(Player.NO_TRADERS_VAR))
    {
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.