From ee68c6a10e0e828a7470e67133e65851272b162d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 22 Jun 2019 18:26:02 -0300 Subject: Common and Legendary mounts --- conf/map/battle/items.conf | 2 +- db/re/item_db.conf | 84 +++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 80 insertions(+), 6 deletions(-) diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf index e6d881a73..cc473310c 100644 --- a/conf/map/battle/items.conf +++ b/conf/map/battle/items.conf @@ -117,7 +117,7 @@ unequip_restricted_equipment: 1 bow_unequip_arrow: false // How much should rental mounts increase a player's movement speed? (Note 2) -// Official: 25 (Default) +// Official: 25 (Default) - Doesn't works :-( boarding_halter_speed: 0 // Allow to use items when the storage is open? diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 60b10fa7d..74eb11117 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3286,9 +3286,47 @@ item_db: ( // Mounts (690 to 699, probably there will be extra IDs) { - Id: 698 - AegisName: "LegendaryMouboo" - Name: "Legendary Mouboo" + Id: 696 + AegisName: "RidingMouboo" + Name: "Riding Mouboo" + Type: "IT_ARMOR" + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + Buy: 7500000 + Sell: 50000 + Weight: 500 + Refine: false + WeaponLv: 1 + EquipLv: 1 + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + bonus bNoRegen,1; + bonus bNoRegen,2; + bonus bFleeRate,50; + bonus bNoKnockback,1; + bonus bSpeedAddRate,-10; // 25-10 = +15% + + bonus bAtkRate,-100; + bonus bMatkRate,-100; + bonus bBaseAtk,-700; + "> + OnEquipScript: <" + setmount 1; + "> + OnUnequipScript: <" + setmount 0; + "> +}, +{ + Id: 697 + AegisName: "RidingTortuga" + Name: "Riding Tortuga" Type: "IT_ARMOR" Loc: ["EQP_HAND_R", "EQP_HAND_L"] Buy: 7500000 @@ -3310,11 +3348,47 @@ item_db: ( bonus bNoRegen,2; bonus bFleeRate,50; bonus bNoKnockback,1; - bonus bSpeedAddRate,25; + bonus bSpeedAddRate,-15; // 25-15 = +10% bonus bAtkRate,-100; bonus bMatkRate,-100; bonus bBaseAtk,-700; + "> + OnEquipScript: <" + setmount 2; + "> + OnUnequipScript: <" + setmount 0; + "> +}, +{ + Id: 698 + AegisName: "LegendaryMouboo" + Name: "Legendary Mouboo" + Type: "IT_ARMOR" + Loc: "EQP_SHADOW_SHOES" + Buy: 7500000 + Sell: 50000 + Weight: 500 + Refine: false + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + bonus bNoRegen,1; + bonus bNoRegen,2; + bonus bAtkRange,-1; + bonus bFleeRate,50; + bonus bAtkRate,-50; + bonus bHitRate,-30; + bonus bCritical,25; + bonus bNoKnockback,0; + bonus bSpeedAddRate,5; // 25+5 = +30% /* We can use them to protect mount from bows, for example bonus bNearAtkDef,-50; bonus bLongAtkDef,-50; @@ -3356,7 +3430,7 @@ item_db: ( bonus bHitRate,-30; bonus bCritical,25; bonus bNoKnockback,0; - bonus bSpeedAddRate,25; + bonus bSpeedAddRate,5; // 25+5 = +30% /* We can use them to protect mount from bows, for example bonus bNearAtkDef,-50; bonus bLongAtkDef,-50; -- cgit v1.2.3-60-g2f50