From 83d2b4b0ab6c731c34a5bc6de217c3346b87b1fb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 22 Jun 2019 18:30:22 -0300 Subject: Common Mount unequip Legendary Mount (needed bugfix). Legendary Mounts unequip shields and common mounts, though... --- db/re/item_db.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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: <" -- cgit v1.2.3-60-g2f50