diff options
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r-- | npc/functions/news.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 2e24f60a2..3c398b9d1 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -8,6 +8,27 @@ function script GameNews { .@entry=getarg(0, 0); switch(.@entry) { case 0: + case 20180408: + mes ""; + mes col("Release 3.0 - In The Dreams", 9); + next; + mes ""; + mes col("There were trees blocking the path to Halinarzo? Why nobody told that to Tulimshar Council?!", 9); + mes col("These trees were cut and travellers can once again travel to Halin.", 9); + next; + mes col("Estard finished arranging sufficient paperwork so adventurers can create their own guilds.", 9); + mes col("This somehow affected the whole economy.", 9); + next; + mes col("Some adventurer broke what was previously thought as maximum level, and is now level 40!", 9); + mes col("Was that not sufficient, this someone acquired MAGIC and is now under Colin's group.", 9); + next; + mes col("The Magic Council finished the reform on their guest hall.", 9); + mes col("Soren, the architect responsible for it, is very happy with the new design.", 9); + next; + mes col("Tulimshar Guardhouse's door was struck, but the guards managed to get it open again.", 9); + mes col("Access is restricted to guards, as usual.", 9); + next; + break; case 20180323: mes ""; mes col("Release 2.2 - There Are No Pipelines", 9); |