diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1d786c04b..211fd5d63 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -82611,6 +82611,16 @@ item_db: ( Script: <" packageitem(); "> }, { + Id: 12609 + AegisName: "Old_Ore_Box" + Name: "Old Ore Box" + Type: 2 + Buy: 20 + Weight: 100 + Upper: 63 + Script: <" packageitem(); "> +}, +{ Id: 12612 AegisName: "Old_Coin_Pocket" Name: "Shabby Coin Bag" @@ -84761,6 +84771,30 @@ item_db: ( EquipLv: 100 }, { + Id: 12831 + AegisName: "Potion_Box" + Name: "Potion Box" + Type: 2 + Buy: 0 + Weight: 50 + Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + getitem 545,100; + getitem 546,100; + getitem 547,100; + getitem 505,100; + "> +}, +{ Id: 12848 AegisName: "Falcon_Flute" Name: "Falcon Flute" @@ -118244,6 +118278,28 @@ item_db: ( "> }, { + Id: 22777 + AegisName: "Buff_Gift_Set" + Name: "Buff Gift Set" + Type: 2 + Buy: 20 + Weight: 100 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + getitem 14534,5; + getitem 12215,5; + getitem 12216,5; + "> +}, +{ Id: 22837 AegisName: "Integer_Time" Name: "Integer Time" |