diff options
author | Wombat <hpwombat@yahoo.com> | 2011-02-22 11:30:42 -0500 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-03-01 17:12:44 +0100 |
commit | 707756cb63fa4ec02d212137e011d9849d4edf06 (patch) | |
tree | 6d33d498c2a3cff64939e67f4d18d6d197260e2a /npc/033-1_Snow_field | |
parent | 0ebda301eb4e0b4dca8f9f9ba1f17250901bab76 (diff) | |
download | serverdata-707756cb63fa4ec02d212137e011d9849d4edf06.tar.gz serverdata-707756cb63fa4ec02d212137e011d9849d4edf06.tar.bz2 serverdata-707756cb63fa4ec02d212137e011d9849d4edf06.tar.xz serverdata-707756cb63fa4ec02d212137e011d9849d4edf06.zip |
fix to 012-4 removing "terranite island" and map changes from converter
012-4.tmx removed terranite island where monsters were spawning and couldn't
be killed. Ran the java converter afterwards and recieved a number of changes
Those changes added to this patch for review.
Amendment: marked out ("//") golbenez and alacrius inside their scripts.
This is to be done instead of marking out inside _import.txt.
Diffstat (limited to 'npc/033-1_Snow_field')
-rw-r--r-- | npc/033-1_Snow_field/_import.txt | 3 | ||||
-rw-r--r-- | npc/033-1_Snow_field/_mobs.txt | 7 | ||||
-rw-r--r-- | npc/033-1_Snow_field/_warps.txt | 6 |
3 files changed, 16 insertions, 0 deletions
diff --git a/npc/033-1_Snow_field/_import.txt b/npc/033-1_Snow_field/_import.txt new file mode 100644 index 00000000..ceb8aa1f --- /dev/null +++ b/npc/033-1_Snow_field/_import.txt @@ -0,0 +1,3 @@ +map: 033-1.gat +npc: npc/033-1_Snow_field/_mobs.txt +npc: npc/033-1_Snow_field/_warps.txt diff --git a/npc/033-1_Snow_field/_mobs.txt b/npc/033-1_Snow_field/_mobs.txt new file mode 100644 index 00000000..b7b0ed59 --- /dev/null +++ b/npc/033-1_Snow_field/_mobs.txt @@ -0,0 +1,7 @@ +// 033-1 Snow field mobs + + + +033-1.gat,0,0,0 script Mob033-1 -1,{ + end; +} diff --git a/npc/033-1_Snow_field/_warps.txt b/npc/033-1_Snow_field/_warps.txt new file mode 100644 index 00000000..ba32b3d3 --- /dev/null +++ b/npc/033-1_Snow_field/_warps.txt @@ -0,0 +1,6 @@ +// 033-1 Snow field warps + +033-1.gat,168,21 warp ToVillage 2,-1,020-1.gat,70,126 +033-1.gat,159,102 warp toRomanticPlace 2,-1,030-1.gat,60,29 +033-1.gat,194,40 warp toCave -1,-1,019-3.gat,98,27 +033-1.gat,136,75 warp toCave2 -1,-1,019-3.gat,40,97 |