diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-11 13:47:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-11 13:47:41 -0300 |
commit | 82519af14be4607ad76ccddae9ed4c4494dcaa09 (patch) | |
tree | 4bac1ccf47e34e8319a3315031fe1991fc31ef27 /maps/003-1.tmx | |
parent | ec698d8fe6fd3282311fd6d020e2c6e3d04bcf7d (diff) | |
download | clientdata-82519af14be4607ad76ccddae9ed4c4494dcaa09.tar.gz clientdata-82519af14be4607ad76ccddae9ed4c4494dcaa09.tar.bz2 clientdata-82519af14be4607ad76ccddae9ed4c4494dcaa09.tar.xz clientdata-82519af14be4607ad76ccddae9ed4c4494dcaa09.zip |
Connect Magic School to Tulimshar. The other way around is handled by script.
Diffstat (limited to 'maps/003-1.tmx')
-rw-r--r-- | maps/003-1.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/003-1.tmx b/maps/003-1.tmx index 468f8703..cb3b86f4 100644 --- a/maps/003-1.tmx +++ b/maps/003-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="160" height="180" tilewidth="32" tileheight="32" nextobjectid="91"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="160" height="180" tilewidth="32" tileheight="32" nextobjectid="92"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1924,7 +1924,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <objectgroup name="Object" visible="0"> + <objectgroup name="Object"> <object id="44" name="To Guild House Mid" type="warp" x="1568" y="2304" width="32" height="32"> <properties> <property name="dest_map" value="003-2"/> @@ -2194,6 +2194,14 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="91" name="To Magic School" type="warp" x="1088" y="1056" width="32" height="32"> + <properties> + <property name="dest_map" value="003-0"/> + <property name="dest_x" value="48"/> + <property name="dest_y" value="51"/> + <property name="npc_id" value="SCRIPT"/> + </properties> + </object> </objectgroup> <objectgroup color="#ff007f" name="Particles" visible="0"> <object id="88" name="graphics/particles/chimney-dark.xml" type="particle_effect" x="3488" y="2752" width="32" height="32"/> |