Bypassing private messages

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
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
DreamStage
Posts: 222
Joined: Mon Oct 11, 2010 2:38 am
Location: Portugal

Bypassing private messages

Post 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. :)
Ignorance comes when you dont want to know the truth about facts.
User avatar
Origami
Posts: 21
Joined: Mon May 18, 2009 5:54 pm
Location: Moscow/Russia

Re: Bypassing private messages

Post 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.
Месть - это блюдо, которое подают в тапки...
User avatar
DreamStage
Posts: 222
Joined: Mon Oct 11, 2010 2:38 am
Location: Portugal

Re: Bypassing private messages

Post 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.
Ignorance comes when you dont want to know the truth about facts.
horato
Posts: 90
Joined: Sun Aug 31, 2008 1:45 am

Re: Bypassing private messages

Post by horato »

reciver.sendPacket(new CreatureSay(sender.getObjectId(), 2, sender.getName(), text));
I think its like this
User avatar
DreamStage
Posts: 222
Joined: Mon Oct 11, 2010 2:38 am
Location: Portugal

Re: Bypassing private messages

Post by DreamStage »

i already had my problem some time ago. Close topic please.
Ignorance comes when you dont want to know the truth about facts.
Post Reply