From 6b04755938c8102dc585501967354f853b593825 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 13 Sep 2018 15:09:55 -0300 Subject: Release 7.0 News --- npc/functions/news.txt | 41 +++++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) (limited to 'npc/functions/news.txt') diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 87979dd6b..674526ed7 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -8,6 +8,24 @@ function script GameNews { .@entry=getarg(0, 0); switch(.@entry) { case 0: + case 20180913: + mes ""; + mesc l("Release 7.0 - Polished Emerald"); + next; + mes ""; + mesc l("The snowstorm at Nivalis has ceased, but the Monster King led a massively huge army to siege Nivalis."); + mesc l("You can get close by feet, and there was an area so empty that you won't even notice the distance walked."); + mesc l("But travel by sea, or access to the village on itself, is throughly impossible. Andrei Sakar is at ready."); + next; + mesc l("The Monster King got so active in the past days, he even have a mirrored version of himself roaming the lands."); + mesc l("His wandering mirror even challenge players randomly, but rarely grants more than a minute for them."); + mesc l("To counter-act this, nicholas lowered craft prices, and the folks at LoF are doing their best at refines."); + next; + mesc l("Wands are also being sold, and other stuff from the Land Of Fire slowly creeps in."); + mesc l("Since previous release, there was also seen priests, two new quests, and a breakthrough on reset potions happened."); + mesc l("Arkim also developed a powerful petiscide to make Pinkies less healthy, but that was long ago."); + next; + break; case 20180727: mes ""; mesc l("Release 6.0 - Steam, Fire, and... Monster King?!"); @@ -176,8 +194,11 @@ function script GameNews { function script Journalman { npctalk3 any( - l("Hurnscald is in need of help from all adventurers!"), - l("Tulimshar mines overrun! Great rewards for a lending hand!"), + l("Nivalis is in need of help from all adventurers!"), + l("Dry season at Tulimshar causes crops problems!"), + l("Land Of Fire surprises everyone! There are even pet tamers!"), + l("Nameless Doctor found at LoF have a friend! This never happened before!"), + l("Halinarzo Church makes a party every Sunday! Only true believers are invited!"), l("Monsters are dropping strange stuff! The world is changing!"), l("All hail @@ and Andrei Sakar, heroes of the world!", $MOST_HEROIC$)); mesn getarg(0); @@ -187,7 +208,8 @@ function script Journalman { while (@menu != 1) { select l("Thanks for your help!"), - l("2018-07-27 (Latest)"), + l("2018-09-13 (Latest)"), + l("2018-07-27"), l("2018-06-30"), l("2018-05-31"), l("2018-04-08"), @@ -196,21 +218,24 @@ function script Journalman { mes ""; switch (@menu) { case 2: - GameNews(20180727); + GameNews(20180913); break; case 3: - GameNews(20180630); + GameNews(20180727); break; case 4: - GameNews(20180531); + GameNews(20180630); break; case 5: - GameNews(20180408); + GameNews(20180531); break; case 6: - GameNews(20180323); + GameNews(20180408); break; case 7: + GameNews(20180323); + break; + case 8: GameNews(20180316); break; } -- cgit v1.2.3-60-g2f50