summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-15 20:11:19 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-15 20:11:19 -0300
commitc70ab0974be49cfade40a1eebd44d83b71e65b4c (patch)
tree1caf13302bc58be57689df3547a72e2cadef7a8d /db/re/item_db.conf
parent4572124a2d5a76e741e4b9859ba901a27c4acf8d (diff)
downloadserverdata-c70ab0974be49cfade40a1eebd44d83b71e65b4c.tar.gz
serverdata-c70ab0974be49cfade40a1eebd44d83b71e65b4c.tar.bz2
serverdata-c70ab0974be49cfade40a1eebd44d83b71e65b4c.tar.xz
serverdata-c70ab0974be49cfade40a1eebd44d83b71e65b4c.zip
As we're at it - add MercBoxD and MercBoxE even if I probably won't use them.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf43
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"