From 303d06d103c20bf8f995d4e7280e1d5a7103b8cf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 Oct 2021 12:56:52 -0300 Subject: Hall of Game - Report the five legendary heroes when they appear --- npc/functions/scoreboards.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'npc') diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index c5607ba49..3fb087978 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -423,6 +423,17 @@ function script rand_sponsor { // HallOfGame() function script HallOfGame { mes l("World hero: %s", $MOST_HEROIC$); + if ($GAME_STORYLINE >= 4) { + mes l("The lighting hero: %s", $LIGHT_HOLDER$); + mes l("The fortress hero: %s", $AEGIS_HOLDER$); + mes l("The accurate hero: %s", $TYRAN_HOLDER$); + mes l("The sorcerer hero: %s", $RUNES_HOLDER$); + mes l("The frontier hero: %s", $DEMUR_HOLDER$); + mes ""; + } else { + mes l("The absolute hero: %s", l("Andrei Sakar")); + mes ""; + } mes l("Planted Trees: %s", fnum($TREE_PLANTED)); mes l("Players Killed in PvP: %s", fnum($PLAYERS_KILLED)); mes l("Monsters Killed in PvE: %s", fnum($MONSTERS_KILLED)); -- cgit v1.2.3-70-g09d2