diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-15 21:39:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-15 21:39:19 -0300 |
commit | 25ee0e0498a0da0cd425f6364b3f9252181223c4 (patch) | |
tree | f39b4c695a931cb7891d729cc218face3c7b28d3 /npc | |
parent | 6915aaac16c361ecbc52fba693173879c8e6cd1b (diff) | |
download | serverdata-25ee0e0498a0da0cd425f6364b3f9252181223c4.tar.gz serverdata-25ee0e0498a0da0cd425f6364b3f9252181223c4.tar.bz2 serverdata-25ee0e0498a0da0cd425f6364b3f9252181223c4.tar.xz serverdata-25ee0e0498a0da0cd425f6364b3f9252181223c4.zip |
Make maps again
Diffstat (limited to 'npc')
-rw-r--r-- | npc/007-1/_mobs.txt | 4 | ||||
-rw-r--r-- | npc/024-1/_warps.txt | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/npc/007-1/_mobs.txt b/npc/007-1/_mobs.txt index 1ed6cad30..487d1fe01 100644 --- a/npc/007-1/_mobs.txt +++ b/npc/007-1/_mobs.txt @@ -1,8 +1,8 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 007-1: Tulimshar Mining Camp mobs 007-1,140,101,43,90 monster Cave Maggot 1027,38,35000,300000,Tycoon::OnKillCaveMaggot -007-1,129,45,14,9 monster Black Scorpion 1074,4,35000,220000,Tycoon::OnKillBlackScorpion -007-1,70,60,19,15 monster Ratto 1005,3,35000,300000,Tycoon::OnKillRatto +007-1,129,50,14,14 monster Black Scorpion 1074,5,35000,220000,Tycoon::OnKillBlackScorpion +007-1,70,60,19,15 monster Ratto 1005,4,35000,300000,Tycoon::OnKillRatto 007-1,64,50,19,23 monster Piou 1002,3,35000,300000 007-1,118,140,57,52 monster Cave Snake 1035,25,35000,300000,Tycoon::OnKillCaveSnake 007-1,57,156,37,29 monster Red Scorpion 1072,10,35000,300000,Tycoon::OnKillRedScorpion diff --git a/npc/024-1/_warps.txt b/npc/024-1/_warps.txt index dd741fd0a..16d5fe013 100644 --- a/npc/024-1/_warps.txt +++ b/npc/024-1/_warps.txt @@ -1,3 +1,8 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 024-1: Frostia warps 024-1,75,134,0 warp #024-1_75_134 0,0,023-1,42,32 +024-1,94,70,0 script #024-1_94_70 NPC_HIDDEN,3,0,{ + end; +OnTouch: + slide 93,72; end; +} |