summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2011-12-14 00:08:20 +0100
committerReid <reidyaro@gmail.com>2011-12-14 00:08:20 +0100
commit1c92e9ed814d4e1e7cccc319dc11730dbd35eb0f (patch)
treeb2a3ef5ddfb1ba64e924fc33e9c6448afe944f37
parentc993fcdce995f0a2bbbd55b490840e1f669887cf (diff)
downloadclientdata-1c92e9ed814d4e1e7cccc319dc11730dbd35eb0f.tar.gz
clientdata-1c92e9ed814d4e1e7cccc319dc11730dbd35eb0f.tar.bz2
clientdata-1c92e9ed814d4e1e7cccc319dc11730dbd35eb0f.tar.xz
clientdata-1c92e9ed814d4e1e7cccc319dc11730dbd35eb0f.zip
Add rattosailor xml and sprite.
Add Peter (rattosailor code named) NPC on npcs.xml .
-rw-r--r--graphics/sprites/npcs/XML1/rattosailor.xml16
-rw-r--r--graphics/sprites/npcs/sprite/rattosailor.pngbin0 -> 3200 bytes
-rw-r--r--npcs.xml10
3 files changed, 21 insertions, 5 deletions
diff --git a/graphics/sprites/npcs/XML1/rattosailor.xml b/graphics/sprites/npcs/XML1/rattosailor.xml
new file mode 100644
index 00000000..0ab0dc83
--- /dev/null
+++ b/graphics/sprites/npcs/XML1/rattosailor.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<!-- Author : Reid
+Copyright (C) 2010-2011 Evol Online -->
+<sprite>
+ <imageset name="base" src="graphics/sprites/npcs/sprite/rattosailor.png" width="50" height="70" />
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="0" delay="7000"/>
+ <frame index="1" delay="60"/>
+ <frame index="2" delay="80"/>
+ <frame index="0" delay="3500"/>
+ <frame index="1" delay="60"/>
+ <frame index="2" delay="80"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/npcs/sprite/rattosailor.png b/graphics/sprites/npcs/sprite/rattosailor.png
new file mode 100644
index 00000000..80d602e9
--- /dev/null
+++ b/graphics/sprites/npcs/sprite/rattosailor.png
Binary files differ
diff --git a/npcs.xml b/npcs.xml
index fcd18442..c9ab96db 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -3,8 +3,7 @@
(C) Evol Online 2010-2011.
IDs 100-300 = Unanimated
-IDs 301-700 = Animated(1)
-IDs 701-900 = Animated(2)
+IDs 301-900 = Animated(1)
IDs 901-999 = Special
-->
<npcs>
@@ -21,9 +20,10 @@ IDs 901-999 = Special
<!-- Orc-Sailor, sleeping. -->
<sprite>npcs/XML1/sleepingorc.xml</sprite>
</npc>
-
-<!-- Animated NPCs (2)-->
-
+ <npc id="303">
+ <!-- Human-Man, sailor with a ratto on his hand. -->
+ <sprite>npcs/XML1/rattosailor.xml</sprite>
+ </npc>
<!-- Special NPCs -->