diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-20 14:44:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-20 14:44:28 -0300 |
commit | c29117208f676ea62dc022c12626e45a3176e29b (patch) | |
tree | 72fa5bbb93ddccb0333f5f8e323bfa2b167120bc /npcs.xml | |
parent | a2f539d8863dd8aab48e4e0c465b1105170aaee0 (diff) | |
download | clientdata-c29117208f676ea62dc022c12626e45a3176e29b.tar.gz clientdata-c29117208f676ea62dc022c12626e45a3176e29b.tar.bz2 clientdata-c29117208f676ea62dc022c12626e45a3176e29b.tar.xz clientdata-c29117208f676ea62dc022c12626e45a3176e29b.zip |
Casino Coins structure
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -918,6 +918,11 @@ IDs 900-999 = Special <!-- Dan's note. No sprite. --> <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="913" currency="casino"> + <!-- Slot Machine --> + <menu name="Talk" command="talk 'NAME'"/> + <menu name="Trade" command="buy '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'"/> |