diff options
Diffstat (limited to 'npc/025-3')
-rw-r--r-- | npc/025-3/_mobs.txt | 25 | ||||
-rw-r--r-- | npc/025-3/_warps.txt | 2 |
2 files changed, 27 insertions, 0 deletions
diff --git a/npc/025-3/_mobs.txt b/npc/025-3/_mobs.txt index 715f8a4b..90a96cd2 100644 --- a/npc/025-3/_mobs.txt +++ b/npc/025-3/_mobs.txt @@ -1,8 +1,33 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // 025-3 mobs +025-3.gat,95,95,154,154 monster CaveMaggots 1056,100,0,250,Mob025-3::On1056 +025-3.gat,95,95,154,154 monster CaveMaggot 1056,100,0,100,Mob025-3::On1056 +025-3.gat,94,94,151,151 monster Archant 1060,20,0,100,Mob025-3::On1060 +025-3.gat,94,94,147,147 monster AngryScorpion 1057,25,0,0,Mob025-3::On1057 +025-3.gat,67,153,4,2 monster Skeleton 1043,1,0,30000,Mob025-3::On1043 025-3.gat,0,0,0 script Mob025-3 -1,{ +On1043: + set @mobID, 1043; + callfunc "MobPoints"; + break; + +On1056: + set @mobID, 1056; + callfunc "MobPoints"; + break; + +On1057: + set @mobID, 1057; + callfunc "MobPoints"; + break; + +On1060: + set @mobID, 1060; + callfunc "MobPoints"; + break; + end; } diff --git a/npc/025-3/_warps.txt b/npc/025-3/_warps.txt index 8581ae21..7e3d114d 100644 --- a/npc/025-3/_warps.txt +++ b/npc/025-3/_warps.txt @@ -1,3 +1,5 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // 025-3 warps +025-3.gat,112,99 warp ToOutside 1,-1,025-1.gat,42,81 +025-3.gat,105,86 warp ToHelper -1,-1,025-4.gat,28,36 |