summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-20 14:44:09 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-20 14:44:28 -0300
commitc29117208f676ea62dc022c12626e45a3176e29b (patch)
tree72fa5bbb93ddccb0333f5f8e323bfa2b167120bc
parenta2f539d8863dd8aab48e4e0c465b1105170aaee0 (diff)
downloadclientdata-c29117208f676ea62dc022c12626e45a3176e29b.tar.gz
clientdata-c29117208f676ea62dc022c12626e45a3176e29b.tar.bz2
clientdata-c29117208f676ea62dc022c12626e45a3176e29b.tar.xz
clientdata-c29117208f676ea62dc022c12626e45a3176e29b.zip
Casino Coins structure
-rw-r--r--items.xml2
-rw-r--r--npcs.xml5
-rw-r--r--units.xml1
3 files changed, 7 insertions, 1 deletions
diff --git a/items.xml b/items.xml
index b725d5cb..996467d6 100644
--- a/items.xml
+++ b/items.xml
@@ -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"
diff --git a/npcs.xml b/npcs.xml
index d5c56be5..f6d75fb4 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -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'"/>
diff --git a/units.xml b/units.xml
index d1d67fb0..c8f68c71 100644
--- a/units.xml
+++ b/units.xml
@@ -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>