diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/db/item_db.conf | 69 | ||||
-rw-r--r-- | world/map/db/item_db_generic.txt | 7 |
2 files changed, 72 insertions, 4 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 7a6f07a8..f72068f8 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -3698,7 +3698,7 @@ item_db: ( Type: "IT_ETC" Buy: 500 Sell: 250 - Weight: 10 + Weight: 25 Def: 0 Refine: false ViewSprite: 863 @@ -5225,10 +5225,75 @@ item_db: ( Type: "IT_ETC" Buy: 0 Sell: 0 + Weight: 1111 + Refine: false + ViewSprite: 5293 + Trade: { + notrade: true + nodrop: true + nostorage: false + nogstorage: false + nomail: true + noauction: true + noselltonpc: true + } + //Disabled: true // @TMWA +}, +{ + Id: 5295 + AegisName: "PinkFlowerSeed" + Name: "Pink Flower Seed" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5295 + Trade: { + notrade: true + nodrop: true + nostorage: false + nogstorage: false + nomail: true + noauction: true + noselltonpc: true + } + //Disabled: true // @TMWA +}, +{ + Id: 5296 + AegisName: "SilverIngot" + Name: "Silver Ingot" + Type: "IT_ETC" + Buy: 20000 + Sell: 2200 Weight: 1000 Def: 0 Refine: false - ViewSprite: 5293 + ViewSprite: 5296 + Trade: { + notrade: true + nodrop: true + nostorage: false + nogstorage: false + nomail: true + noauction: true + noselltonpc: true + } + //Disabled: true // @TMWA +}, +{ + Id: 5297 + AegisName: "GoldenTooth" + Name: "Golden Tooth" + Type: "IT_ETC" + Buy: 20000 + Sell: 2000 + Weight: 40 + Def: 0 + Refine: false + ViewSprite: 5297 //Disabled: true // @TMWA }, /* Chest Armor */ diff --git a/world/map/db/item_db_generic.txt b/world/map/db/item_db_generic.txt index 0dce530b..97969dbd 100644 --- a/world/map/db/item_db_generic.txt +++ b/world/map/db/item_db_generic.txt @@ -136,7 +136,7 @@ 860, SquirrelPelt, 3, 50, 25, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 861, WhiteBellTuber, 3, 20, 10, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 862, IcedWater, 3, 100, 50, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} -863, SilverMirror, 3, 500, 250, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +863, SilverMirror, 3, 500, 250, 25, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 864, BookPage, 3, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 866, LeatherSuitcase, 3, 4000, 2000, 12000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 869, Antlers, 3, 4000, 2000, 3000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} @@ -265,4 +265,7 @@ 5279, Carrot, 3, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} 5288, Naftalin, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 5292, SilverOre, 3, 1600, 800, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} -//5293, CrystallizedDragonBlood,3, 0, 0, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +//5293, CrystallizedDragonBlood,3, 0, 0, 1111, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} +//5295, PinkFlowerSeed, 3, 0, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} +//5296, SilverIngot, 3, 20000, 2200, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} +//5297, GoldenTooth, 3, 20000, 2000, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} |