From 34625aa91570b2451df012439293567329aa003b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 23 Dec 2018 01:09:49 -0200 Subject: Update game news --- npc/functions/news.txt | 69 ++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 56 insertions(+), 13 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/news.txt b/npc/functions/news.txt index b61c79da7..2116be902 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -8,21 +8,63 @@ function script GameNews { .@entry=getarg(0, 0); switch(.@entry) { case 0: + case 20181226: + mesc l("Release 7.5 - "); + mesc "2018-12-26"; + next; + mes ""; + mesc l("Major rebalance, lowering difficulty on sub-level-30 stage."); + next; + case 20181217: + mes ""; + mesc l("Release 7.4 - Christmas Revolution"); + mesc "2018-12-02"; + next; + mes ""; + mesc l("Dimond bought a brand new slot machine and installed on her inn. The rewards are different from the one on Tulimshar."); + mesc l("Pet Detective wasn't getting new members and was forced to drop price."); + next; + mesc l("Hurnscald Nurse is collecting blood donations, and a veteran officer from Tulimshar City Guard is handing out Wooden Swords."); + mesc l("People at Tulimshar are now giving more tips to newcomers, and new bugs may have been introduced."); + next; + case 20181202: + mes ""; + mesc l("Release 7.3 - Frozen Community"); + mesc "2018-12-02"; + next; + mes ""; + mesc l("Lower difficulty of advanced stage (level 50+ players), by price rebalances."); + mesc l("Lower difficulty of starters stage (up to level 20 players), by experience redesign."); + mesc l("Nivalis Liberation Day Result: Players Lost 92 : 300 Monsters Won"), 1; + next; + mesc l("Workers have closed Nivalis to repairs, due intense damage to town infrastructure."); + mesc l("Andrei Sakar is also repeating his questions about World Lore, although rewards are now smaller."); + next; case 20181102: + mes ""; mesc l("Release 7.2 - Frozen Jesusalva"); + mesc "2018-11-02"; next; mes ""; mesc l("The Alliance prepared an attack against the Monster King. Report at Nivalis Guard for more information."); mesc l("Event Duration: November 3rd ~ November 9th 2018"), 1; + next; + case 20181006: + mes ""; + mesc l("Release 7.1 - Broken Emerald"); + mesc "2018-10-06"; + mes ""; + mesc l("Minor release to lower travel prices, fix several issues, and enable Friend Referral System."); next; // No break case 20180913: mes ""; mesc l("Release 7.0 - Polished Emerald"); + mesc "2018-09-13"; 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."); + mesc l("But travel by sea, or access to the village on itself, is thoroughly 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."); @@ -36,6 +78,7 @@ function script GameNews { case 20180727: mes ""; mesc l("Release 6.0 - Steam, Fire, and... Monster King?!"); + mesc "2018-07-27"; next; mes ""; mesc l("There was too many things to keep track. After Hurnscald siege, with lots of earthquakes, we had an accident."); @@ -64,6 +107,7 @@ function script GameNews { case 20180630: mes ""; mesc l("Release 5.0 - Greenland Players"); + mesc "2018-06-30"; next; mes ""; if (!$HURNS_LIBDATE) { @@ -103,6 +147,7 @@ function script GameNews { case 20180531: mes ""; mesc l("Release 4.0 - Quest Giver's Handbook"); + mesc "2018-05-31"; next; mes ""; mesc l("With renewed confidence about the outcome of the war, various people left their houses."); @@ -139,6 +184,7 @@ function script GameNews { case 20180408: mes ""; mesc l("Release 3.0 - In The Dreams"); + mesc "2018-04-08"; next; mes ""; mesc l("There were trees blocking the path to Halinarzo? Why nobody told that to Tulimshar Council?!"); @@ -160,6 +206,7 @@ function script GameNews { case 20180323: mes ""; mesc l("Release 2.2 - There Are No Pipelines"); + mesc "2018-03-23"; next; mes ""; mesc l("Unfortunately, Tulimshar guards are dying in the sun. Maybe you could provide them with Water?"); @@ -173,9 +220,9 @@ function script GameNews { next; mesc l("Easter will soon start!"); next; - break; case 20180316: mesc l("Release 2.1 - Free Lunch For Those Who Work Hard!"); + mesc "2018-03-16"; next; mes ""; mesc l("Money to leave Candor is easier, as various persons there need help."); @@ -216,17 +263,16 @@ function script Journalman { while (@menu != 1) { select l("Thanks for your help!"), - l("2018-09-13 (Latest)"), - l("2018-07-27"), - l("2018-06-30"), - l("2018-05-31"), - l("2018-04-08"), - l("2018-03-23"), - l("2018-03-16"); + l("Release 7 (Current)"), + l("Release 6"), + l("Release 5"), + l("Release 4"), + l("Release 3"), + l("Release 2"); mes ""; switch (@menu) { case 2: - GameNews(20180913); + GameNews(20181226); break; case 3: GameNews(20180727); @@ -243,9 +289,6 @@ function script Journalman { case 7: GameNews(20180323); break; - case 8: - GameNews(20180316); - break; } } -- cgit v1.2.3-60-g2f50