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 | |
parent | a2f539d8863dd8aab48e4e0c465b1105170aaee0 (diff) | |
download | clientdata-c29117208f676ea62dc022c12626e45a3176e29b.tar.gz clientdata-c29117208f676ea62dc022c12626e45a3176e29b.tar.bz2 clientdata-c29117208f676ea62dc022c12626e45a3176e29b.tar.xz clientdata-c29117208f676ea62dc022c12626e45a3176e29b.zip |
Casino Coins structure
-rw-r--r-- | items.xml | 2 | ||||
-rw-r--r-- | npcs.xml | 5 | ||||
-rw-r--r-- | units.xml | 1 |
3 files changed, 7 insertions, 1 deletions
@@ -1257,7 +1257,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Casino Coins" description="Just some casino coins." type="generic" - weight="4" + weight="2" maxFloorOffset="20"/> <item id="753" image="generic/cavesnakelamp.png" @@ -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'"/> @@ -11,5 +11,6 @@ Copyright (C) 2010-2013 Evol Online --> <unit name="points" base=" Points" round="0" separator=" "/> <unit name="coins" base=" Coins" round="0" separator=" "/> <unit name="eggs" base=" Eggs" round="0" separator=" "/> + <unit name="casino" base=" Casino Coins" round="0" separator=" "/> </currency> </units> |