diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-11 14:16:02 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-19 11:04:33 -0700 |
commit | a08660ca24cc18778ad929eb5a79453ba37d232e (patch) | |
tree | 3a89c50ddb54959b661e70802eb71ca77bce7216 /world/map/npc/028-3 | |
parent | fb3b066e0b99900b0dff319ef9ca8776d9d26a64 (diff) | |
download | serverdata-a08660ca24cc18778ad929eb5a79453ba37d232e.tar.gz serverdata-a08660ca24cc18778ad929eb5a79453ba37d232e.tar.bz2 serverdata-a08660ca24cc18778ad929eb5a79453ba37d232e.tar.xz serverdata-a08660ca24cc18778ad929eb5a79453ba37d232e.zip |
Add a tmx-to-wlk converter that handles CSV (in Python), and run it.
Some of the _mobs files changed due to bugs in the maps, which I fixed.
Remove the old Java version.
Diffstat (limited to 'world/map/npc/028-3')
-rw-r--r-- | world/map/npc/028-3/_mobs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/028-3/_mobs.txt b/world/map/npc/028-3/_mobs.txt index 2816948d..5556ef9d 100644 --- a/world/map/npc/028-3/_mobs.txt +++ b/world/map/npc/028-3/_mobs.txt @@ -1,7 +1,7 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Easter Island Cave mobs -028-3.gat,51,49,22,15|monster|Silkworm|1035,10,0,3000,Mob028-3::On1035 +028-3.gat,51,49,22,15|monster|Silkworm|1035,10,30000,3000,Mob028-3::On1035 028-3.gat,43,35,1,1|monster|Evil Mushroom|1013,3,40000,5000,Mob028-3::On1013 028-3.gat,27,31,1,1|monster|Evil Mushroom|1013,3,40000,5000,Mob028-3::On1013 028-3.gat,50,49,61,60|monster|Bat|1017,10,60000,10000,Mob028-3::On1017 |