diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-09 10:41:22 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:33:37 +0100 |
commit | d9121b377a93f5f0ee7f09ea6bc41c4046dd99ad (patch) | |
tree | badc1ce1f326e07afce20edbca09e5646af4260e /graphics | |
parent | 54d73545ce45858c12768544068dfe052d1509cb (diff) | |
download | clientdata-d9121b377a93f5f0ee7f09ea6bc41c4046dd99ad.tar.gz clientdata-d9121b377a93f5f0ee7f09ea6bc41c4046dd99ad.tar.bz2 clientdata-d9121b377a93f5f0ee7f09ea6bc41c4046dd99ad.tar.xz clientdata-d9121b377a93f5f0ee7f09ea6bc41c4046dd99ad.zip |
Add Mundane and Sophialla to Artis
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/sprite/sophialla.png | bin | 0 -> 5260 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/richard.xml | 11 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/sophialla.xml | 36 |
3 files changed, 38 insertions, 9 deletions
diff --git a/graphics/sprites/npcs/sprite/sophialla.png b/graphics/sprites/npcs/sprite/sophialla.png Binary files differnew file mode 100644 index 00000000..549560f7 --- /dev/null +++ b/graphics/sprites/npcs/sprite/sophialla.png diff --git a/graphics/sprites/npcs/xml/richard.xml b/graphics/sprites/npcs/xml/richard.xml index c3a3f843..6c0bc46d 100644 --- a/graphics/sprites/npcs/xml/richard.xml +++ b/graphics/sprites/npcs/xml/richard.xml @@ -1,13 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<<<<<<< f542316432d2f4aad709c04d577ed91b3ea6e392 -<<<<<<< 21c4c83ea02e1292391aaa7fdbaf3dc3202a100a -<!-- Author: Micksha -======= -<!-- Author: Reid ->>>>>>> Add the first few npcs: old Koga, Lumberjack, Richard. -======= + <!-- Author: Micksha ->>>>>>> add a bunch of hurns NPCs - most of them LEGACY versions, to be changed one by one Copyright (C) 2015 Evol Online --> <sprite> @@ -20,7 +13,7 @@ Copyright (C) 2015 Evol Online --> <animation direction="default"> <label name="start"/> <goto label="static" rand="95"/> - <goto label="winking" rand="5"/> + <goto label="winking" rand="100"/> <!-- winking --> <label name="winking"/> <sequence start="0" end="2" delay="160"/> diff --git a/graphics/sprites/npcs/xml/sophialla.xml b/graphics/sprites/npcs/xml/sophialla.xml new file mode 100644 index 00000000..ed0d907c --- /dev/null +++ b/graphics/sprites/npcs/xml/sophialla.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Micksha +Copyright (C) 2015 Evol Online --> + +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/sophialla.png" + width="64" + height="64"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <label name="start"/> + <goto label="static" rand="95"/> + <goto label="lookup" rand="50"/> + <goto label="look" rand="100"/> + <!-- lookup --> + <label name="lookup"/> + <frame index="0" delay="240"/> + <frame index="1" delay="480"/> + <goto label="start"/> + <!-- lookstraight --> + <label name="look"/> + <sequence start="0" end="3" delay="150"/> + <frame index="3" delay="500"/> + <frame index="2" delay="150"/> + <frame index="1" delay="150"/> + <frame index="0" delay="500"/> + <goto label="start"/> + <!-- Static Animation --> + <label name="static"/> + <frame index="0" delay="400"/> + <goto label="start"/> + </animation> + </action> +</sprite> |