diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-12 11:59:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-12 11:59:35 -0300 |
commit | 1565213f92f590cd80f9d4c0a95ca12b231baa1d (patch) | |
tree | 2bf3a0cabb1658e48f31a3dc84fb247a94e5f0b9 | |
parent | 78c94a646f7bc28c0d7b98fa0c6479049654945f (diff) | |
download | serverdata-1565213f92f590cd80f9d4c0a95ca12b231baa1d.tar.gz serverdata-1565213f92f590cd80f9d4c0a95ca12b231baa1d.tar.bz2 serverdata-1565213f92f590cd80f9d4c0a95ca12b231baa1d.tar.xz serverdata-1565213f92f590cd80f9d4c0a95ca12b231baa1d.zip |
Card ID 7594 Event Horizon
-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 |