diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-24 15:59:03 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-24 15:59:03 +0000 |
commit | fcc3ed1968d71f0b2086fea1595fc86f0787ca13 (patch) | |
tree | 401f14b54908cf7d4845f78d0b709bfac9b55feb /graphics/sprites/npcs/xml | |
parent | 4c1594b8fc5190dae021959edc014cc2eb9ee3b1 (diff) | |
parent | 09385a26ab388486e089b982f41c4c1f06f8ac53 (diff) | |
download | clientdata-fcc3ed1968d71f0b2086fea1595fc86f0787ca13.tar.gz clientdata-fcc3ed1968d71f0b2086fea1595fc86f0787ca13.tar.bz2 clientdata-fcc3ed1968d71f0b2086fea1595fc86f0787ca13.tar.xz clientdata-fcc3ed1968d71f0b2086fea1595fc86f0787ca13.zip |
Merge branch 'thief' into 'master'
Thief quest chain
See merge request evol/clientdata!152
Diffstat (limited to 'graphics/sprites/npcs/xml')
-rw-r--r-- | graphics/sprites/npcs/xml/artis-sewer-gate.xml (renamed from graphics/sprites/npcs/xml/artis-sewer-archway.xml) | 29 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/artis-sewer-wheel.xml | 19 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/unanimated.xml | 2 |
3 files changed, 21 insertions, 29 deletions
diff --git a/graphics/sprites/npcs/xml/artis-sewer-archway.xml b/graphics/sprites/npcs/xml/artis-sewer-gate.xml index 21023207..3040ca52 100644 --- a/graphics/sprites/npcs/xml/artis-sewer-archway.xml +++ b/graphics/sprites/npcs/xml/artis-sewer-gate.xml @@ -4,33 +4,27 @@ Copyright (C) 2015 - 2020 Evol Online --> <sprite> <imageset name="npc" - src="graphics/sprites/npcs/sprite/artis-sewer-archway.png" + src="graphics/sprites/npcs/sprite/artis-sewer-gate.png" width="96" - height="96"/> + height="96" + offsetY="-3"/> <action name="stand" imageset="npc"> + <!-- Open --> <animation direction="up"> <frame index="7"/> </animation> + <!-- Closed --> <animation direction="down"> <frame index="0"/> </animation> + <!-- Closing --> <animation direction="left"> - <frame index="0"/> - </animation> - <animation direction="right"> - <frame index="0"/> - </animation> - </action> - <action name="move" imageset="npc"> - <!-- Opening --> - <animation direction="up"> <sequence start="0" end="7" delay="200"/> <frame index="7"/> - <end/> </animation> - <!-- Closing --> - <animation direction="down"> + <!-- Opening --> + <animation direction="right"> <frame index="7" delay="200"/> <frame index="6" delay="200"/> <frame index="5" delay="200"/> @@ -39,13 +33,6 @@ Copyright (C) 2015 - 2020 Evol Online --> <frame index="2" delay="200"/> <frame index="1" delay="200"/> <frame index="0"/> - <end/> - </animation> - <animation direction="left"> - <frame index="0"/> - </animation> - <animation direction="right"> - <frame index="0"/> </animation> </action> </sprite> diff --git a/graphics/sprites/npcs/xml/artis-sewer-wheel.xml b/graphics/sprites/npcs/xml/artis-sewer-wheel.xml index 176341db..6c4854c1 100644 --- a/graphics/sprites/npcs/xml/artis-sewer-wheel.xml +++ b/graphics/sprites/npcs/xml/artis-sewer-wheel.xml @@ -9,15 +9,20 @@ Copyright (C) 2015 - 2020 Evol Online --> height="32"/> <action name="stand" imageset="npc"> - <animation direction="default"> + <!-- Moving --> + <animation direction="up"> + <sequence start="0" end="7" delay="50" repeat="4"/> <frame index="0"/> </animation> - </action> - <action name="move" imageset="npc"> - <!-- Opening --> - <animation direction="default"> - <sequence start="0" end="7" delay="50" repeat="4"/> - <end/> + <!-- Static --> + <animation direction="down"> + <frame index="0"/> + </animation> + <animation direction="left"> + <frame index="0"/> + </animation> + <animation direction="right"> + <frame index="0"/> </animation> </action> </sprite> diff --git a/graphics/sprites/npcs/xml/unanimated.xml b/graphics/sprites/npcs/xml/unanimated.xml index 5fa44fac..50059862 100644 --- a/graphics/sprites/npcs/xml/unanimated.xml +++ b/graphics/sprites/npcs/xml/unanimated.xml @@ -2,7 +2,7 @@ <!-- Author: Reid Copyright (C) 2012-2016 Evol Online --> -<sprite variants="36" variant_offset="1"> +<sprite variants="38" variant_offset="1"> <imageset name="npc" src="graphics/sprites/npcs/sprite/unanimated.png|S" width="64" |