diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-05 14:41:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-05 14:41:07 -0300 |
commit | 4fbf9f30dd64fdeb299654394ccf18da5007b693 (patch) | |
tree | 4fc791ada38382aef365755ba53c2422c96dfe66 | |
parent | e4413578a1a3ca912a0be44d4a03b2222dded234 (diff) | |
download | serverdata-4fbf9f30dd64fdeb299654394ccf18da5007b693.tar.gz serverdata-4fbf9f30dd64fdeb299654394ccf18da5007b693.tar.bz2 serverdata-4fbf9f30dd64fdeb299654394ccf18da5007b693.tar.xz serverdata-4fbf9f30dd64fdeb299654394ccf18da5007b693.zip |
Replace Hall of Fame with Hall of Honor (same thing!)
-rw-r--r-- | npc/003-0-1/statues.txt | 2 | ||||
-rw-r--r-- | npc/012-1/statue.txt | 2 | ||||
-rw-r--r-- | npc/functions/scoreboards.txt | 21 |
3 files changed, 2 insertions, 23 deletions
diff --git a/npc/003-0-1/statues.txt b/npc/003-0-1/statues.txt index 016571b1a..a09699bd8 100644 --- a/npc/003-0-1/statues.txt +++ b/npc/003-0-1/statues.txt @@ -59,7 +59,7 @@ L_Fame: next; mesq l("All hail the ones who proven their worth before the whole Alliance!"); - HallOfFame(); + HallOfHonor(); HallOfGuild(); close; diff --git a/npc/012-1/statue.txt b/npc/012-1/statue.txt index e60ec7d3c..9ff904494 100644 --- a/npc/012-1/statue.txt +++ b/npc/012-1/statue.txt @@ -19,7 +19,7 @@ L_Fame: next; mesq l("All hail the ones who proven their worth before the whole Alliance!"); - HallOfFame(); + HallOfHonor(); HallOfGuild(); close; diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 4983d54b5..13541074d 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -103,27 +103,6 @@ function script HallOfGuild { return; } -function script HallOfFame { - // Moved to event statues - return; - mes ""; - /* - .@nb = query_sql("select name, karma from `char` WHERE `guild_id`!=1 ORDER BY karma DESC LIMIT 10", .@name$, .@value); - mes l("##BHall Of Fame: TOP10##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("6."+.@name$[5]+" ("+.@value[5]+")"); - mes("7."+.@name$[6]+" ("+.@value[6]+")"); - mes("8."+.@name$[7]+" ("+.@value[7]+")"); - mes("9."+.@name$[8]+" ("+.@value[8]+")"); - mes("10."+.@name$[9]+" ("+.@value[9]+")"); - */ - return; -} - function script HallOfFortune { mes ""; mes l("##BHall Of Fortune: TOP15##b"); |