diff options
Diffstat (limited to 'world/map/npc/027-4/_mobs.txt')
-rw-r--r-- | world/map/npc/027-4/_mobs.txt | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/world/map/npc/027-4/_mobs.txt b/world/map/npc/027-4/_mobs.txt index ae73e143..8feb1baa 100644 --- a/world/map/npc/027-4/_mobs.txt +++ b/world/map/npc/027-4/_mobs.txt @@ -1,9 +1,24 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// Inner Chamber mobs +// Crypt Sub-Basement One mobs +027-4.gat,39,84,38,22|monster|Skeleton|1043,2,60000,8000,Mob027-4::On1043 +027-4.gat,27,57,15,22|monster|LadySkeleton|1044,2,60000,8000,Mob027-4::On1044 +027-4.gat,108,77,39,14|monster|Skeleton|1043,2,60000,8000,Mob027-4::On1043 +027-4.gat,61,37,38,30|monster|LadySkeleton|1044,2,60000,8000,Mob027-4::On1044 +027-4.gat,101,36,38,30|monster|LadySkeleton|1044,2,60000,8000,Mob027-4::On1044 027-4.gat,0,0,0|script|Mob027-4|-1, { end; + +On1043: + set @mobID, 1043; + callfunc "MobPoints"; + end; + +On1044: + set @mobID, 1044; + callfunc "MobPoints"; + end; } |