From c70ab0974be49cfade40a1eebd44d83b71e65b4c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Jun 2019 20:11:19 -0300 Subject: As we're at it - add MercBoxD and MercBoxE even if I probably won't use them. --- db/re/item_db.conf | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3-60-g2f50