diff options
-rw-r--r-- | db/re/item_db.conf | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e59531f32..9406cbe21 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12684,7 +12684,48 @@ item_db: ( callfunc "merc_boxset", 200, 1200, 4200, 9200, 800; "> }, -// 7503 and 7504 are free +{ + Id: 7503 + AegisName: "MercBoxD" + Name: "Mercenary Boxset D" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 135 + KeepAfterUse: false + Refine: false + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + callfunc "merc_boxset", 400, 1500, 5700, 7200, 800; + "> +}, +{ + Id: 7504 + AegisName: "MercBoxE" + Name: "Mercenary Boxset E" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 135 + KeepAfterUse: false + Refine: false + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + callfunc "merc_boxset", 900, 5000, 5700, 3200, 800; + "> +}, { Id: 7505 AegisName: "MercBoxAA" |