diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-18 00:24:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-18 00:24:54 -0300 |
commit | c78e07a41f1c066539fc80bbfe74b3917f731279 (patch) | |
tree | 668e4685bc75fb6d27fd60fee2fb59fbce9200f8 /db/re/item_db.conf | |
parent | fde4a3955ddff423befc8ca10960d57286ca4128 (diff) | |
download | serverdata-c78e07a41f1c066539fc80bbfe74b3917f731279.tar.gz serverdata-c78e07a41f1c066539fc80bbfe74b3917f731279.tar.bz2 serverdata-c78e07a41f1c066539fc80bbfe74b3917f731279.tar.xz serverdata-c78e07a41f1c066539fc80bbfe74b3917f731279.zip |
Allow some NPCs to blink, and update various legacy setunitdata()
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1b1381659..4b6bf312a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6481,7 +6481,7 @@ item_db: ( { Id: 1318 AegisName: "UglyChristmasSweater" - Name: "Tneck Sweater" + Name: "Christmas Sweater" Type: "IT_ARMOR" Buy: 12000 Sell: 800 @@ -10369,6 +10369,27 @@ item_db: ( Sprite: 0 }, { + Id: 2984 + AegisName: "NPCEyes" + Name: "NPC Blinking Eyes" + Type: "IT_ARMOR" + Buy: 320000 + Sell: 1 + Weight: 200 + Def: -100 + Range: 0 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 150 + Refine: false + ViewSprite: 2984 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, +{ Id: 3200 AegisName: "Shemagh" Name: "Shemagh" |