diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-23 14:51:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-23 14:51:07 -0300 |
commit | afb6e40eb52a2ab04ff6b272e4e3adf3861073f1 (patch) | |
tree | ca9960387f645ff04fdfc01c984d7e9b5d7e6a0c /npc/functions | |
parent | 3c2d87b26565e1a381f03661ad4d59d5811a2ac3 (diff) | |
download | serverdata-afb6e40eb52a2ab04ff6b272e4e3adf3861073f1.tar.gz serverdata-afb6e40eb52a2ab04ff6b272e4e3adf3861073f1.tar.bz2 serverdata-afb6e40eb52a2ab04ff6b272e4e3adf3861073f1.tar.xz serverdata-afb6e40eb52a2ab04ff6b272e4e3adf3861073f1.zip |
Server news updater02.2_180323
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/news.txt | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index c43d4761b..46bc5e3d2 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -5,19 +5,22 @@ // Server news. function script GameNews { - mes col("You can read the [@@news|latest news@@], or even the [@@https://tmw2.org/news|older entries@@].", 9); + mes col("You can read the [@@news|server latest news@@], or even the [@@https://tmw2.org/news|older entries@@].", 9); next; mes ""; - mes col("Release 2.1 - Free Lunch For Those Who Work Hard!", 9); + mes col("Release 2.2 - There Are No Pipelines", 9); next; mes ""; - mes col("Money to leave Candor is easier, as various persons there need help.", 9); + mes col("Unfortunately, Tulimshar guards are dying in the sun. Maybe you could provide them with Water?", 9); next; - mes col("Nard and Elmo changed the way they talk to newcomers, to be more clear about what they expect.", 9); + mes col("The NPC responsible for buying raw gemstones from other NPCs has recovered since the last siege.", 9); + mes col("Therefore, raw gemstones prices are once again on the rise.", 9); next; - mes col("Hard workers get an extra work level. This means a +1 VIT bonus is possible!", 9); + mes col("Someone adventurer broke what was previously thought as maximum level, and is now level 31!", 9); next; - mes col("Some NPCs are [@@https://transifex.com/akaras/saulc-tmw-fork|learning new languages@@].", 9); + mes col("The Magic Council lift Statues in honor of some people. But its guest hall is in reform!", 9); + next; + mes col("Easter will soon start!", 9); next; mes col("We want to thank everyone who did this release possible.", 9); mes ""; |