[help] BBS
Posted: Thu Oct 01, 2009 4:22 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision LastIT:
L2JDP Revision LastIT:
I trying to add some futures to comunity board on my server but i have problem. I have someth like this...
After first ShowBoard packed BBS popups and shows "Hello!", but after second packet (with bbs opened) i have empty page :/
Some one have any idea how to slove it? I calling ShowBoard packet from external procedure (not in communitybbs).
» Find Revision
L2J Revision LastIT:
L2JDP Revision LastIT:
I trying to add some futures to comunity board on my server but i have problem. I have someth like this...
Code: Select all
(...code...)player.sendPacket(new ShowBoard("<html><body>Hello!</body></html>", "101"));player.sendPacket(new ShowBoard(null, "102"));player.sendPacket(new ShowBoard(null, "103")); (...code...)player.sendPacket(new ShowBoard("<html><body>Bye Bye!</html></body>", "101"));player.sendPacket(new ShowBoard(null, "102"));player.sendPacket(new ShowBoard(null, "103"));
Some one have any idea how to slove it? I calling ShowBoard packet from external procedure (not in communitybbs).