diff options
author | Haru <haru@dotalux.com> | 2016-11-15 01:07:35 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-11-20 18:10:34 +0100 |
commit | 0f1d29091b3397a790b39ef5fa87555b1e8eee87 (patch) | |
tree | 9ab7eac07bc41c327063f227e01e1a2522d7653b /db/pre-re/item_db.conf | |
parent | 28c710b1762cefd59285d340b996048287978141 (diff) | |
download | hercules-0f1d29091b3397a790b39ef5fa87555b1e8eee87.tar.gz hercules-0f1d29091b3397a790b39ef5fa87555b1e8eee87.tar.bz2 hercules-0f1d29091b3397a790b39ef5fa87555b1e8eee87.tar.xz hercules-0f1d29091b3397a790b39ef5fa87555b1e8eee87.zip |
Synchronized the AegisNames to the in-source ITEMID_ constants
Some missing items were copied to the pre-renewal database. In general,
when an item ID is hardcoded in source, it's preferable that the item
exists in both databases.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r-- | db/pre-re/item_db.conf | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index b2edf0cb0..e99a046c7 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -56413,6 +56413,21 @@ item_db: ( Weight: 10 }, { + Id: 6415 + AegisName: "Strange_Embryo" + Name: "Strange Embryo" + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } +}, +{ Id: 6493 AegisName: "Makibishi" Name: "Makibishi" @@ -74523,6 +74538,25 @@ item_db: ( Script: <" packageitem(); "> }, { + Id: 12622 + AegisName: "Boarding_Halter" + Name: "Halter Lead" + Type: 11 + Buy: 20 + Delay: 3000 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" setcashmount(); "> +}, +{ Id: 12701 AegisName: "Old_Blue_Box_F" Name: "Old Blue Box" @@ -94906,6 +94940,62 @@ item_db: ( bonus2 bAddSize,Size_Large,40; "> }, +{ + Id: 16030 + AegisName: "Pilebuncker_S" + Name: "Pile Bunker S" + Type: 4 + Weight: 3000 + Atk: 400 + Range: 1 + Slots: 1 + Job: { + Blacksmith: true + } + Upper: 56 + Loc: 2 + WeaponLv: 4 + EquipLv: 130 + View: 8 + Script: <" bonus bAspdRate, (getrefine() / 2); "> +}, +{ + Id: 16031 + AegisName: "Pilebuncker_P" + Name: "Pile Bunker P" + Type: 4 + Weight: 4000 + Atk: 450 + Range: 1 + Job: { + Blacksmith: true + } + Upper: 56 + Loc: 2 + WeaponLv: 4 + EquipLv: 130 + View: 8 + Script: <" bonus bBaseAtk, (getrefine() * 5); "> +}, +{ + Id: 16032 + AegisName: "Pilebuncker_T" + Name: "Pile Bunker T" + Type: 4 + Weight: 3500 + Atk: 400 + Range: 1 + Slots: 1 + Job: { + Blacksmith: true + } + Upper: 56 + Loc: 2 + WeaponLv: 4 + EquipLv: 130 + View: 8 + Script: <" bonus bUseSPrate, - getrefine(); "> +}, //== More Rental Boxes ===================================== { |