summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-24 16:03:00 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-24 16:03:00 -0300
commit549cea180917a9c806cc9f7bd9c2779c9bf7f243 (patch)
treee638981864347db438ec2fbe4032f1696c2f2928
parent2f67f64bb50b4590c751976513d3afd4e7ab126a (diff)
downloadclientdata-549cea180917a9c806cc9f7bd9c2779c9bf7f243.tar.gz
clientdata-549cea180917a9c806cc9f7bd9c2779c9bf7f243.tar.bz2
clientdata-549cea180917a9c806cc9f7bd9c2779c9bf7f243.tar.xz
clientdata-549cea180917a9c806cc9f7bd9c2779c9bf7f243.zip
This accompains previous patch
-rw-r--r--items.xml8
-rw-r--r--monsters.xml2
-rw-r--r--pets.xml4
3 files changed, 11 insertions, 3 deletions
diff --git a/items.xml b/items.xml
index ca8d947b..b771e909 100644
--- a/items.xml
+++ b/items.xml
@@ -4492,6 +4492,14 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
useButton="Hatch"
weight="300"
/>
+ <item id="4001"
+ image="usable/piouegg.png"
+ name="Bhopper egg"
+ description="Whaaaaaat, it is a lucky Bhopper Egg! With proper care, this pet will increase your luck!"
+ type="generic"
+ useButton="Hatch"
+ weight="1000"
+ />
<!-- Cards -->
<item id="5000"
diff --git a/monsters.xml b/monsters.xml
index 83eec8ee..d8bf78cc 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -252,7 +252,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
<monster id="1048" name="Smoke Dragon" targetCursor="large">
<sprite>monsters/smokedragon.xml</sprite>
</monster>
- <monster id="1049" name="Bhop FLuffy" targetCursor="medium">
+ <monster id="1049" name="Bhop Fluffy" targetCursor="medium">
<sprite>monsters/bhopfluffy.xml</sprite>
</monster>
<monster id="1050" name="Forest Dragon" targetCursor="large">
diff --git a/pets.xml b/pets.xml
index 9c0f1bb9..416ea726 100644
--- a/pets.xml
+++ b/pets.xml
@@ -6,7 +6,7 @@ Copyright (C) 2013 Evol Online -->
<pet id="1002" name="piou">
<sprite>monsters/piou.xml</sprite>
</pet>
- <pet id="1063" name="Vampire Bat">
- <sprite>monsters/piou.xml</sprite>
+ <pet id="1049" name="Bhopper Fluffy">
+ <sprite>monsters/bhopfluffy.xml</sprite>
</pet>
</pets>