summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 74eb11117..1efddfd44 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3317,6 +3317,8 @@ item_db: (
bonus bBaseAtk,-700;
">
OnEquipScript: <"
+ // Common Mount: Force unequip Legendary Mount
+ unequip(EQI_SHADOW_SHOES);
setmount 1;
">
OnUnequipScript: <"
@@ -3355,6 +3357,8 @@ item_db: (
bonus bBaseAtk,-700;
">
OnEquipScript: <"
+ // Common Mount: Force unequip Legendary Mount
+ unequip(EQI_SHADOW_SHOES);
setmount 2;
">
OnUnequipScript: <"
@@ -3397,6 +3401,8 @@ item_db: (
*/
">
OnEquipScript: <"
+ // Legendary Mount: Force unequip Common Mount (well... Backfires)
+ unequip(EQI_HAND_L);
setmount 1;
">
OnUnequipScript: <"
@@ -3439,6 +3445,8 @@ item_db: (
*/
">
OnEquipScript: <"
+ // Legendary Mount: Force unequip Common Mount (well... Backfires)
+ unequip(EQI_HAND_L);
setmount 2;
">
OnUnequipScript: <"