summaryrefslogtreecommitdiff
path: root/npc/003-1/michel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/michel.txt')
-rw-r--r--npc/003-1/michel.txt28
1 files changed, 27 insertions, 1 deletions
diff --git a/npc/003-1/michel.txt b/npc/003-1/michel.txt
index 1a810b3e2..350caddef 100644
--- a/npc/003-1/michel.txt
+++ b/npc/003-1/michel.txt
@@ -3,8 +3,34 @@
003-1,89,109,0 script Michel NPC_BACCHUS,{
+ mesn;
+ mesq l("All hail the ones who proven their worth before the whole Alliance!");
+ mes "";
-hello;
+ .@nb = query_sql("select name, karma from `char` ORDER BY karma DESC LIMIT 5", .@name$, .@value);
+ mes l("##BHall Of Fame: TOP5##b");
+ mes("1."+.@name$[0]+" ("+.@value[0]+")");
+ mes("2."+.@name$[1]+" ("+.@value[1]+")");
+ mes("3."+.@name$[2]+" ("+.@value[2]+")");
+ mes("4."+.@name$[3]+" ("+.@value[3]+")");
+ mes("5."+.@name$[4]+" ("+.@value[4]+")");
+
+ mes "";
+ if (getgmlevel()) mes "##BGM Information##b";
+ if (getgmlevel()) mes "We are currently relying in Karma to generate this Hall Of Fame.";
+ if (getgmlevel()) mes "";
+ if (getgmlevel()) mes "##B Manual Edition ##b";
+ if (getgmlevel()) mes "To reliably change Karma values, you must use @set Karma.";
+ if (getgmlevel()) mes "But before, check on MySQL the previous karma value, because this command overrides it.";
+ if (getgmlevel()) mes "Therefore, it is advised to DON'T change this by hand.";
+ if (getgmlevel()) mes "";
+ if (getgmlevel()) mes "##B Scripting Edition ##b";
+ if (getgmlevel()) mes "Is known to work. This hall of fame will need a few minutes to update itself.";
+ if (getgmlevel()) mes "";
+ if (getgmlevel()) mes "##B Technical Notes ##b";
+ if (getgmlevel()) mes "In future we may start Fame field directly (but it is not displayed on client, thus, we decided to use Karma).";
+ //if (getgmlevel()) set Karma, Karma + 5;
+ close;
OnInit:
.sex = G_MALE;