diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-22 10:56:06 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-22 10:56:06 -0200 |
commit | 0c007ac93320561a3674f5878e5af3fe2e8b0e02 (patch) | |
tree | 973e0acc1abd248981d7a8acc743c3f6e3188f98 /npcs.xml | |
parent | 228076b543e0cd078ab83bdb28a973a2b536bedf (diff) | |
download | clientdata-0c007ac93320561a3674f5878e5af3fe2e8b0e02.tar.gz clientdata-0c007ac93320561a3674f5878e5af3fe2e8b0e02.tar.bz2 clientdata-0c007ac93320561a3674f5878e5af3fe2e8b0e02.tar.xz clientdata-0c007ac93320561a3674f5878e5af3fe2e8b0e02.zip |
Add a switch because Saulc doesn't wants to do that >.>
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1103,6 +1103,12 @@ IDs 900-999 = Special <menu name="Talk" command="talk 'NAME'"/> <menu name="Trade" command="buy 'NAME'"/> </npc> + <npc id="914"> <!-- switch (left - offline) --> + <sprite>npcs/xml/switch-offline.xml</sprite> + </npc> + <npc id="915"> <!-- switch (right - online) --> + <sprite>npcs/xml/switch-online.xml</sprite> + </npc> <npc id="998" nameOffsetX="16" targetOffsetX="16"> <!-- No sprite with a name half-offseted to the right. --> <menu name="Talk" command="talk 'NAME'"/> |