From e0350af731b50bdcca7d297b036225f38ebc734b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Apr 2018 11:43:18 -0300 Subject: New item selection for Aeros Shop --- db/re/item_db.conf | 11 +++++------ npc/001-1/rewards.txt | 10 +++++----- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e2f46bf0c..9da5b8990 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9878,17 +9878,16 @@ item_db: ( AegisName: "PiouSlayer" Name: "Piou Slayer" Type: "IT_WEAPON" - Buy: 1100 + Buy: 11000 Sell: 300 - Weight: 26 - Atk: 200 + Weight: 1600 + Atk: 150 Matk: 0 - Def: 0 Range: 0 Slots: 0 Loc: "EQP_HAND_R" WeaponLv: 1 - EquipLv: 3 + EquipLv: 30 Refine: false Subtype: "W_DAGGER" BindOnEquip: false @@ -10146,7 +10145,7 @@ item_db: ( }, { Id: 3513 - AegisName: "AncientSWord" + AegisName: "AncientSword" Name: "Ancient Sword" Type: "IT_WEAPON" Buy: 90 diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 3da27504f..ad716bebe 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -29,22 +29,22 @@ OnInit: .sex = G_MALE; .distance = 5; - .currency$="coins"; tradertype(NST_CUSTOM); // Equipment sellitem ThunderStaff,20000; - sellitem PiouEgg,5000; + sellitem PiouEgg,4500; sellitem BowlerHat, 800; sellitem AshUrn,700; sellitem Googles,600; + sellitem BunnyEars, 500; // Temporary, Seasonal, for events, rare drops, next release - sellitem BunnyEars, 450; + sellitem ChampionshipBow, 1000; sellitem JeansShorts, 300; - sellitem WoodenSword, 150; - sellitem Dagger, 100; + sellitem PiouSlayer, 150; + sellitem WoodenSword, 100; // Temporary, but later may sell rare dyes (eg. golden?) sellitem RedCottonDye, 50; -- cgit v1.2.3-70-g09d2