diff options
author | Reid <reidyaro@gmail.com> | 2016-04-19 07:39:47 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-04-19 07:39:47 +0200 |
commit | 71977036e50be69d22ac22905bf8e804b49911b2 (patch) | |
tree | ee58d57494d237ac3fb9163d6c29d085525ebc0c /npcs.xml | |
parent | c7e4acf42cef2f9b147a92d7f94a8c3afd992ffb (diff) | |
download | clientdata-71977036e50be69d22ac22905bf8e804b49911b2.tar.gz clientdata-71977036e50be69d22ac22905bf8e804b49911b2.tar.bz2 clientdata-71977036e50be69d22ac22905bf8e804b49911b2.tar.xz clientdata-71977036e50be69d22ac22905bf8e804b49911b2.zip |
Add a new NPC ID for half offseted NPC with no sprite.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -639,6 +639,10 @@ IDs 990-999 = Special <!-- Artis trees for Katja quest. --> <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="998" nameOffsetX="16" targetOffsetX="16"> + <!-- No sprite with a name half-offseted to the right. --> + <menu name="Talk" command="talk 'NAME'"/> + </npc> <npc id="999"> <!-- No sprite. --> <menu name="Talk" command="talk 'NAME'"/> |