From 4572124a2d5a76e741e4b9859ba901a27c4acf8d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Jun 2019 19:36:11 -0300 Subject: MercBox(AA,BB,CC,DD,EE) → Extreme chance to give designed mercenary tier card. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/re/item_db.conf | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 938401b1b..e59531f32 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12684,6 +12684,112 @@ item_db: ( callfunc "merc_boxset", 200, 1200, 4200, 9200, 800; "> }, +// 7503 and 7504 are free +{ + Id: 7505 + AegisName: "MercBoxAA" + Name: "Mercenary Boxset AA" + 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", BaseLevel/40, BaseLevel/20, BaseLevel, BaseLevel*2, 9000; + "> +}, +{ + Id: 7506 + AegisName: "MercBoxBB" + Name: "Mercenary Boxset BB" + 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", BaseLevel/40, BaseLevel/20, BaseLevel, 9000, BaseLevel*2; + "> +}, +{ + Id: 7507 + AegisName: "MercBoxCC" + Name: "Mercenary Boxset CC" + 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", BaseLevel/40, BaseLevel/20, 9000, BaseLevel, BaseLevel*2; + "> +}, +{ + Id: 7508 + AegisName: "MercBoxDD" + Name: "Mercenary Boxset DD" + 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", BaseLevel/40, 9000, BaseLevel/20, BaseLevel, BaseLevel*2; + "> +}, +{ + Id: 7509 + AegisName: "MercBoxEE" + Name: "Mercenary Boxset EE" + 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", 9000, BaseLevel/40, BaseLevel/20, BaseLevel, BaseLevel*2; + "> +}, { Id: 7510 -- cgit v1.2.3-60-g2f50