diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-01 01:26:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-01 01:26:56 +0300 |
commit | c572dca07df4fd2efbd1c128454e0129543ba7de (patch) | |
tree | 72fe03f5c68d4931e002819c47006dd69d00ba55 /npcs.xml | |
parent | dcc89ec0f25a31d3447f0c4f263eee07103cb871 (diff) | |
download | clientdata-c572dca07df4fd2efbd1c128454e0129543ba7de.tar.gz clientdata-c572dca07df4fd2efbd1c128454e0129543ba7de.tar.bz2 clientdata-c572dca07df4fd2efbd1c128454e0129543ba7de.tar.xz clientdata-c572dca07df4fd2efbd1c128454e0129543ba7de.zip |
Add currency with name "points" into units.xml
Also add npc for using this currency.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -247,6 +247,13 @@ IDs 990-999 = Special <sprite variant="33">npcs/xml/unanimated.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="146" nameOffsetX="-3" targetCursor="small" targetOffsetX="-2" currency="points"> + <!-- Shop Bag --> + <sprite variant="2">npcs/xml/interactive.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + <menu name="Buy" command="buy 'NAME'"/> + <menu name="Sell" command="sell 'NAME'"/> + </npc> <!-- Animated NPCs --> <npc id="401" targetCursor="small"> |