summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-11-02 10:34:36 -0300
committerJesusaves <cpntb1@ymail.com>2018-11-02 10:34:36 -0300
commit81e1c0b45f4920e070e8e7eb90ea858eb79f3ad7 (patch)
tree3e740104151887fb6a4ef276a1a819cab05fa344
parente590d6dc878a95882af620309399d979fab78499 (diff)
downloadclientdata-81e1c0b45f4920e070e8e7eb90ea858eb79f3ad7.tar.gz
clientdata-81e1c0b45f4920e070e8e7eb90ea858eb79f3ad7.tar.bz2
clientdata-81e1c0b45f4920e070e8e7eb90ea858eb79f3ad7.tar.xz
clientdata-81e1c0b45f4920e070e8e7eb90ea858eb79f3ad7.zip
Missing sprite + bugfix
-rw-r--r--maps/023-2.tmx12
-rw-r--r--monsters.xml14
2 files changed, 20 insertions, 6 deletions
diff --git a/maps/023-2.tmx b/maps/023-2.tmx
index 977756af..69644723 100644
--- a/maps/023-2.tmx
+++ b/maps/023-2.tmx
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="150" height="140" tilewidth="32" tileheight="32" infinite="0" nextobjectid="20">
+<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="150" height="140" tilewidth="32" tileheight="32" nextobjectid="20">
<properties>
<property name="author" value="The Mana World Brazil Team"/>
<property name="license" value="GPL v2+"/>
@@ -734,7 +734,7 @@
130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130
</data>
</layer>
- <layer name="Heights" width="150" height="140" visible="0" locked="1">
+ <layer name="Heights" width="150" height="140" visible="0">
<data encoding="csv">
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
@@ -882,25 +882,25 @@
<object id="10" name="Safe Zone" type="slide" x="2752" y="2560" width="32" height="32">
<properties>
<property name="dest_x" value="86"/>
- <property name="dest_y" value="124"/>
+ <property name="dest_y" value="83"/>
</properties>
</object>
<object id="11" name="Dangerous Zone" type="slide" x="2752" y="2624" width="32" height="32">
<properties>
<property name="dest_x" value="86"/>
- <property name="dest_y" value="120"/>
+ <property name="dest_y" value="79"/>
</properties>
</object>
<object id="12" name="Dangerous Zone" type="slide" x="960" y="3456" width="32" height="32">
<properties>
<property name="dest_x" value="30"/>
- <property name="dest_y" value="146"/>
+ <property name="dest_y" value="105"/>
</properties>
</object>
<object id="13" name="Safe Zone" type="slide" x="960" y="3392" width="32" height="32">
<properties>
<property name="dest_x" value="30"/>
- <property name="dest_y" value="150"/>
+ <property name="dest_y" value="109"/>
</properties>
</object>
<object id="19" name="Outside" type="warp" x="3872" y="1216" width="32" height="32">
diff --git a/monsters.xml b/monsters.xml
index c1a7f573..ac654fb0 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -935,4 +935,18 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
<monster id="1204" name="Pumpkandy" targetCursor="medium">
<sprite>monsters/pumpkandy.xml</sprite>
</monster>
+ <monster id="1205" name="The Monster King">
+ <sprite>races/human-male.xml</sprite>
+ <sprite>hairstyles/hairstyle7.xml|#2b2b2b,3d2613,3f3f3f,4e3117,585858,774c20,858585,8f5d22,a7a7a7,ae772d,d6d6d6,dbae5c,ffffff,f7e1ad</sprite>
+
+ <sprite>equipment/chest/warlordplate-male.xml|#573f10,9c8226,d3c04b,ffffff</sprite>
+ <sprite>equipment/weapons/lidersword.xml</sprite>
+ <sprite>equipment/legs/bromenalpants-male.xml</sprite>
+ <sprite>equipment/feet/boots-male.xml|#212121</sprite>
+
+ <sound event="hit">special/nature-thunder.ogg</sound>
+ <sound event="miss">weapons/piouslayer/miss1.ogg</sound>
+ <!--sound event="die">short-sword-die1.ogg</sound-->
+ <!--attack id="1" missile-particle="graphics/particles/lightning-lunovox.xml" action="attack"/-->
+ </monster>
</monsters>