summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-08-06 07:05:11 +0200
committerReid <reidyaro@gmail.com>2016-08-06 07:05:46 +0200
commite194d3d3e3cb3038417f747075d47ff5d71defc1 (patch)
tree403e8cd861147406f3dfba49274d7fa76e67bf17
parentf24bf42721f45471e5a87f251eee42b06e22aa60 (diff)
downloadclientdata-e194d3d3e3cb3038417f747075d47ff5d71defc1.tar.gz
clientdata-e194d3d3e3cb3038417f747075d47ff5d71defc1.tar.bz2
clientdata-e194d3d3e3cb3038417f747075d47ff5d71defc1.tar.xz
clientdata-e194d3d3e3cb3038417f747075d47ff5d71defc1.zip
Ad the bait sprite inside the water animation NPC.
-rw-r--r--LICENSE1
-rw-r--r--graphics/sprites/npcs/sprite/bait.pngbin0 -> 1562 bytes
-rw-r--r--graphics/sprites/npcs/xml/bait.xml33
-rw-r--r--npcs.xml2
4 files changed, 36 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 4db6830d..0c8a5f4b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -341,6 +341,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
graphics/sprites/npcs/sprite/artisindoor.png (IvanMorve, Reid) (CC BY-SA 3.0) (-)
graphics/sprites/npcs/sprite/artisindoor-wood.png (IvanMorve, Reid) (CC BY-SA 3.0) (-)
graphics/sprites/npcs/sprite/bacchus.png (Reid) (CC BY-SA 3.0) (Enchilado)
+ graphics/sprites/npcs/sprite/bait.png (Reid) (CC BY-SA 3.0) (-)
graphics/sprites/npcs/sprite/beuss.png (Reid) (CC BY-SA 3.0) (-)
graphics/sprites/npcs/sprite/billybons.png (Reid) (CC BY-SA 3.0) (-)
graphics/sprites/npcs/sprite/chefgado.png (Hal9000) (CC BY-SA 3.0) (Talaroc)
diff --git a/graphics/sprites/npcs/sprite/bait.png b/graphics/sprites/npcs/sprite/bait.png
new file mode 100644
index 00000000..423f5afa
--- /dev/null
+++ b/graphics/sprites/npcs/sprite/bait.png
Binary files differ
diff --git a/graphics/sprites/npcs/xml/bait.xml b/graphics/sprites/npcs/xml/bait.xml
new file mode 100644
index 00000000..67fff8fe
--- /dev/null
+++ b/graphics/sprites/npcs/xml/bait.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Authors: Reid
+Copyright (C) 2016 The Mana World & Evol Online -->
+
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/bait.png"
+ width="32"
+ height="32"/>
+
+ <action name="stand" imageset="npc">
+ <!-- Bait Sinking -->
+ <animation direction="left">
+ <sequence start="1" end="4" delay="70"/>
+ <frame index="5"/>
+ </animation>
+
+ <!-- Bait Floating -->
+ <animation direction="up">
+ <label name="start"/>
+ <goto label="fakesinking" rand="8"/>
+ <frame index="0" delay="100"/>
+ <goto label="start" rand="100"/>
+ <label name="fakesinking"/>
+ <frame index="1" delay="170"/>
+ <goto label="fakesinking" rand="50"/>
+ </animation>
+
+ <animation direction="default">
+ <frame index="6"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/npcs.xml b/npcs.xml
index 0e556a75..4070bc3b 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -504,6 +504,8 @@ IDs 990-999 = Special
<sprite>accessories/water-splash2.xml</sprite>
<sprite>accessories/water-splash3.xml</sprite>
<sprite>accessories/water-splash4.xml</sprite>
+ <sprite>npcs/xml/bait.xml</sprite>
+ <menu name="Pull" command="talk 'NAME'"/>
</npc>
<npc id="442">
<!-- Alige inside a barrel -->