diff options
Diffstat (limited to 'npc/test_Tulimshar')
-rw-r--r-- | npc/test_Tulimshar/_import.txt | 3 | ||||
-rw-r--r-- | npc/test_Tulimshar/_mobs.txt | 47 | ||||
-rw-r--r-- | npc/test_Tulimshar/_warps.txt | 5 |
3 files changed, 0 insertions, 55 deletions
diff --git a/npc/test_Tulimshar/_import.txt b/npc/test_Tulimshar/_import.txt deleted file mode 100644 index d1091f7d..00000000 --- a/npc/test_Tulimshar/_import.txt +++ /dev/null @@ -1,3 +0,0 @@ -map: test.gat -npc: npc/test_Tulimshar/_mobs.txt -npc: npc/test_Tulimshar/_warps.txt diff --git a/npc/test_Tulimshar/_mobs.txt b/npc/test_Tulimshar/_mobs.txt deleted file mode 100644 index 2589b562..00000000 --- a/npc/test_Tulimshar/_mobs.txt +++ /dev/null @@ -1,47 +0,0 @@ -// test Tulimshar mobs - -test.gat,44,87,2,1 monster Scorpion 1003,1,30000,0,Mobtest::On1003 -test.gat,44,87,2,1 monster Scorpion 1003,1,60000,0,Mobtest::On1003 -test.gat,44,87,2,1 monster Scorpion 1003,1,90000,0,Mobtest::On1003 -test.gat,44,87,2,1 monster Scorpion 1003,1,180000,0,Mobtest::On1003 -test.gat,44,87,2,1 monster Scorpion 1003,1,270000,0,Mobtest::On1003 -test.gat,44,87,2,1 monster Scorpion 1003,1,360000,0,Mobtest::On1003 -test.gat,82,30,9,8 monster Maggot 1002,5,0,0,Mobtest::On1002 -test.gat,115,25,8,4 monster Maggot 1002,3,0,0,Mobtest::On1002 -test.gat,124,53,15,13 monster Maggot 1002,10,0,0,Mobtest::On1002 -test.gat,120,64,15,13 monster Maggot 1002,11,0,0,Mobtest::On1002 -test.gat,63,24,3,2 monster Maggot 1002,2,0,0,Mobtest::On1002 -test.gat,72,64,3,2 monster Maggots 1002,2,0,0,Mobtest::On1002 -test.gat,97,80,3,2 monster Maggot 1002,2,0,0,Mobtest::On1002 -test.gat,134,61,3,2 monster Maggots 1002,2,0,0,Mobtest::On1002 -test.gat,112,47,3,2 monster Maggot 1002,2,0,0,Mobtest::On1002 -test.gat,129,37,3,2 monster Maggot 1002,2,0,0,Mobtest::On1002 -test.gat,89,31,3,2 monster Maggot 1002,2,0,0,Mobtest::On1002 -test.gat,19,78,3,2 monster Maggot 1002,2,0,0,Mobtest::On1002 -test.gat,122,59,17,22 monster Giant Maggot 1006,1,0,0,Mobtest::On1006 -test.gat,130,22,1,1 monster Fire Goblin 1011,1,61000,60000,Mobtest::On1011 - - -test.gat,0,0,0 script Mobtest -1,{ -On1002: - set @mobID, 1002; - callfunc "MobPoints"; - break; - -On1003: - set @mobID, 1003; - callfunc "MobPoints"; - break; - -On1006: - set @mobID, 1006; - callfunc "MobPoints"; - break; - -On1011: - set @mobID, 1011; - callfunc "MobPoints"; - break; - - end; -} diff --git a/npc/test_Tulimshar/_warps.txt b/npc/test_Tulimshar/_warps.txt deleted file mode 100644 index fe07c49e..00000000 --- a/npc/test_Tulimshar/_warps.txt +++ /dev/null @@ -1,5 +0,0 @@ -// test Tulimshar warps - -test.gat,44,88 warp ToSandstorm 3,-1,002-1.gat,58,17 -test.gat,32,71 warp ToInn -1,-1,001-2.gat,25,34 -test.gat,75,41 warp ToHouse -1,-1,001-2.gat,71,72 |