diff options
-rw-r--r-- | db/re/item_db.conf | 22 | ||||
-rw-r--r-- | npc/017-6/azwell.txt | 4 |
2 files changed, 24 insertions, 2 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" diff --git a/npc/017-6/azwell.txt b/npc/017-6/azwell.txt index df82404a4..7d12ed886 100644 --- a/npc/017-6/azwell.txt +++ b/npc/017-6/azwell.txt @@ -105,8 +105,8 @@ OnTimer1000: OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, ChemistHelmet); - setunitdata(.@npcId, UDT_HEADMIDDLE, SorcererRobe); - setunitdata(.@npcId, UDT_HEADBOTTOM, BromenalPants); + setunitdata(.@npcId, UDT_HEADMIDDLE, AlchemistArmor); + setunitdata(.@npcId, UDT_HEADBOTTOM, CottonGloves); setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 14); setunitdata(.@npcId, UDT_HAIRCOLOR, 17); |