diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-19 17:45:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-19 17:45:54 -0300 |
commit | 48dc0d1f198126d565c2db11f5cc903849212931 (patch) | |
tree | 7eeac480e1ba7814902ee02edc3aa436c746091a | |
parent | f4790a2c911b6b09cc747beb192f2d7733ca7725 (diff) | |
download | serverdata-48dc0d1f198126d565c2db11f5cc903849212931.tar.gz serverdata-48dc0d1f198126d565c2db11f5cc903849212931.tar.bz2 serverdata-48dc0d1f198126d565c2db11f5cc903849212931.tar.xz serverdata-48dc0d1f198126d565c2db11f5cc903849212931.zip |
Minor inconsistencies or notes.
-rw-r--r-- | npc/002-3/nard.txt | 2 | ||||
-rw-r--r-- | npc/functions/news.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 0a51fcfdd..e14c3668d 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -5,7 +5,7 @@ // Jesusalva // Description: // Captain Nard dialogs. -// Nard is a fair merchant ship's captain. +// Nard is a fair merchant ship's captain. The real Nard passed away in 21/04/23 // Original Nard's from Evol by Qwerty Dragon and Reid 002-3,36,25,0 script Nard NPC_NARD,{ diff --git a/npc/functions/news.txt b/npc/functions/news.txt index e8ee82d31..cda6fbe28 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -369,8 +369,8 @@ function script Journalman { l("Effects from The Great Fire are still felt by the people."), l("Green Wars project says that @@ trees were planted by adventurers on the world!", format_number($TREE_PLANTED)), l("The Team For A Better PvP says that @@ players were killed in fair matches!", format_number($PLAYERS_KILLED)), - l("The Alliance says that @@ monsters have been slain since Hurnscald Siege!", format_number($MONSTERS_KILLED)), - l("All hail @@ and Andrei Sakar, heroes of the world!", $MOST_HEROIC$)); + l("The Alliance says that @@ monsters have been slain since Hurnscald Siege!", format_number($MONSTERS_KILLED)); + //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)); mes ""; |