Page 2 of 2

Re: message in the console

Posted: Sun Jan 17, 2010 7:51 pm
by lion

Code: Select all

L2ClanTraderInstance: Unknown NPC bypass: "crp" NpcId: 32024L2ClanTraderInstance: Unknown NPC bypass: "exchange 9912" NpcId: 32024

Re: message in the console

Posted: Sun Jan 17, 2010 8:04 pm
by janiii
thx lion :) http://www.l2jserver.com/trac/changeset/3824

i hope no more bypass errors ^^

Re: message in the console

Posted: Sat Jan 23, 2010 3:12 pm
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