diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-03-05 22:22:53 +0100 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2024-04-14 11:11:47 +0200 |
commit | b00e702128b3651d13e084b1a7aebb668acc3912 (patch) | |
tree | 6fe437ffc75f360d5e85ac12e776f5a0b9b80852 /world | |
parent | 28c77133d1721d1fa7146d9a3a66a7b9b3502883 (diff) | |
download | serverdata-b00e702128b3651d13e084b1a7aebb668acc3912.tar.gz serverdata-b00e702128b3651d13e084b1a7aebb668acc3912.tar.bz2 serverdata-b00e702128b3651d13e084b1a7aebb668acc3912.tar.xz serverdata-b00e702128b3651d13e084b1a7aebb668acc3912.zip |
disable some without quest
Diffstat (limited to 'world')
-rw-r--r-- | world/map/db/item_db.conf | 2 | ||||
-rw-r--r-- | world/map/db/item_db_generic.txt | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 472b5ca1..30726bdb 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -5553,6 +5553,7 @@ item_db: ( noauction: true noselltonpc: true } + //Disabled: true // @TMWA }, { Id: 5327 @@ -5586,6 +5587,7 @@ item_db: ( noauction: true noselltonpc: true } + //Disabled: true // @TMWA }, /* Chest Armor */ { diff --git a/world/map/db/item_db_generic.txt b/world/map/db/item_db_generic.txt index c109ea82..c159791c 100644 --- a/world/map/db/item_db_generic.txt +++ b/world/map/db/item_db_generic.txt @@ -278,6 +278,6 @@ 5316, BromenalOre, 3, 3200, 1600, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} //5317, BromenalIngot, 3, 30000, 3300, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} 5318, BromenalDroplet, 3, 15000, 1500, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} -5319, ShadowPlantCrystalDust, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} +//5319, ShadowPlantCrystalDust, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} 5327, CopperOre, 3, 3200, 1600, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} -5328, CopperIngot, 3, 20000, 2200, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} +//5328, CopperIngot, 3, 20000, 2200, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} |