diff options
-rw-r--r-- | db/re/item_db.conf | 5 | ||||
-rw-r--r-- | npc/003-3/malindou.txt | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 47eeb0cff..da0dd14e4 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -14800,10 +14800,7 @@ item_db: ( noauction: true } Script: <" - if (BaseLevel < 40) - mercenary_create 1211, 3600000; - else - delitem MercCard_EH, 1; + mercenary_create 1211, 3600000; "> }, // Additional usable items diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 3da53f9cb..d5ebffd8e 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -541,6 +541,12 @@ OnPCBaseLvUpEvent: sc_end SC_CASH_RECEIVEITEM; } break; + // Events + case 40: + if (countitem(MercCard_EH)) + delitem MercCard_EH, countitem(MercCard_EH); + break; + // Referral and Eisten case 25: if (#REFERRAL_PROG && BaseLevel == 25 && #REFERRAL_CTRL < 1) { #REFERRAL_CTRL=1; |