diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 10:55:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 10:55:57 -0300 |
commit | ae5b6917d15ba54b329e95d353899038202b0411 (patch) | |
tree | 87ec38c2ba400b75720437dfba4d2fc2bf83b395 /npcs.xml | |
parent | 3e64fc91d44925ecb86634378a67332e5af7fa94 (diff) | |
download | clientdata-ae5b6917d15ba54b329e95d353899038202b0411.tar.gz clientdata-ae5b6917d15ba54b329e95d353899038202b0411.tar.bz2 clientdata-ae5b6917d15ba54b329e95d353899038202b0411.tar.xz clientdata-ae5b6917d15ba54b329e95d353899038202b0411.zip |
Chest update
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -783,7 +783,7 @@ IDs 900-999 = Special </npc> <npc id="416" targetCursor="small" targetOffsetX="4" targetOffsetY="2"> <!-- Chest, an opening container. --> - <sprite>npcs/xml/chest.xml</sprite> + <sprite>npcs/xml/chest2.xml</sprite> <menu name="Open" command="talk 'NAME'"/> </npc> <npc id="417" targetOffsetX="16" nameOffsetX="16"> @@ -1086,6 +1086,11 @@ IDs 900-999 = Special <sprite>npcs/xml/injuriedguard.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="460" targetCursor="small" targetOffsetX="4" targetOffsetY="2"> + <!-- Legacy Chest, a hidden opening container. --> + <sprite>npcs/xml/chest.xml</sprite> + <menu name="Open" command="talk 'NAME'"/> + </npc> <!-- Add new animated NPCs above this line --> <npc id="500"> |