diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-22 18:16:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-22 18:16:58 -0300 |
commit | 2b4f3d81c3396bfb1a4ea5e16ea2e854a59b0166 (patch) | |
tree | f92d8b8ad8a4fc568c277706fb7b3ead70ad31a1 /db | |
parent | fea3a496bc215a059b166b7844419357d147610b (diff) | |
download | serverdata-2b4f3d81c3396bfb1a4ea5e16ea2e854a59b0166.tar.gz serverdata-2b4f3d81c3396bfb1a4ea5e16ea2e854a59b0166.tar.bz2 serverdata-2b4f3d81c3396bfb1a4ea5e16ea2e854a59b0166.tar.xz serverdata-2b4f3d81c3396bfb1a4ea5e16ea2e854a59b0166.zip |
Mouboo Riding
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index dd6c529e0..60b10fa7d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3286,6 +3286,50 @@ item_db: ( // Mounts (690 to 699, probably there will be extra IDs) { + Id: 698 + AegisName: "LegendaryMouboo" + Name: "Legendary 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,25; + + bonus bAtkRate,-100; + bonus bMatkRate,-100; + bonus bBaseAtk,-700; + /* We can use them to protect mount from bows, for example + bonus bNearAtkDef,-50; + bonus bLongAtkDef,-50; + bonus bMagicAtkDef,-50; + bonus bCriticalDef,-50; + */ + "> + OnEquipScript: <" + setmount 1; + "> + OnUnequipScript: <" + setmount 0; + "> +}, +{ Id: 699 AegisName: "LegendaryTortuga" Name: "Legendary Tortuga" |