summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sprites/accessories/harbour-box.pngbin0 -> 10877 bytes
-rw-r--r--graphics/sprites/accessories/harbour-box.xml31
-rw-r--r--npcs.xml7
3 files changed, 38 insertions, 0 deletions
diff --git a/graphics/sprites/accessories/harbour-box.png b/graphics/sprites/accessories/harbour-box.png
new file mode 100644
index 00000000..e864f10b
--- /dev/null
+++ b/graphics/sprites/accessories/harbour-box.png
Binary files differ
diff --git a/graphics/sprites/accessories/harbour-box.xml b/graphics/sprites/accessories/harbour-box.xml
new file mode 100644
index 00000000..2d14ddb6
--- /dev/null
+++ b/graphics/sprites/accessories/harbour-box.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2015 Evol Online -->
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/accessories/harbour-box.png"
+ width="32"
+ height="96"
+ offsetY="4"
+ offsetX="77"/>
+
+
+ <action name="stand" imageset="npc">
+ <!-- Static Top -->
+ <animation direction="down">
+ <frame index="0" delay="140"/>
+ </animation>
+ <!-- Moving Down, x=3, with x*560 delay in ms -->
+ <animation direction="left">
+ <sequence start="0" end="11" delay="140"/>
+ </animation>
+ <!-- Moving Bottom, x=3, with x*560 delay in ms -->
+ <animation direction="up">
+ <sequence start="11" end="0" delay="140"/>
+ </animation>
+ <!-- Static Bottom-->
+ <animation direction="right">
+ <frame index="11" delay="140"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/npcs.xml b/npcs.xml
index 4837288b..e816f7e3 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -224,6 +224,13 @@ IDs 990-999 = Special
<sprite>accessories/harbour-rope.xml</sprite>
<menu name="Rotate" command="wheel"/>
</npc>
+ <npc id="421">
+ <!-- Harbour with a funny wheel and a box. -->
+ <sprite>npcs/xml/harbour.xml</sprite>
+ <sprite>accessories/harbour-box.xml</sprite>
+ <sprite>accessories/harbour-rope.xml</sprite>
+ <menu name="Rotate" command="wheel"/>
+ </npc>
<npc id="800">
<!-- Test npc. -->