diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-15 20:11:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-15 20:11:19 -0300 |
commit | c70ab0974be49cfade40a1eebd44d83b71e65b4c (patch) | |
tree | 1caf13302bc58be57689df3547a72e2cadef7a8d | |
parent | 4572124a2d5a76e741e4b9859ba901a27c4acf8d (diff) | |
download | serverdata-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.
-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" |