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/003-1/_mobs.txt | |
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/003-1/_mobs.txt')
-rw-r--r-- | world/map/npc/003-1/_mobs.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/003-1/_mobs.txt b/world/map/npc/003-1/_mobs.txt index 62e1391e..0120bde8 100644 --- a/world/map/npc/003-1/_mobs.txt +++ b/world/map/npc/003-1/_mobs.txt @@ -1,6 +1,7 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Beach mobs +003-1.gat,158,68,28,96|monster|Giant Maggot|1006,10,100000,30000,Mob003-1::On1006 003-1.gat,0,0,0,0|monster|Sea Slime|1033,15,100000,30000,Mob003-1::On1033 003-1.gat,120,31,22,22|monster|Sea Slime|1033,5,100000,30000,Mob003-1::On1033 003-1.gat,119,68,105,101|monster|Green Slime|1005,35,100000,30000,Mob003-1::On1005 @@ -19,6 +20,11 @@ On1005: callfunc "MobPoints"; end; +On1006: + set @mobID, 1006; + callfunc "MobPoints"; + end; + On1026: set @mobID, 1026; callfunc "MobPoints"; |