diff options
Diffstat (limited to 'npc/new_17-1-cave-big')
-rw-r--r-- | npc/new_17-1-cave-big/monsters.txt | 20 | ||||
-rw-r--r-- | npc/new_17-1-cave-big/passages.txt | 2 |
2 files changed, 0 insertions, 22 deletions
diff --git a/npc/new_17-1-cave-big/monsters.txt b/npc/new_17-1-cave-big/monsters.txt deleted file mode 100644 index 95d09026..00000000 --- a/npc/new_17-1-cave-big/monsters.txt +++ /dev/null @@ -1,20 +0,0 @@ -// Map: new_17-1 -// This is the Lake Cave, second level of the Hermit's Cave. -// - -new_17-1.gat,0,0,0,0 monster CaveSnake 1021,40,0,0,Mob17::OnCaveSnake -new_17-1.gat,0,0,0,0 monster SpikyMushroom 1019,15,0,0,Mob17::OnSpikyMushroom - -new_17-1.gat,0,0,0 script Mob17 -1,{ -OnCaveSnake: - set @mobID, 1021; - callfunc "MobPoints"; - break; - -OnSpikyMushroom: - set @mobID, 1019; - callfunc "MobPoints"; - break; - - end; -} diff --git a/npc/new_17-1-cave-big/passages.txt b/npc/new_17-1-cave-big/passages.txt deleted file mode 100644 index 8192c69e..00000000 --- a/npc/new_17-1-cave-big/passages.txt +++ /dev/null @@ -1,2 +0,0 @@ -new_17-1.gat,71,10 warp firstlvl 3,0,new_4-1.gat,31,24 -new_17-1.gat,129,87 warp cave 0,0,new_35-1.gat,21,55 |