Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead. There is no support for other server builds than the official provided by l2jserver.com
Hello guys...
i broke my head to find a command to create a custom message inside a windowed dialog... i found ConfirmDlg.java
but it has confirm and cancel button... I want this windowed message only with "confirm" button... like the message "You don't have enough adena"... i searched everywhere... i searched were SystemMessage implements some windowed messages like "You don't have enough adena" but i found nothing... there are 2 days that i'm searching now but nothing... can anyone help me please?
String html = "You don't have enough Adena bro.";final NpcHtmlMessage npcReply = new NpcHtmlMessage();npcReply.setHtml(html);player.sendPacket(npcReply);
Thank you for making L2JServer happen!
"If you believe you will fail or succeed, in both ways you are right." - Henry Ford