Thanks, but i don't like this. I want do:
public void onBypassFeedback(L2PcInstance player, String command)
{
if (player == null)
{
return;
}
if (command.equals("showInfo"))
{
NpcHtmlMessage html = new NpcHtmlMessage(getObjectId());
if (player.getInventory().getInventoryItemCount(10041, 0) >= 1)
{
html.setFile("data/html-en/toti/L2TattooMenager/50010-1.htm", player);
}
}
}
.........
All works, but only if bypass in 50010.htm, if bypass in 50010-1.htm not work. This is a problem