summaryrefslogtreecommitdiff
path: root/npc/018-3_Cave/_mobs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-3_Cave/_mobs.txt')
-rw-r--r--npc/018-3_Cave/_mobs.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/npc/018-3_Cave/_mobs.txt b/npc/018-3_Cave/_mobs.txt
index 668d5902..f05523f6 100644
--- a/npc/018-3_Cave/_mobs.txt
+++ b/npc/018-3_Cave/_mobs.txt
@@ -19,13 +19,14 @@
018-3.gat,111,80,5,6 monster Black scorpions 1009,10,0,0,Mob018-3::On1009
018-3.gat,175,122,5,40 monster Snake 1010,15,0,0,Mob018-3::On1010
018-3.gat,98,75,1,2 monster Fire skull 1023,1,0,0,Mob018-3::On1023
-018-3.gat,100,75,1,2 monster Poison skull 2024,1,0,0,Mob018-3::On2024
+018-3.gat,100,75,1,2 monster Poison skull 1024,1,0,0,Mob018-3::On1024
018-3.gat,171,95,15,19 monster Red scorpion 1004,5,0,0,Mob018-3::On1004
018-3.gat,134,87,17,7 monster Red slime 1008,10,0,0,Mob018-3::On1008
018-3.gat,59,95,11,8 monster Spider 1012,15,0,0,Mob018-3::On1012
018-3.gat,77,92,23,7 monster Black scorpion 1009,15,0,0,Mob018-3::On1009
018-3.gat,133,39,12,17 monster Spider 1012,10,0,0,Mob018-3::On1012
018-3.gat,111,33,30,16 monster Mountain snake 1026,15,0,0,Mob018-3::On1026
+018-3.gat,68,101,5,4 monster Snake 1010,4,0,0,Mob018-3::On1010
018-3.gat,0,0,0 script Mob018-3 -1,{
@@ -99,6 +100,11 @@ On1023:
callfunc "MobPoints";
break;
+On1024:
+ set @mobID, 1024;
+ callfunc "MobPoints";
+ break;
+
On1026:
set @mobID, 1026;
callfunc "MobPoints";
@@ -109,10 +115,5 @@ On1035:
callfunc "MobPoints";
break;
-On2024:
- set @mobID, 2024;
- callfunc "MobPoints";
- break;
-
end;
}