diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-24 18:36:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-24 18:36:30 -0300 |
commit | 93e46ffe5fec40115ffcf4eef41a8bd4047bd0f7 (patch) | |
tree | e2b263db2ffbe5b7b19c134e3476f3af54a60e0c /npc/functions/news.txt | |
parent | 0e1cb184221dd8ac1c6e15ca8f037e19b73ca79b (diff) | |
download | serverdata-93e46ffe5fec40115ffcf4eef41a8bd4047bd0f7.tar.gz serverdata-93e46ffe5fec40115ffcf4eef41a8bd4047bd0f7.tar.bz2 serverdata-93e46ffe5fec40115ffcf4eef41a8bd4047bd0f7.tar.xz serverdata-93e46ffe5fec40115ffcf4eef41a8bd4047bd0f7.zip |
Update news with older versions, and decide how protocol will work
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r-- | npc/functions/news.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index d2f01ba7b..2e24f60a2 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -8,6 +8,7 @@ function script GameNews { .@entry=getarg(0, 0); switch(.@entry) { case 0: + case 20180323: mes ""; mes col("Release 2.2 - There Are No Pipelines", 9); next; @@ -24,6 +25,22 @@ function script GameNews { mes col("Easter will soon start!", 9); next; break; + case 20180316: + mes col("Release 2.1 - Free Lunch For Those Who Work Hard!", 9); + next; + mes ""; + mes col("Money to leave Candor is easier, as various persons there need help.", 9); + next; + mes col("Nard and Elmo changed the way they talk to newcomers, to be more clear about what they expect.", 9); + next; + mes col("Hard workers get an extra work level. This means a +1 VIT bonus is possible!", 9); + next; + mes col("Some NPCs are [@@https://transifex.com/akaras/saulc-tmw-fork|learning new languages@@].", 9); + next; + mes col("We want to thank everyone who did this release possible.", 9); + mes ""; + mes col("Shall you have any inquiry, do not hesit to [@@mailto:admin@tmw2.org|send us an email@@]##b.", 9); + break; default: break; } |