From a825f3ae79ed094a154bd576165eb55108e1c9aa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 6 May 2019 11:08:57 -0300 Subject: Update game news --- npc/functions/news.txt | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 7c2eb86f5..912edd111 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -8,10 +8,34 @@ function script GameNews { .@entry=getarg(0, 0); switch(.@entry) { case 0: + case 20190504: + mes ""; + mesc l("Release 9.0 - The Promised Release"); + mesc "2019-05-04"; + 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."); + next; + break; case 20190110: mes ""; mesc l("Release 8.0 - Apane Invasion, the Remaster"); mesc "2019-01-10"; + mesc l("Release 8.1 - It's hidden! Where?"); + mesc "2019-02-03"; + mesc l("Release 8.2(1) - Valentine Day (Is Over)"); + mesc "2019-02-22"; + mesc l("Release 8.3 - King Arthur"); + mesc "2019-03-02"; + mesc l("Release 8.4 - Can I Live Ingame?"); + mesc "2019-03-08"; + mesc l("Release 8.5 - A Place To Spend Vacations "); + mesc "2019-03-22"; + mesc l("Release 8.9 - Easter Event"); + mesc "2019-04-16"; + mesc l("Release 8.99 - JESUSALVA IS LAZY"); + mesc "2019-04-27"; next; mes ""; mesc l("Whoa! LoF merge wasn't entirely stable! After a terrible manaquake, everything,"); @@ -33,7 +57,27 @@ function script GameNews { mesc l("Nard also bought a new ship!."); next; mesc l("Candor Trainer read all the references that he could find and is wiser than ever!"); - mesc l("A nice meteor shower is thought to happen in February and May, days 18~25."); + mesc l("A nice meteor shower is thought to happen in February and May, days 18~25."); // Yes this is a quest + next; + mesc l("Citzens on the world are now listeing to different tunes, and new adventurers were found... in desert islands?"); + mesc l("Treasure chests have been seen on dungeons, always changing places and refilling themselves."); + mesc l("The Alliance changed some rules for storage size, botting, and grand hunter prizes, too."); + next; + mesc l("Players can now sense monsters strength with @@, and lag was reduced. Pets can run away again.", b("@monsterignore")); + mesc l("Drop rates raised drastically for the lucky ones. Eternal Swamp floods are now more cyclic."); + mesc l("Easter eggs have been found, like secret rooms."); + next; + mesc l("Adventurers got drunk to get more EXP?! Players can now buy houses and make their own wine!"); + mesc l("Central Woodlands suffered dramatic changes due Saulc (ab)using his GM powers."); + mesc l("Guilds are now much more stronger, and have exclusive alchemy recipes besides a storage."); + next; + mesc l("Fighting stronger monsters will yield more EXP, but to make botting less profitable, too weak monsters give less EXP."); + mesc l("You can use @@, Audsbel left the Magic School, and Marius is singing again.", b("@tutorial")); + mesc l("Ship travels are cheaper, full equipment sets have hidden bonuses, Soul Menhirs are now auto-touched."); + next; + mesc l("Guilds can go from 16 to 56 members, tulimshar was restocked."); + mesc l("Terranite King was seen recently. New shields and pants are available for craft."); + mesc l("Crazyfefe Fight was remastered. The 8.0 release series was the longest release serial thus far."); next; break; case 20181226: @@ -307,7 +351,8 @@ function script Journalman { do { menuint l("Thanks for your help!"), 1, - l("Release 8 (Current)"), 20190110, + l("Release 9 (Current)"), 20190504, + l("Release 8"), 20190110, l("Release 7"), 20181226, l("Release 6"), 20180727, l("Release 5"), 20180630, -- cgit v1.2.3-70-g09d2