diff options
author | wushin <pasekei@gmail.com> | 2014-06-23 19:00:39 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-06-25 09:57:36 -0500 |
commit | c5d3a33cadaeb39f9c16f2aaa29e61f399a0cecf (patch) | |
tree | b91c9c7ee49acfb112243f73b8c6c386e3524ea5 /maps/022-1.tmx | |
parent | 6769eb6b34c6ba72e43b77882b73e7806f300fe8 (diff) | |
download | clientdata-c5d3a33cadaeb39f9c16f2aaa29e61f399a0cecf.tar.gz clientdata-c5d3a33cadaeb39f9c16f2aaa29e61f399a0cecf.tar.bz2 clientdata-c5d3a33cadaeb39f9c16f2aaa29e61f399a0cecf.tar.xz clientdata-c5d3a33cadaeb39f9c16f2aaa29e61f399a0cecf.zip |
Starting Area Redux
* Tutorial is a quick funnel
* Exits are obvious and open
* New Side Quests
** Valon's Beast Mastery
** Zegas's Barrels
** Magic Wand
* Some Quests stay open after tutorial is done
* House Maggot & Tame Scorpion added
* Made Magic usable for lowbies with Wand
Diffstat (limited to 'maps/022-1.tmx')
-rw-r--r-- | maps/022-1.tmx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/maps/022-1.tmx b/maps/022-1.tmx index fac55d84..ba5a27e5 100644 --- a/maps/022-1.tmx +++ b/maps/022-1.tmx @@ -1220,7 +1220,7 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup name="Objects" visible="0"> + <objectgroup name="Objects"> <object name="To Tulismhar Suburbs" type="warp" x="608" y="1152" width="32" height="128"> <properties> <property name="dest_map" value="042-1"/> @@ -1249,6 +1249,12 @@ <property name="dest_tile_y" value="23"/> </properties> </object> - <object name="graphics/particles/warparea.particle.xml" type="particle_effect" x="1472" y="2624" width="32" height="32"/> + <object name="To Tulimshar Suburbs" type="warp" x="1472" y="2624" width="32" height="32"> + <properties> + <property name="dest_map" value="042-1"/> + <property name="dest_tile_x" value="115"/> + <property name="dest_tile_y" value="85"/> + </properties> + </object> </objectgroup> </map> |