diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-24 17:36:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-24 17:36:12 -0300 |
commit | 57f6fcc4cc0d74979f7ed2a8068d5c9fb0d62896 (patch) | |
tree | 1e9b51cc441a60839d356b3dc583818a2cb8a98a /db/re/item_db.conf | |
parent | 3db1d71859f010566449b787b947c3a9241176a8 (diff) | |
download | serverdata-57f6fcc4cc0d74979f7ed2a8068d5c9fb0d62896.tar.gz serverdata-57f6fcc4cc0d74979f7ed2a8068d5c9fb0d62896.tar.bz2 serverdata-57f6fcc4cc0d74979f7ed2a8068d5c9fb0d62896.tar.xz serverdata-57f6fcc4cc0d74979f7ed2a8068d5c9fb0d62896.zip |
Include Emperium (with same original ID), so now you can create guilds
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 53 |
1 files changed, 28 insertions, 25 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index caf396b4d..1dbd0f3cb 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2502,26 +2502,14 @@ item_db: ( }, { Id: 714 - AegisName: "AquadaBox" - Name: "Aquada Box" - Type: "IT_ETC" - Buy: 2 + AegisName: "Emperium" + Name: "Emperium" + Buy: 2000000 Sell: 1 - Weight: 850 - Gender: "SEX_ANY" - WeaponLv: 0 - EquipLv: 0 - Refine: false - ViewSprite: 714 - BindOnEquip: false + Weight: 5 BuyingStore: true - Delay: 0 - Trade: { - nodrop: true - noselltonpc: true - } - Sprite: 0 }, +// ID 714 Aquada Box moved to ID 864 { Id: 715 AegisName: "CroconutBox" @@ -2808,14 +2796,7 @@ item_db: ( Delay: 0 Sprite: 0 }, -{ - Id: 730 - AegisName: "GuildCertification" - Name: "Guild Certification" - Type: "IT_ETC" - Buy: 100000 - Sell: 100 -}, +// ID 730 is free { Id: 731 AegisName: "Diamond" @@ -4994,6 +4975,28 @@ item_db: ( Weight: 12 }, { + Id: 864 + AegisName: "AquadaBox" + Name: "Aquada Box" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 850 + Gender: "SEX_ANY" + WeaponLv: 0 + EquipLv: 0 + Refine: false + ViewSprite: 714 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Trade: { + nodrop: true + noselltonpc: true + } + Sprite: 0 +}, +{ Id: 1000 AegisName: "BromenalFourLeafAmulet" Name: "Bromenal Four-Leaf Amulet" |