summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-04-04 14:09:38 -0300
committerJesusaves <cpntb1@ymail.com>2018-04-04 14:11:06 -0300
commit11900a96c5d3d00460717f844ded59259a31bf7c (patch)
treec038eee307f0edcb043e34bd9984e363490ed153
parentf169a99d1448f6accb4f38ced40ac8bc5f7385b3 (diff)
downloadserverdata-11900a96c5d3d00460717f844ded59259a31bf7c.tar.gz
serverdata-11900a96c5d3d00460717f844ded59259a31bf7c.tar.bz2
serverdata-11900a96c5d3d00460717f844ded59259a31bf7c.tar.xz
serverdata-11900a96c5d3d00460717f844ded59259a31bf7c.zip
Move stuff (HoF > Andrei) and stuff (HallOfCoins >> Michel)
-rw-r--r--npc/003-0-1/statues.txt8
-rw-r--r--npc/003-1/michel.txt6
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";