From 0518a2761abbb1dbaeebaa7f1e839d8f35edad2a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Apr 2019 20:44:28 -0300 Subject: 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 --- db/re/item_db.conf | 16 ++++++++-------- npc/functions/scoreboards.txt | 4 +++- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1542b44d1..b2f6f2f0e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5930,9 +5930,9 @@ item_db: ( if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAspdRate,10; bonus bAddMaxWeight,100; + bonus bMaxSPrate,-10; + bonus bLuk,-1; } - bonus bMaxSPrate,-10; - bonus bLuk,-1; "> }, { @@ -5952,9 +5952,9 @@ item_db: ( if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAspdRate,16; bonus bAddMaxWeight,200; + bonus bMaxSPrate,-20; + bonus bLuk,-2; } - bonus bMaxSPrate,-20; - bonus bLuk,-2; "> }, { @@ -5974,9 +5974,9 @@ item_db: ( if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAspdRate,23; bonus bAddMaxWeight,300; + bonus bMaxSPrate,-30; + bonus bLuk,-3; } - bonus bMaxSPrate,-30; - bonus bLuk,-3; "> }, { @@ -5996,9 +5996,9 @@ item_db: ( if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAspdRate,30; bonus bAddMaxWeight,400; + bonus bMaxSPrate,-40; + bonus bLuk,-4; } - bonus bMaxSPrate,-40; - bonus bLuk,-4; "> }, { 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"); -- cgit v1.2.3-60-g2f50