diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/hasan.txt | 2 | ||||
-rw-r--r-- | npc/functions/scoreboards.txt | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 08d9cacdb..5108c0b2d 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -87,7 +87,7 @@ L_Complete: mesq l("I am collecting money for the Yearly Autumn Scorpion Hunter quest."); mesq l("You're, of course, invited. Thus far, the total prize money I've collected is @@ GP.", $HASAN_GP); if (season() == AUTUMN || $@GM_OVERRIDE || is_staff()) { - mesq l("You've killed @@ scorpions, and a total of @@ were killed this season.", getq2(SQuest_Autumn), $HASAN_ST); + mesq l("You've killed @@ scorpions, and a total of @@ were killed this season.", fnum(getq2(SQuest_Autumn)), fnum($HASAN_ST)); mesq l("If the event ended now, you would get @@ GP.", getq2(SQuest_Autumn)*$HASAN_GP/$HASAN_ST); mes ""; mesc l("Note: Poll may increase more than total money donated depending on current date."); diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index c020781d2..6a7965480 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -739,11 +739,16 @@ function script HallOf2021 { mes l("No victor appliable."); mes ""; mes l(".:: Hasan Scorpion Killing Challenge 2021 ::."); - mesc l("September 22nd - December 20th"); + //mesc l("September 22nd - December 20th"); + mes l("1. Duke M - 16,016"); + mes l("2. andulkaT - 6,000"); + mes l("3. Sharli - 4,419"); + mesc l("4. poppet - 3,826"); + mesc l("5. girl flapper - 2,487"); mes ""; mes l(".:: Thanksgiving 2021 ::."); - mesc l("November 1st - November 30th"); - //mes l("No victor appliable."); + //mesc l("November 1st - November 30th"); + mes l("No victor appliable."); mes ""; mes l(".:: Christmas 2021 ::."); mesc l("Scheduled: December 19th - January 2nd"); |