diff options
-rw-r--r-- | db/re/item_db.conf | 7 | ||||
-rw-r--r-- | npc/001-1/rewards.txt | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0ef16b23f..452409b7e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5805,10 +5805,13 @@ item_db: ( Buy: 7000 Sell: 1800 Weight: 45 - Def: 3 + Def: 0 Loc: "EQP_ACC_L" - EquipLv: 54 + EquipLv: 26 Refine: false + Script: <" + bonus bHitRate,15; + "> }, { Id: 1158 diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 002fb3ecc..21ed23d32 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -48,9 +48,10 @@ OnInit: sellitem TopHat, 1220; sellitem HeartGlasses,960; sellitem BowlerHat, 720; - sellitem BrimmedFeatherHat, 540; sellitem AshUrn,630; + sellitem BrimmedFeatherHat, 540; sellitem Googles,540; + sellitem LeatherBall, 480; sellitem Barrel,400; // Temporary, Seasonal, for events, rare drops, next release |