diff options
-rw-r--r-- | npc/003-1/aahna.txt | 1 | ||||
-rw-r--r-- | npc/functions/scoreboards.txt | 11 |
2 files changed, 9 insertions, 3 deletions
diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt index 94fff454a..93f52cdf3 100644 --- a/npc/003-1/aahna.txt +++ b/npc/003-1/aahna.txt @@ -5,6 +5,7 @@ // Description: // This NPC serves no purpose currently. She is here to make Tulimshar more crowded. // Now a believer to announce Halinarzo and Alvasus Quest. +// TODO: During rainy days, she could ask for an Umbrella 003-1,53,128,0 script Aahna NPC_ELVEN_FEMALE,{ mesn; diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 7524a5a64..60a7abe26 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -349,11 +349,16 @@ function script HallOf2019 { mesc l("Unfortunately, other victor's names weren't logged."); mes ""; mes l(".:: Worker Day ::."); - mes l("No victor appliable."); //mesc l("Scheduled: April 27th - May 3rd"); + mes l("No victor appliable."); next; mes l(".:: Ched's Summer 2019 ::."); - mesc l("June 21st - September 21st"); + //mesc l("June 21st - September 21st"); + mes ("1. Woody - 3954"); + mes ("2. Crazyfefe - 2092"); + mes ("3. Lilanna - 462"); + mes ("4. Orby - 281"); + mes ("5. Saulc - 246"); mes ""; /* mes l(".:: Chocolate Day ::."); @@ -362,12 +367,12 @@ function script HallOf2019 { mes ""; */ mes l(".:: Open Beta 2019 ::."); + //mesc l("Scheduled: July 20th ~ 31st"); mes l("1. Jesusalva - 65"); mes l("2. Kolchak - 63"); mes l("3. Xanthem - 56"); mesc l("4. seeds - 43"); mesc l("5. dangerDuck - 23"); - //mesc l("Scheduled: July 20th ~ 31st"); mes ""; mes l(".:: Free Software Day ::."); mesc l("Event Canceled"), 1; |