[help] BBS

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
szmjaso
Posts: 16
Joined: Mon Nov 24, 2008 11:52 am

[help] BBS

Post 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).
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: [help] BBS

Post by Aikimaniac »

what numerical values represents "LastIT" ?
Image
szmjaso
Posts: 16
Joined: Mon Nov 24, 2008 11:52 am

Re: [help] BBS

Post by szmjaso »

Aikimaniac wrote:what numerical values represents "LastIT" ?
NVM -sloved - "works for me" timeline style ;)
Image
Post Reply