diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-30 12:49:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-30 12:49:28 -0300 |
commit | c24ae422cfd7a059a23ac69762bc96920427907a (patch) | |
tree | 0043433924e29b5bd4ee43ede234e9019b28478d | |
parent | e664a7e3b99a27b0e41619d9faac342bb154f1ab (diff) | |
download | serverdata-c24ae422cfd7a059a23ac69762bc96920427907a.tar.gz serverdata-c24ae422cfd7a059a23ac69762bc96920427907a.tar.bz2 serverdata-c24ae422cfd7a059a23ac69762bc96920427907a.tar.xz serverdata-c24ae422cfd7a059a23ac69762bc96920427907a.zip |
Adjustments
-rw-r--r-- | db/re/item_db.conf | 4 | ||||
-rw-r--r-- | npc/001-1/rewards.txt | 2 | ||||
-rw-r--r-- | npc/003-1/events.txt | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index aac3a0fc3..31549f2b5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5399,9 +5399,9 @@ item_db: ( Buy: 14000 Sell: 8000 Weight: 1200 - Def: 250 + Def: 55 Loc: "EQP_HEAD_MID" - EquipLv: 15 + EquipLv: 25 Refine: true ViewSprite: 1310 }, diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 9a0abc141..92e387098 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -43,8 +43,10 @@ OnInit: sellitem Googles,600; // Temporary, Seasonal, for events, rare drops, next release + sellitem BlacksmithAxe, 36000; sellitem DesertBow, 9000; sellitem MiereCleaver, 3000; + sellitem Chainmail, 3000; sellitem LeatherShirt, 350; sellitem JeansShorts, 300; diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index ecc7f1532..66feed4f4 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -63,7 +63,9 @@ OnInit: tradertype(NST_CUSTOM); // Rares - sellitem BlacksmithAxe, 13500; + sellitem BlacksmithAxe, 64000; + sellitem MiereCleaver, 32000; + sellitem Kanabo, 13500; sellitem PiouEgg, 9350; sellitem AxeHat, 8000; sellitem Googles, 6000; @@ -84,6 +86,7 @@ OnInit: // Equipment sellitem WoodenSword, 5500; + sellitem Chainmail, 2500; sellitem LeatherShirt, 800; sellitem JeansShorts, 600; sellitem ShortBow, 500; |