diff options
author | Reid <reidyaro@gmail.com> | 2015-03-14 13:34:30 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-03-14 13:34:30 +0100 |
commit | b124f90069584a493e0312968fcbb399dd160d0c (patch) | |
tree | 481ef0c58868316485b1274cc480bf76c2e6b67f | |
parent | b65db7f718c6905021b778d7cf5ad80631ef279b (diff) | |
download | clientdata-b124f90069584a493e0312968fcbb399dd160d0c.tar.gz clientdata-b124f90069584a493e0312968fcbb399dd160d0c.tar.bz2 clientdata-b124f90069584a493e0312968fcbb399dd160d0c.tar.xz clientdata-b124f90069584a493e0312968fcbb399dd160d0c.zip |
Add Terry NPC.
-rw-r--r-- | graphics/sprites/npcs/sprite/unanimated.png | bin | 29083 -> 37848 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/unanimated.xml | 2 | ||||
-rw-r--r-- | npcs.xml | 5 |
3 files changed, 6 insertions, 1 deletions
diff --git a/graphics/sprites/npcs/sprite/unanimated.png b/graphics/sprites/npcs/sprite/unanimated.png Binary files differindex 88ca23ad..bc8c5b70 100644 --- a/graphics/sprites/npcs/sprite/unanimated.png +++ b/graphics/sprites/npcs/sprite/unanimated.png diff --git a/graphics/sprites/npcs/xml/unanimated.xml b/graphics/sprites/npcs/xml/unanimated.xml index f353ac50..79db8068 100644 --- a/graphics/sprites/npcs/xml/unanimated.xml +++ b/graphics/sprites/npcs/xml/unanimated.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: Reid Copyright (C) 2012 Evol Online --> -<sprite variants="12" variant_offset="1"> +<sprite variants="13" variant_offset="1"> <imageset name="npc" src="graphics/sprites/npcs/sprite/unanimated.png|S" width="64" @@ -115,6 +115,11 @@ IDs 990-999 = Special <menu name="Buy" command="buy 'NAME'"/> <menu name="Sell" command="sell 'NAME'"/> </npc> + <npc id="118"> + <!-- Raijin Male, librarian. --> + <sprite variant="11">npcs/xml/unanimated.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + </npc> <!-- Animated NPCs --> <npc id="401" targetCursor="small"> |