Re: message in the console
Posted: Sun Jan 17, 2010 7:51 pm
Code: Select all
L2ClanTraderInstance: Unknown NPC bypass: "crp" NpcId: 32024L2ClanTraderInstance: Unknown NPC bypass: "exchange 9912" NpcId: 32024
Code: Select all
L2ClanTraderInstance: Unknown NPC bypass: "crp" NpcId: 32024L2ClanTraderInstance: Unknown NPC bypass: "exchange 9912" NpcId: 32024
Here the cut of script:L2NpcInstance: Unknown NPC bypass: "ctf_player_join eventShuffle" NpcId: 70004
L2NpcInstance: Unknown NPC bypass: "ctf_player_leave" NpcId: 70004
Code: Select all
for (String team : _teams){ replyMSG.append("<tr><td width=\"100\"><font color=\"LEVEL\">" + team + "</font> (" + 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>");}