summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-28 15:26:14 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-28 15:26:14 -0300
commit61cfc50a8f068ef7ce5be7053a6ed032984c8e8a (patch)
tree77e470459632296d8838f095e0e6fb3835485c15
parent7ec297ae41cddbcc0688f55086a1115f857187fa (diff)
downloadserverdata-61cfc50a8f068ef7ce5be7053a6ed032984c8e8a.tar.gz
serverdata-61cfc50a8f068ef7ce5be7053a6ed032984c8e8a.tar.bz2
serverdata-61cfc50a8f068ef7ce5be7053a6ed032984c8e8a.tar.xz
serverdata-61cfc50a8f068ef7ce5be7053a6ed032984c8e8a.zip
News.
-rw-r--r--npc/functions/news.txt39
1 files changed, 34 insertions, 5 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
index da995b008..fb65c1120 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -8,6 +8,31 @@ function script GameNews {
.@entry=getarg(0, 0);
switch(.@entry) {
case 0:
+ case 20180727:
+ mes "";
+ mesc l("Release 6.0 - Steam, Fire, and... Monster King?!");
+ next;
+ mes "";
+ mesc l("There was too many things to keep track. After Hurnscald siege, with lots of earthquakes, we had an accident.");
+ mesc l("We apologize to all, but the Land Of Fire CRASHED here, and broke the whole balance! Part of woodlands flooded!");
+ next;
+ mesc l("Strange figures appear, claiming to be from the Land of Fire, and using interesting sticks, which spits fire.");
+ mesc l("Some of these even cause area damage! Rumors of time travellers were heard, but no time travel was confirmed.");
+ mesc l("The alliance panicked, and allowed Demure, Pyndragon and Pihro on their board of members.");
+ next;
+ mesc l("The party dungeon is still under maintenance, but it shall soon be liberated. The disaster was so big, all mobs are different.");
+ mesc l("We mean, some are giving stupid amounts of experience, and players can get more levels. Saulc cannot proccess that many changes!");
+ next;
+ mesc l("Not only that, but there appeared some paladins, tankers, wizards, sages and raggers claiming to have mastered magic.");
+ mesc l("Saulc said it needs an inspection, and he'll be with everyone trying to proccess and fix the amount of damage this caused.");
+ next;
+ mesc l("The new inhabitants from the Land Of Fire are welcome, and some are still sheltering, like the Silversmith.");
+ mesc l("Additional security measures were put in place so such disaster, of a whole world crashing, doesn't happens again.");
+ mesc l("But who knows what future holds. The Monster King was blamed as responsible, but he killed our interviewer. Eeh.");
+ next;
+ mesc l("Good luck adventurers, and may the Pink Mouboo watch over this disaster... Whatever that means. They paid us to say that, I swear!");
+ next;
+ break;
case 20180630:
mes "";
mesc l("Release 5.0 - Greenland Players");
@@ -159,7 +184,8 @@ function script Journalman {
while (@menu != 1) {
select
l("Thanks for your help!"),
- l("2018-06-30 (Latest)"),
+ l("2018-07-27 (Latest)"),
+ l("2018-06-30"),
l("2018-05-31"),
l("2018-04-08"),
l("2018-03-23"),
@@ -167,18 +193,21 @@ function script Journalman {
mes "";
switch (@menu) {
case 2:
- GameNews(20180630);
+ GameNews(20180727);
break;
case 3:
- GameNews(20180531);
+ GameNews(20180630);
break;
case 4:
- GameNews(20180408);
+ GameNews(20180531);
break;
case 5:
- GameNews(20180323);
+ GameNews(20180408);
break;
case 6:
+ GameNews(20180323);
+ break;
+ case 7:
GameNews(20180316);
break;
}