Page 1 of 1

Bypassing private messages

Posted: Thu Sep 01, 2011 6:33 am
by DreamStage
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 4890
L2JDP Revision Number: 8333

Hello, does anyone knows how to bypass throw a button a private message?

Example:

Write a message inside a window box, and when click at send pm. That button sends a bypass to a targeted played with the message, who was already specified before.
Main problem = bypassing a private message code. :)

Re: Bypassing private messages

Posted: Thu Sep 01, 2011 8:32 am
by Origami
If you mean html window just have a look at html folder. You can find enough of examples there how to send a string to a server. Then write your own script which will send this message to smb.

Re: Bypassing private messages

Posted: Thu Sep 01, 2011 9:20 am
by DreamStage
no man, if was that simple i would just check it (every html in 1000+)

In community board when u send pm message to friend, is using bypass, but my community board need to have the right bypass to server. And i dont know whats the code for that.

Re: Bypassing private messages

Posted: Fri Sep 09, 2011 11:13 am
by horato
reciver.sendPacket(new CreatureSay(sender.getObjectId(), 2, sender.getName(), text));
I think its like this

Re: Bypassing private messages

Posted: Sat Sep 10, 2011 3:31 pm
by DreamStage
i already had my problem some time ago. Close topic please.