From 11900a96c5d3d00460717f844ded59259a31bf7c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 4 Apr 2018 14:09:38 -0300 Subject: Move stuff (HoF > Andrei) and stuff (HallOfCoins >> Michel) --- npc/003-0-1/statues.txt | 8 +++++++- npc/003-1/michel.txt | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/npc/003-0-1/statues.txt b/npc/003-0-1/statues.txt index efe0498a7..27dcc1593 100644 --- a/npc/003-0-1/statues.txt +++ b/npc/003-0-1/statues.txt @@ -33,9 +33,15 @@ OnInit: mes l("For fighting against the Monster King once and getting out alive to tell the story."); mes l("For all his great deeds, and thousands of lives he saved, this statue is in his honor."); if ($MOST_HEROIC$ == "") - close; + goto L_Fame; next; mes l("Also in honor of @@, who did a great act of bravery recently. May they keep protecting our world!", $MOST_HEROIC$); + +L_Fame: + next; + mesq l("All hail the ones who proven their worth before the whole Alliance!"); + + HallOfFame(); close; OnInit: diff --git a/npc/003-1/michel.txt b/npc/003-1/michel.txt index b4200dfe9..4fe22308d 100644 --- a/npc/003-1/michel.txt +++ b/npc/003-1/michel.txt @@ -7,9 +7,9 @@ 003-1,89,109,0 script Michel NPC_BACCHUS,{ mesn; - mesq l("All hail the ones who proven their worth before the whole Alliance!"); + mesq l("These people have lots of unspent Strange Coins! Waw!"); - HallOfFame(); + HallOfCoins(); // Anyone with GM Level, staff or not, is allowed to latest GM logs if (!getgmlevel()) close; @@ -26,7 +26,7 @@ mes ""; mes "##B Manual Edition ##b"; mes "To reliably change Karma values, you must use @set Karma."; - mes "But before, check on MySQL the previous karma value, because this command overrides it."; + mes "But watch out: This command overrides karma!"; mes "Therefore, it is advised to DON'T change this by hand."; mes ""; mes "##B Scripting Edition ##b"; -- cgit v1.2.3-60-g2f50