diff options
Diffstat (limited to 'npc/002-2')
-rw-r--r-- | npc/002-2/_import.txt | 3 | ||||
-rw-r--r-- | npc/002-2/_mobs.txt | 19 | ||||
-rw-r--r-- | npc/002-2/_warps.txt | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/npc/002-2/_import.txt b/npc/002-2/_import.txt new file mode 100644 index 00000000..a09dbeaf --- /dev/null +++ b/npc/002-2/_import.txt @@ -0,0 +1,3 @@ +map: 002-2.gat +npc: npc/002-2/_warps.txt +npc: npc/002-2/_mobs.txt diff --git a/npc/002-2/_mobs.txt b/npc/002-2/_mobs.txt new file mode 100644 index 00000000..a505cef4 --- /dev/null +++ b/npc/002-2/_mobs.txt @@ -0,0 +1,19 @@ +// 002-2 mobs + +002-2.gat,38,38,9,9 monster Red Slime 1008,1,0,0,Mob002-2::On1008 +002-2.gat,82,92,9,9 monster Black Scorpion 1009,1,0,0,Mob002-2::On1009 + + +002-2.gat,0,0,0 script Mob002-2 -1,{ +On1008: + set @mobID, 1008; + callfunc "MobPoints"; + break; + +On1009: + set @mobID, 1009; + callfunc "MobPoints"; + break; + + end; +} diff --git a/npc/002-2/_warps.txt b/npc/002-2/_warps.txt new file mode 100644 index 00000000..93722bd0 --- /dev/null +++ b/npc/002-2/_warps.txt @@ -0,0 +1,3 @@ +// 002-2 warps + +002-2.gat,38,30 warp CaveExit 2,-1,1.gat,18,90 |