diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-04 14:09:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-04 14:11:06 -0300 |
commit | 11900a96c5d3d00460717f844ded59259a31bf7c (patch) | |
tree | c038eee307f0edcb043e34bd9984e363490ed153 /npc/003-1 | |
parent | f169a99d1448f6accb4f38ced40ac8bc5f7385b3 (diff) | |
download | serverdata-11900a96c5d3d00460717f844ded59259a31bf7c.tar.gz serverdata-11900a96c5d3d00460717f844ded59259a31bf7c.tar.bz2 serverdata-11900a96c5d3d00460717f844ded59259a31bf7c.tar.xz serverdata-11900a96c5d3d00460717f844ded59259a31bf7c.zip |
Move stuff (HoF > Andrei) and stuff (HallOfCoins >> Michel)
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/michel.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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"; |