summaryrefslogtreecommitdiff
path: root/maps/new_2-1.tmx
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-03-26 13:07:18 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-03-26 13:07:18 +0000
commit6ac3309d89226dc8ff86af24a785d5694f8e93ad (patch)
treeb99eaa9f99af62558bcec407e0a3e23a09c8128f /maps/new_2-1.tmx
parent3c3a3da1fdcb7b72ef14a51037982f4cb89da34e (diff)
downloadclientdata-6ac3309d89226dc8ff86af24a785d5694f8e93ad.tar.gz
clientdata-6ac3309d89226dc8ff86af24a785d5694f8e93ad.tar.bz2
clientdata-6ac3309d89226dc8ff86af24a785d5694f8e93ad.tar.xz
clientdata-6ac3309d89226dc8ff86af24a785d5694f8e93ad.zip
Integrated the map changes from tmw/trunk into the maps in tmwdata.
Diffstat (limited to 'maps/new_2-1.tmx')
-rw-r--r--maps/new_2-1.tmx57
1 files changed, 57 insertions, 0 deletions
diff --git a/maps/new_2-1.tmx b/maps/new_2-1.tmx
index dbfa5c02..0f667a66 100644
--- a/maps/new_2-1.tmx
+++ b/maps/new_2-1.tmx
@@ -35,4 +35,61 @@
</data>
<tileproperties/>
</layer>
+ <objectgroup name="Objects" width="0" height="0">
+ <object name="CaveExit" type="WARP" x="1152" y="960" width="128" height="32">
+ <properties>
+ <property name="DEST_MAP">
+ 1
+ </property>
+ <property name="DEST_X">
+ 592
+ </property>
+ <property name="DEST_Y">
+ 2880
+ </property>
+ </properties>
+ </object>
+ <object name="Red Slime" type="SPAWN" x="1088" y="1088" width="320" height="320">
+ <properties>
+ <property name="MONSTER_ID">
+ 1008
+ </property>
+ </properties>
+ </object>
+ <object name="Black Scorpion" type="SPAWN" x="2496" y="2816" width="320" height="320">
+ <properties>
+ <property name="MONSTER_ID">
+ 1009
+ </property>
+ </properties>
+ </object>
+ <object name="Nathan the Miner" type="NPC" x="1136" y="1136" width="0" height="0">
+ <properties>
+ <property name="SCRIPT">
+ function npc_handler(npc, ch)
+ do_message(npc, ch, "It's very dangerous in here\nBe careful")
+ end
+ </property>
+ <property name="NPC_ID">
+ 109
+ </property>
+ </properties>
+ </object>
+ <object name="Naem the Miner" type="NPC" x="2736" y="3120" width="0" height="0">
+ <properties>
+ <property name="SCRIPT">
+ function npc_handler(npc, ch)
+ do_message(npc, ch, "We discovered an underground palace\nDo you want me to let you in?")
+ local v = do_choice(npc, ch, "Sure", "Not yet!")
+ if v == 1 then
+ tmw.chr_warp(ch, 5, 34 * 32 + 16, 92 * 32 + 16)
+ end
+ end
+ </property>
+ <property name="NPC_ID">
+ 109
+ </property>
+ </properties>
+ </object>
+ </objectgroup>
</map>