summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-26 00:27:10 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-26 00:27:10 -0300
commitef0ef3e9bd60487eea0e5d95d72c3244b9f36124 (patch)
tree777cd595dccf3a6119bc0f4579e3016945361e66
parent80f0938c53ef360f10b64c8509a1239c9c06c7e8 (diff)
downloadclientdata-ef0ef3e9bd60487eea0e5d95d72c3244b9f36124.tar.gz
clientdata-ef0ef3e9bd60487eea0e5d95d72c3244b9f36124.tar.bz2
clientdata-ef0ef3e9bd60487eea0e5d95d72c3244b9f36124.tar.xz
clientdata-ef0ef3e9bd60487eea0e5d95d72c3244b9f36124.zip
Coins and Eggs shops
-rw-r--r--npcs.xml16
-rw-r--r--units.xml1
2 files changed, 16 insertions, 1 deletions
diff --git a/npcs.xml b/npcs.xml
index 335e2bdf..5e0354cd 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -335,7 +335,7 @@ IDs 900-999 = Special
<!-- Fakir, Dog statue NPC -->
<sprite>npcs/xml/desertdogstatue.xml</sprite>
</npc>
- <npc id="163">
+ <npc id="163" currency="eggs">
<!-- Easter NPC -->
<sprite>npcs/xml/easter.xml</sprite>
</npc>
@@ -837,6 +837,20 @@ IDs 900-999 = Special
<menu name="Buy" command="buy 'NAME'"/>
<menu name="Sell" command="sell 'NAME'"/>
</npc>
+ <npc id="813" walkType="all" allowEquipment="true" currency="coins">
+ <!-- coin shopkeeper npc with player look. -->
+ <sprite>races/human-male.xml</sprite>
+ <menu name="Talk" command="talk 'NAME'"/>
+ <menu name="Buy" command="buy 'NAME'"/>
+ <menu name="Sell" command="sell 'NAME'"/>
+ </npc>
+ <npc id="814" walkType="all" allowEquipment="true" currency="coins">
+ <!-- coin shopkeeper npc with player look (female). -->
+ <sprite>races/human-female.xml</sprite>
+ <menu name="Talk" command="talk 'NAME'"/>
+ <menu name="Buy" command="buy 'NAME'"/>
+ <menu name="Sell" command="sell 'NAME'"/>
+ </npc>
<!-- Special NPCs -->
<!-- WIP <npc id="900">
diff --git a/units.xml b/units.xml
index 78e8b98a..d1d67fb0 100644
--- a/units.xml
+++ b/units.xml
@@ -10,5 +10,6 @@ Copyright (C) 2010-2013 Evol Online -->
<currency>
<unit name="points" base=" Points" round="0" separator=" "/>
<unit name="coins" base=" Coins" round="0" separator=" "/>
+ <unit name="eggs" base=" Eggs" round="0" separator=" "/>
</currency>
</units>