diff options
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | npc/001-1/rewards.txt | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2ffd417d3..ac63adc0c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -8315,7 +8315,7 @@ item_db: ( Weight: 1 Atk: 0 Matk: 0 - Def: 1 + Def: 21 Range: 0 Slots: 0 Job: { diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 915c58f7d..34f591e2c 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -31,9 +31,13 @@ OnInit: tradertype(NST_CUSTOM); + //sellitem GoldenWarlordPlate,2500; // Item still not balanced sellitem ThunderStaff,2000; - sellitem Grenade,3; - sellitem ElixirOfLife,2; + sellitem PiouEgg,500; + sellitem Googles,80; + sellitem PetcaringGuide,5; // I needed to add this somewhere + sellitem ElixirOfLife,3; + sellitem Grenade,2; sellitem Curshroom,1; end; |