diff options
-rw-r--r-- | graphics/sprites/npcs/xml/darlin.xml | 16 | ||||
-rw-r--r-- | npcs.xml | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/sprites/npcs/xml/darlin.xml b/graphics/sprites/npcs/xml/darlin.xml new file mode 100644 index 00000000..78c5e9ec --- /dev/null +++ b/graphics/sprites/npcs/xml/darlin.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: 4144, Reid +Copyright (C) 2011-2012 Evol Online --> +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/unanimated.png" + width="64" + height="64" + offsetY="-160"/> + + <action name="stand" imageset="npc"> + <animation> + <frame index="1"/> + </animation> + </action> +</sprite> @@ -24,7 +24,7 @@ IDs 990-999 = Special </npc> <npc id="103"> <!-- Raijin Man, standing at the top of a mat. --> - <sprite variant="1">npcs/xml/unanimated.xml</sprite> + <sprite>npcs/xml/darlin.xml</sprite> </npc> <npc id="104"> <!-- Orc Man, standing with a box in his hands. --> |