summaryrefslogtreecommitdiff
path: root/npc/003-1/swezanne.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-23 13:38:38 -0300
committerjesusalva <cpntb1@ymail.com>2018-02-23 13:38:38 -0300
commit6bfa33bb2d7e01ff351488510d96f14dcde08eb5 (patch)
tree3fa82fc076bcc22d087b8df459ba1af63f19e56d /npc/003-1/swezanne.txt
parentc5670ed0c4605a3c6a60d72be14c7df994ff8b04 (diff)
downloadserverdata-6bfa33bb2d7e01ff351488510d96f14dcde08eb5.tar.gz
serverdata-6bfa33bb2d7e01ff351488510d96f14dcde08eb5.tar.bz2
serverdata-6bfa33bb2d7e01ff351488510d96f14dcde08eb5.tar.xz
serverdata-6bfa33bb2d7e01ff351488510d96f14dcde08eb5.zip
Michel is so useless at the moment, so now he'll return a Hall Of Fame.
Using a statue would be smarter, but I need sprites for that.
Diffstat (limited to 'npc/003-1/swezanne.txt')
-rw-r--r--npc/003-1/swezanne.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt
index 7d1adb984..306056b84 100644
--- a/npc/003-1/swezanne.txt
+++ b/npc/003-1/swezanne.txt
@@ -27,14 +27,6 @@ L_Heroics:
else if (.@d == 6) .@deed$="impressed even the High Council!";
else .@deed$="is awesome like me!"; // Should not happen
- /*.@nb = query_sql("select name, fame from `char` ORDER BY fame DESC LIMIT 5", .@name$, .@fame);
- mes("Hall Of Fame: TOP5");
- mes("1."+.@name$[0]+"("+.@fame[0]+")"); // Will return a person with the biggest fame value.
- mes("2."+.@name$[1]+"("+.@fame[1]+")");
- mes("3."+.@name$[2]+"("+.@fame[2]+")");
- mes("4."+.@name$[3]+"("+.@fame[3]+")");
- mes("5."+.@name$[4]+"("+.@fame[4]+")");*/
-
mesq l("I hope to one day be like @@, who @@", $MOST_HEROIC$, .@deed$);
close;