diff options
-rw-r--r-- | graphics/sprites/npcs/sprite/koga.png | bin | 0 -> 115852 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/koga.xml | 9 | ||||
-rw-r--r-- | npcs.xml | 7 |
3 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/koga.png b/graphics/sprites/npcs/sprite/koga.png Binary files differnew file mode 100644 index 00000000..cc1cdd93 --- /dev/null +++ b/graphics/sprites/npcs/sprite/koga.png diff --git a/graphics/sprites/npcs/xml/koga.xml b/graphics/sprites/npcs/xml/koga.xml new file mode 100644 index 00000000..ee5cf3a4 --- /dev/null +++ b/graphics/sprites/npcs/xml/koga.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite variants="1" variant_offset="1"> + <imageset name="base" src="graphics/sprites/npcs/sprite/koga.png" width="477" height="359"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> @@ -421,6 +421,13 @@ IDs 900-999 = Special <sprite>npcs/xml/lumberjack.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="183"> + <!-- Contrabandist Ship --> + <sprite>npcs/xml/koga.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + <menu name="Buy" command="buy 'NAME'"/> + <menu name="Sell" command="sell 'NAME'"/> + </npc> <!-- NPCs from TMW-BR (that's why the jump) --> <npc id="300"><sprite variant="0">npcs/xml/npcs-br.xml</sprite></npc> <!-- Invisible --> |