diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 01:20:56 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 01:20:56 -0200 |
commit | 2122acbec6ea2b0c92a1487c15f1ca445793ce35 (patch) | |
tree | 38ff43fa252a0a32214ca3b3116c86602f82e7f9 | |
parent | e46c34f7af63b07b7767d5b11314927ae92d2921 (diff) | |
download | serverdata-2122acbec6ea2b0c92a1487c15f1ca445793ce35.tar.gz serverdata-2122acbec6ea2b0c92a1487c15f1ca445793ce35.tar.bz2 serverdata-2122acbec6ea2b0c92a1487c15f1ca445793ce35.tar.xz serverdata-2122acbec6ea2b0c92a1487c15f1ca445793ce35.zip |
Random talk to journalman
-rw-r--r-- | npc/functions/news.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 0094a5b77..1fb983bdf 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -295,13 +295,15 @@ function script GameNews { function script Journalman { npctalk3 any( - l("Nivalis is in need of help from all adventurers!"), + l("Nivalis was rebuilt, but not completely!"), 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("Beware the Terranite! Only @@ would be brave enough to challenge them!", $MOST_HEROIC$), l("Monsters are dropping strange stuff! The world is changing!"), + l("Terrible manaquake hits the whole world, causing dramatic changes!"), + l("Archers start to appear on the game! It seems archery is easier now!"), l("All hail @@ and Andrei Sakar, heroes of the world!", $MOST_HEROIC$)); mesn getarg(0); mesq l("Bonjour! I am @@, and I am from the Press! Read the latest news with me!", getarg(0)); |