diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-13 23:24:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-13 23:24:33 -0300 |
commit | 834ba6a64a8d15ac9f6145bdaf1293e7f99bd3ca (patch) | |
tree | 028169a0f3dbfd91d71cf2dca75f2987877105dd | |
parent | 6c1be6c4455c8cdd5feb5660c56cb187db0db5c8 (diff) | |
download | serverdata-834ba6a64a8d15ac9f6145bdaf1293e7f99bd3ca.tar.gz serverdata-834ba6a64a8d15ac9f6145bdaf1293e7f99bd3ca.tar.bz2 serverdata-834ba6a64a8d15ac9f6145bdaf1293e7f99bd3ca.tar.xz serverdata-834ba6a64a8d15ac9f6145bdaf1293e7f99bd3ca.zip |
Some clarity
-rw-r--r-- | npc/functions/scoreboards.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 0a4caa263..860f4a700 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -451,13 +451,13 @@ function script rand_sponsor { 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 l("The [@@3600|lighting@@] hero: %s", $LIGHT_HOLDER$); + mes l("The [@@3604|fortress@@] hero: %s", $AEGIS_HOLDER$); + mes l("The [@@3602|accurate@@] hero: %s", $TYRAN_HOLDER$); + mes l("The [@@3603|sorcerer@@] hero: %s", $RUNES_HOLDER$); + mes l("The [@@3601|frontier@@] hero: %s", $DEMUR_HOLDER$); if ($SHADY_HOLDER$ != "") - mes l("The anti-hero: %s", $SHADY_HOLDER$); + mes l("The @@3605|anti-hero@@: %s", $SHADY_HOLDER$); mes ""; } else { mes l("The absolute hero: %s", l("Andrei Sakar")); |