diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1efddfd44..68c0831cd 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3290,7 +3290,7 @@ item_db: ( AegisName: "RidingMouboo" Name: "Riding Mouboo" Type: "IT_ARMOR" - Loc: ["EQP_HAND_R", "EQP_HAND_L"] + Loc: ["EQP_HAND_R", "EQP_HAND_L", "EQP_SHADOW_SHOES"] Buy: 7500000 Sell: 50000 Weight: 500 @@ -3317,8 +3317,6 @@ item_db: ( bonus bBaseAtk,-700; "> OnEquipScript: <" - // Common Mount: Force unequip Legendary Mount - unequip(EQI_SHADOW_SHOES); setmount 1; "> OnUnequipScript: <" @@ -3330,7 +3328,7 @@ item_db: ( AegisName: "RidingTortuga" Name: "Riding Tortuga" Type: "IT_ARMOR" - Loc: ["EQP_HAND_R", "EQP_HAND_L"] + Loc: ["EQP_HAND_R", "EQP_HAND_L", "EQP_SHADOW_SHOES"] Buy: 7500000 Sell: 50000 Weight: 500 @@ -3357,8 +3355,6 @@ item_db: ( bonus bBaseAtk,-700; "> OnEquipScript: <" - // Common Mount: Force unequip Legendary Mount - unequip(EQI_SHADOW_SHOES); setmount 2; "> OnUnequipScript: <" @@ -3401,8 +3397,6 @@ item_db: ( */ "> OnEquipScript: <" - // Legendary Mount: Force unequip Common Mount (well... Backfires) - unequip(EQI_HAND_L); setmount 1; "> OnUnequipScript: <" @@ -3445,8 +3439,6 @@ item_db: ( */ "> OnEquipScript: <" - // Legendary Mount: Force unequip Common Mount (well... Backfires) - unequip(EQI_HAND_L); setmount 2; "> OnUnequipScript: <" |