diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-22 21:31:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-22 21:31:00 -0300 |
commit | 48237eac9c25b0c4207f2919c3996506b5a6bbd2 (patch) | |
tree | 89707f06cedad6e29f3bf4dcadf6d6be884fdc1b /db/re | |
parent | 4338b4ca9aea3267054401a23fd8c90c352cb609 (diff) | |
download | serverdata-48237eac9c25b0c4207f2919c3996506b5a6bbd2.tar.gz serverdata-48237eac9c25b0c4207f2919c3996506b5a6bbd2.tar.bz2 serverdata-48237eac9c25b0c4207f2919c3996506b5a6bbd2.tar.xz serverdata-48237eac9c25b0c4207f2919c3996506b5a6bbd2.zip |
[skip ci] Add another NPC-Only armor for Azwell the Alchemist.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ef5e0a1ba..6531eb638 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6006,6 +6006,28 @@ item_db: ( } }, { + Id: 1336 + AegisName: "AlchemistArmor" + Name: "Alchemist Armor" + Type: "IT_ARMOR" + Buy: 1000000 + Sell: 100 + Weight: 120 + Def: 50 + Loc: "EQP_HEAD_MID" + EquipLv: 80 + Refine: true + ViewSprite: 1336 + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } +}, +{ Id: 1800 AegisName: "LousyMoccasins" Name: "Lousy Moccasins" |