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 | |
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
-rw-r--r-- | db/re/item_db.conf | 16 | ||||
-rw-r--r-- | 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"); |