diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 40d758a93..47eeb0cff 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -14780,6 +14780,32 @@ item_db: ( getitem MercBoxA, 1; "> }, +{ + Id: 7594 + AegisName: "MercCard_EH" + Name: "Event Horizon Card" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 0 + Delay: 500 + UseEffect: "FX_MAGIC" + KeepAfterUse: true + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + if (BaseLevel < 40) + mercenary_create 1211, 3600000; + else + delitem MercCard_EH, 1; + "> +}, // Additional usable items { Id: 8000 |