summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sprites/npcs/xml/harbour.xml27
-rw-r--r--npcs.xml1
2 files changed, 28 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/harbour.xml b/graphics/sprites/npcs/xml/harbour.xml
new file mode 100644
index 00000000..7ac263a0
--- /dev/null
+++ b/graphics/sprites/npcs/xml/harbour.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2015 Evol Online -->
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/harbour.png"
+ width="192"
+ height="128"/>
+
+ <action name="stand" imageset="npc">
+ <!-- Static Top -->
+ <animation direction="down">
+ </animation>
+ <!-- Moving Down, 560 seconds -->
+ <animation direction="left">
+ <sequence start="0" end="8" delay="80"/>
+ </animation>
+ <!-- Moving Bottom, 560 seconds -->
+ <animation direction="up">
+ <sequence start="8" end="0" delay="80"/>
+ </animation>
+ <!-- Static Bottom-->
+ <animation direction="right">
+ <frame index="8"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/npcs.xml b/npcs.xml
index 6bb9b705..d029d6f4 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -146,6 +146,7 @@ IDs 990-999 = Special
<npc id="406" nameOffsetX="11" targetOffsetX="11" targetOffsetY="-4">
<!-- Captain, present to an Evol's friend. -->
<sprite>npcs/xml/nard.xml</sprite>
+ <menu name="Talk" command="talk 'NAME'"/>
</npc>
<npc id="407" targetOffsetX="-2">
<!-- Tritan Man, sitting on a barrel. -->