From 2005d3d3affe1d911be798c7b6f249736cb9530e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 22 Jun 2019 18:31:43 -0300 Subject: Meh, it was so easy all along... --- db/re/item_db.conf | 12 ++---------- 1 file 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: <" -- cgit v1.2.3-60-g2f50