diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-23 19:18:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-23 19:18:14 -0300 |
commit | f717f83670f09c60ffa48cba5b075c90b2f6cd0e (patch) | |
tree | 82c5d3aa007624cf41c81a738c27aa71d2d9b434 /npc | |
parent | 79fc89079d40a34f32c149acb53285b578b22d54 (diff) | |
download | serverdata-f717f83670f09c60ffa48cba5b075c90b2f6cd0e.tar.gz serverdata-f717f83670f09c60ffa48cba5b075c90b2f6cd0e.tar.bz2 serverdata-f717f83670f09c60ffa48cba5b075c90b2f6cd0e.tar.xz serverdata-f717f83670f09c60ffa48cba5b075c90b2f6cd0e.zip |
Update game news in preparation for 9.1 Bedtime Stories
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/news.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 7dabd24bd..6bebe4eae 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -12,10 +12,20 @@ function script GameNews { mes ""; mesc l("Release 9.0 - The Promised Release"); mesc "2019-05-04"; + mesc l("Release 9.1 - Bedtime Stories"); + mesc "2019-05-24"; next; mesc l("PVP Arena did NOT got in. Same for AFK Cap."); mesc l("Mainly fixes and the Monster King is now randomly laying siege to towns!"); - mesc l("New players can also get an EXP bonus with Elmo until they get level 15."); + mesc l("New players can also get an EXP bonus with Elmo until they get level 15. Warp Crystals are here!"); + next; + mesc l("9.1 will now send players to Nivalis, to keep learning about who they are. While greater forces are at play, the player might be just a minor one, but certainly an important one."); + mesc l("Several bugfixes, and new monsters have been seen. Almost all healing items have changed."); + mesc l("Some monsters gained death and/or attack sounds, and Blue Sage House front door is now open."); + next; + mesc l("There is now a challenge in Tulimshar PvP Duel Room. How long can you survive?"); + mesc l("LoF Transcendence Gate was moved to town centre. Tipius haven't been sighted as of late."); + mesc l("Wyara tells she will now make Return Potions for those trusted by Hurnscald Staff!"); next; break; case 20190110: |