Package net.sf.l2j.gameserver.serverpackets

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


        if (content == null) html.setHtml("<html><body>Signboard is missing:<br>"+filename+"</body></html>");
        else html.setHtml(content);

        player.sendPacket(html);
        player.sendPacket(new ActionFailed());
      } else if(_type == 0) player.sendPacket(new ShowTownMap(_texture, getMapX(), getMapY()));
                    // Send a Server->Client ActionFailed to the L2PcInstance in order to avoid that the client wait another packet
                    player.sendPacket(new ActionFailed());
            }
        }
View Full Code Here

TOP

Related Classes of net.sf.l2j.gameserver.serverpackets.ShowTownMap

Copyright © 2018 www.massapicom. 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.