From 31c6d4b9be6b03071db217d52d14e29966fdecfb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Dec 2020 17:02:20 -0300 Subject: Hasan's Ranking will only be shown once, when claiming reward, and never again. It is unavailable during the whole season, as well. --- npc/003-1/hasan.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 2472ddc9f..11df5e8ce 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -138,6 +138,13 @@ L_Complete: // Quest is closed setq1 SQuest_Autumn, 1970; + next; + mes ".:: Scoreboards ::."; + mesf("1. %s (%d)", $@hasn_name$[0], $@hasn_value[0]); + mesf("2. %s (%d)", $@hasn_name$[1], $@hasn_value[1]); + mesf("3. %s (%d)", $@hasn_name$[2], $@hasn_value[2]); + mesf("4. %s (%d)", $@hasn_name$[3], $@hasn_value[3]); + mesf("5. %s (%d)", $@hasn_name$[4], $@hasn_value[4]); } close; -- cgit v1.2.3-60-g2f50