Hello, on acis my multishop only show first html windows. Not show's other chats, anyone can help?
public void showChatWindow(Player player, int val)
{
final NpcHtmlMessage html = new NpcHtmlMessage(getObjectId());
html.setFile("data/html/mods/donateNpc/" + getNpcId()+ (val == 0 ? "" : "-" + val) + ".htm");
html.replace("%objectId%", getObjectId());
player.sendPacket(html);
}