Page 1 of 1

[help] BBS

Posted: Thu Oct 01, 2009 4:22 pm
by szmjaso
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...

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"));
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).

Re: [help] BBS

Posted: Fri Oct 02, 2009 9:19 am
by Aikimaniac
what numerical values represents "LastIT" ?

Re: [help] BBS

Posted: Fri Oct 02, 2009 10:08 pm
by szmjaso
Aikimaniac wrote:what numerical values represents "LastIT" ?
NVM -sloved - "works for me" timeline style ;)
Image