diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/sprites/npcs/sprite/mona.png | bin | 0 -> 16381 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/mona.xml | 15 | ||||
-rw-r--r-- | npcs.xml | 5 |
4 files changed, 21 insertions, 0 deletions
@@ -351,6 +351,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/sprites/npcs/sprite/julia.png (Reid) (CC BY-SA 3.0) (Modanung) graphics/sprites/npcs/sprite/lydon.png (Reid) (CC BY-SA 3.0) (Modanung) graphics/sprites/npcs/sprite/magicarpan.png (Reid) (CC BY-SA 3.0) (Len, Modanung) + graphics/sprites/npcs/sprite/mona.png (Reid) (CC BY-SA 3.0) (-) graphics/sprites/npcs/sprite/nard.png (Reid) (CC BY-SA 3.0) (Modanung, Talaroc) graphics/sprites/npcs/sprite/piourocket.png (Reid) (CC BY-SA 3.0) (Fother_J) graphics/sprites/npcs/sprite/qonan.png (Reid) (CC BY-SA 3.0) (Modanung) diff --git a/graphics/sprites/npcs/sprite/mona.png b/graphics/sprites/npcs/sprite/mona.png Binary files differnew file mode 100644 index 00000000..cbd85c24 --- /dev/null +++ b/graphics/sprites/npcs/sprite/mona.png diff --git a/graphics/sprites/npcs/xml/mona.xml b/graphics/sprites/npcs/xml/mona.xml new file mode 100644 index 00000000..f53767d3 --- /dev/null +++ b/graphics/sprites/npcs/xml/mona.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2016 Evol Online --> +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/mona.png" + width="32" + height="64"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <sequence value="0,1,2,1,2" delay="110"/> + </animation> + </action> +</sprite> @@ -556,6 +556,11 @@ IDs 990-999 = Special <sprite>monsters/mouboo.xml</sprite> <menu name="Mou" command="talk 'NAME'"/> </npc> + <npc id="450"> + <!-- Human Female, bearing a candel on a plate. --> + <sprite>npcs/xml/mona.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + </npc> <!-- Test NPCs --> <npc id="800" allowDelete="false"> |