280281282283284285286287288289290
} else { htmltext = npc.getNpcId() + "-no2.htm"; } npc.showChatWindow(player, "default/" + htmltext); } /** * Method giveLapham. */
301302303304305306307308309310311
} else { htmltext = npc.getNpcId() + "-no2.htm"; } npc.showChatWindow(player, "default/" + htmltext); } /** * Method giveMafum. */
322323324325326327328329
} else { htmltext = npc.getNpcId() + "-no2.htm"; } npc.showChatWindow(player, "default/" + htmltext); } }
288289290291292293294295296297298
} } } if (!succ) { npc.showChatWindow(player, fileName); return; } boolean isKamael = player.getRace() == Race.kamael; String htmltext = ""; if (val[0].equalsIgnoreCase("list"))
372373374375376377378379380381382
} else { fileName += "monument_weapon_no_hero.htm"; } npc.showChatWindow(player, fileName); } /** * Method getcir. * @return String
408409410411412413414415416
} else { fileName += "monument_circlet_no_hero.htm"; } npc.showChatWindow(player, fileName); return null; } }
4647484950515253
else { Functions.addItem(player, BEAST_WHIP, 1); htmltext = npc.getNpcId() + "-3.htm"; } npc.showChatWindow(player, "default/" + htmltext); } }