diff options
author | Reid <reidyaro@gmail.com> | 2015-10-25 15:15:09 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-05 23:14:56 +0100 |
commit | 4040b32bf86fcfed44aa4f0e5540eecebd855c8e (patch) | |
tree | 2a62dd3d62b83993d10a70f0a0f5edf0940bf591 | |
parent | 54575f4508a177a4014356751fb5b3c9e7bd6e50 (diff) | |
download | clientdata-4040b32bf86fcfed44aa4f0e5540eecebd855c8e.tar.gz clientdata-4040b32bf86fcfed44aa4f0e5540eecebd855c8e.tar.bz2 clientdata-4040b32bf86fcfed44aa4f0e5540eecebd855c8e.tar.xz clientdata-4040b32bf86fcfed44aa4f0e5540eecebd855c8e.zip |
Add bacchus sprite and animation as ID 443.
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/sprites/npcs/sprite/bacchus.png | bin | 0 -> 15782 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/bacchus.xml | 14 | ||||
-rw-r--r-- | npcs.xml | 4 |
4 files changed, 19 insertions, 0 deletions
@@ -264,6 +264,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/sprites/npcs/sprite/artisdoor.png (IvanMorve, Reid) (CC BY-SA 3.0) (-) 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/billybons.png (Reid) (CC BY-SA 3.0) (-) graphics/sprites/npcs/sprite/chefgado.png (Hal9000) (CC BY-SA 3.0) (Talaroc) graphics/sprites/npcs/sprite/chelios.png (ChefChelios) (CC BY-SA 3.0) (Reid) diff --git a/graphics/sprites/npcs/sprite/bacchus.png b/graphics/sprites/npcs/sprite/bacchus.png Binary files differnew file mode 100644 index 00000000..9422c4e8 --- /dev/null +++ b/graphics/sprites/npcs/sprite/bacchus.png diff --git a/graphics/sprites/npcs/xml/bacchus.xml b/graphics/sprites/npcs/xml/bacchus.xml new file mode 100644 index 00000000..cef5f733 --- /dev/null +++ b/graphics/sprites/npcs/xml/bacchus.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<!-- Author : Reid +Copyright (C) 2012-2015 Evol Online --> +<sprite> + + <imageset name="base" src="graphics/sprites/npcs/sprite/bacchus.png" width="64" height="64" /> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" /> + </animation> + </action> + +</sprite> @@ -421,6 +421,10 @@ IDs 990-999 = Special <!-- Alige inside a barrel --> <sprite>npcs/xml/alige-barrel.xml</sprite> </npc> + <npc id="443"> + <!-- Bacchus, Event NPC --> + <sprite>npcs/xml/bacchus.xml</sprite> + </npc> <!-- Test NPCs --> <npc id="800" allowDelete="false"> |