diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-25 20:44:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-25 20:44:28 -0300 |
commit | 0518a2761abbb1dbaeebaa7f1e839d8f35edad2a (patch) | |
tree | 931abc431825c547ae3bfbc713e67605252f93e0 /npc | |
parent | 090f16acc5146162df1a3e7a524a45d9a7070ac0 (diff) | |
download | serverdata-0518a2761abbb1dbaeebaa7f1e839d8f35edad2a.tar.gz serverdata-0518a2761abbb1dbaeebaa7f1e839d8f35edad2a.tar.bz2 serverdata-0518a2761abbb1dbaeebaa7f1e839d8f35edad2a.tar.xz serverdata-0518a2761abbb1dbaeebaa7f1e839d8f35edad2a.zip |
Record Easter 2019 Winner + No Quiver Penalty for non-archers.
This makes switching char builds (melee/ranged) less punishing.
Note: ManaPlus have a function to auto-switch them %%N
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/scoreboards.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 71c1a5abf..a7069cdb3 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -324,7 +324,9 @@ function script HallOf2019 { mesc l("TMW2 Day marks the server birthdate. Do not mistake with TMW2 Anniversary."); mes ""; mes l(".:: Easter 2019 ::."); - mesc l("Scheduled: April 17th - 24th"); + //mesc l("Scheduled: April 17th - 24th"); + mes l("In honor of Woody, winner of Easter 2018."); + mesc l("Unfortunately, other victor's names weren't logged."); mes ""; mes l(".:: Worker Day ::."); mesc l("Scheduled: April 27th - May 3rd"); |