From 0f1d29091b3397a790b39ef5fa87555b1e8eee87 Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 15 Nov 2016 01:07:35 +0100 Subject: 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 --- db/pre-re/item_db.conf | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) (limited to 'db/pre-re/item_db.conf') 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 @@ -56412,6 +56412,21 @@ item_db: ( Type: 3 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" @@ -74522,6 +74537,25 @@ item_db: ( Weight: 100 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" @@ -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 ===================================== { -- cgit v1.2.3-70-g09d2