diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-22 18:10:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-22 18:10:33 -0300 |
commit | 029fe716d80abc0abcd0308d39aa03b46e6250ac (patch) | |
tree | fed7a532404614a60124e9af7b72cbaeef227924 | |
parent | 339577ce735516e8208af716a8145122ddf8ebc9 (diff) | |
download | clientdata-029fe716d80abc0abcd0308d39aa03b46e6250ac.tar.gz clientdata-029fe716d80abc0abcd0308d39aa03b46e6250ac.tar.bz2 clientdata-029fe716d80abc0abcd0308d39aa03b46e6250ac.tar.xz clientdata-029fe716d80abc0abcd0308d39aa03b46e6250ac.zip |
Fix Mouboo riding sprites. Note the Mouboo still attacks (can be fixed with XML)
-rw-r--r-- | graphics/sprites/races/human-male.xml | 15 | ||||
-rw-r--r-- | items.xml | 11 |
2 files changed, 26 insertions, 0 deletions
diff --git a/graphics/sprites/races/human-male.xml b/graphics/sprites/races/human-male.xml index 9dfcd1d9..b879695b 100644 --- a/graphics/sprites/races/human-male.xml +++ b/graphics/sprites/races/human-male.xml @@ -150,6 +150,21 @@ Copyright (C) 2012-2013 Evol Online --> </animation> </action> + <action name="attackride" imageset="base"> + <animation direction="down"> + <frame index="64"/><!-- 68~71 are sit2 --> + </animation> + <animation direction="left"> + <frame index="65"/> + </animation> + <animation direction="up"> + <frame index="66"/> + </animation> + <animation direction="right"> + <frame index="67"/> + </animation> + </action> + <action name="dead" imageset="base"> <animation direction="down"> <frame index="72"/> @@ -1566,6 +1566,17 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="6"/> <!-- Mounts --> + <!-- NOTE: attack-action is not needed, it always use attackride :rolleyes: --> + <!-- TODO FIXME: Add mouboo head in sprite, so it shows up when down. --> + <item id="698" + image="usable/food/chocolatemouboo.png" + name="Legendary Mouboo" + description="It's time to travel." + useButton="Ride" + effect="no attack / no regen / no knockback / flee +50% / move speed+" + attack-range="1" + type="equip-2hand" + weight="500"/> <item id="699" image="generic/tortugashell.png" name="4144's Tortuga" |