diff options
author | Reid <reidyaro@gmail.com> | 2017-08-20 01:20:08 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2017-08-20 01:20:08 +0200 |
commit | 8cfb43967a81651d6a7e887071f5621884752735 (patch) | |
tree | e47e7c6626c06bddc38a7b0743b225560c0ef186 /npcs.xml | |
parent | 5e807acb6339e8568e4579843bea32a994b17ecb (diff) | |
download | clientdata-8cfb43967a81651d6a7e887071f5621884752735.tar.gz clientdata-8cfb43967a81651d6a7e887071f5621884752735.tar.bz2 clientdata-8cfb43967a81651d6a7e887071f5621884752735.tar.xz clientdata-8cfb43967a81651d6a7e887071f5621884752735.zip |
Switch Red's NPC ID to 147.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -211,11 +211,8 @@ IDs 990-999 = Special <sprite>npcs/xml/lydon.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> - <npc id="139" nameOffsetY="4" targetOffsetY="16"> - <!-- Elven Female, Innkeeper. --> - <sprite variant="29">npcs/xml/unanimated.xml</sprite> - <sprite>npcs/xml/jumpingtipiou.xml|#a36209,892b2e,cc9b14,b84335,ebc12e,ee613c,fff568,fbac71</sprite> - <menu name="Talk" command="talk 'NAME'"/> + <npc id="139"> + <!-- Reserved ID. --> </npc> <npc id="140"> <!-- Orc Female, Potion shop. --> @@ -254,7 +251,12 @@ IDs 990-999 = Special <menu name="Buy" command="buy 'NAME'"/> <menu name="Sell" command="sell 'NAME'"/> </npc> - + <npc id="147" nameOffsetY="4" targetOffsetY="16"> + <!-- Elven Female, Innkeeper. --> + <sprite variant="29">npcs/xml/unanimated.xml</sprite> + <sprite>npcs/xml/jumpingtipiou.xml|#a36209,892b2e,cc9b14,b84335,ebc12e,ee613c,fff568,fbac71</sprite> + <menu name="Talk" command="talk 'NAME'"/> + </npc> <!-- Animated NPCs --> <npc id="401" targetCursor="small"> <!-- Awesome Eyes, reminds you of someone. --> |