message in the console

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
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: message in the console

Post by lion »

Code: Select all

L2ClanTraderInstance: Unknown NPC bypass: "crp" NpcId: 32024L2ClanTraderInstance: Unknown NPC bypass: "exchange 9912" NpcId: 32024
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: message in the console

Post by janiii »

thx lion :) http://www.l2jserver.com/trac/changeset/3824

i hope no more bypass errors ^^
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
LaraCroft
Posts: 360
Joined: Sat Aug 08, 2009 1:37 am

Re: message in the console

Post by LaraCroft »

Hi guys...

I get this message to...
L2NpcInstance: Unknown NPC bypass: "ctf_player_join eventShuffle" NpcId: 70004
L2NpcInstance: Unknown NPC bypass: "ctf_player_leave" NpcId: 70004
Here the cut of script:

Code: Select all

for (String team : _teams){	replyMSG.append("<tr><td width=\"100\"><font color=\"LEVEL\">" + team + "</font>&nbsp;(" + teamPlayersCount(team) + " joined)</td>");	replyMSG.append("<td width=\"60\"><button value=\"Join\" action=\"bypass -h npc_" + objectId + "_ctf_player_join " + team + "\" width=50 height=15 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></td></tr>");}
I use this on ctf event.

Anyone can help me to solve this??
Thx a lot guys...
:o
!!!knowledge and intelligence must be shared!!!
Post Reply