Npc chat

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
Negat1ve
Posts: 46
Joined: Thu May 07, 2009 8:46 am

Npc chat

Post by Negat1ve »

Hellou .. i m trying to do this...

i would like to replace some string with each bypass...
Where i can find master Npc chat ?

Example :

html.replace("_chat","_link");

where i can find this java file where i can write this command ?
i tried in L2Teleporter.java but it worked only with gatekeepers..

Where i can find universal Java chat handler ?
Negat1ve
Posts: 46
Joined: Thu May 07, 2009 8:46 am

Re: Npc chat

Post by Negat1ve »

Solved =P

File : RequestBypassToServer.java
Post Reply