diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-22 18:31:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-22 18:31:43 -0300 |
commit | 2005d3d3affe1d911be798c7b6f249736cb9530e (patch) | |
tree | 904112d271d8c32f54eb0a93ad9ebac6d85186f7 /db | |
parent | 83d2b4b0ab6c731c34a5bc6de217c3346b87b1fb (diff) | |
download | serverdata-2005d3d3affe1d911be798c7b6f249736cb9530e.tar.gz serverdata-2005d3d3affe1d911be798c7b6f249736cb9530e.tar.bz2 serverdata-2005d3d3affe1d911be798c7b6f249736cb9530e.tar.xz serverdata-2005d3d3affe1d911be798c7b6f249736cb9530e.zip |
Meh, it was so easy all along...
Diffstat (limited to 'db')
-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: <" |