summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-06 11:08:57 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-06 11:08:57 -0300
commita825f3ae79ed094a154bd576165eb55108e1c9aa (patch)
tree0bd887df85d7bbfc147e6050b46788142afcf3f6
parent6cf970b9f8821c8d41debce50e927ef0ed0005f2 (diff)
downloadserverdata-a825f3ae79ed094a154bd576165eb55108e1c9aa.tar.gz
serverdata-a825f3ae79ed094a154bd576165eb55108e1c9aa.tar.bz2
serverdata-a825f3ae79ed094a154bd576165eb55108e1c9aa.tar.xz
serverdata-a825f3ae79ed094a154bd576165eb55108e1c9aa.zip
Update game news
-rw-r--r--npc/functions/news.txt49
1 files 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,