Hey guys , I have something new to share
hall of fame npc , you can add like trusted members to list hall of fame,
code : http://pastebin.com/icqhwFbW
oh also you will have to make new column in characters table name it famer , tinyint , allow null
to add anyone to the npc make famer = 1
inngameserver.java add,
HallOfFamer.getInstance();
the npc id should be 1234
you can edit from here
private final static int NpcId = 1234;
in npc html you will need just one button
<button value="Show" action="bypass -h Quest HallOfFame show" width=90 height=25 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
credits : to me