diff options
author | Reid <reidyaro@gmail.com> | 2015-03-17 12:35:56 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-03-17 12:35:56 +0100 |
commit | 14298c96b0c7c497301eee6f2a3c0e933285b459 (patch) | |
tree | 7340b1a28744b21d803af8023a17404256baf109 /npcs.xml | |
parent | 42ce8666ac55fb7c0ae6c3ac213ec4b8bf4dfa8a (diff) | |
download | clientdata-14298c96b0c7c497301eee6f2a3c0e933285b459.tar.gz clientdata-14298c96b0c7c497301eee6f2a3c0e933285b459.tar.bz2 clientdata-14298c96b0c7c497301eee6f2a3c0e933285b459.tar.xz clientdata-14298c96b0c7c497301eee6f2a3c0e933285b459.zip |
Add an animation on terry.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -115,11 +115,6 @@ 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"> @@ -241,6 +236,11 @@ IDs 990-999 = Special <sprite>npcs/xml/flask.xml</sprite> <menu name="Launch" command="launch"/> </npc> + <npc id="423"> + <!-- Raijin Male, librarian. --> + <sprite>npcs/xml/terry.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + </npc> <npc id="800"> <!-- Test npc. --> |