summaryrefslogtreecommitdiff
path: root/world/map/npc/002-5/_mobs.txt
blob: 018bebc371e4f07efdac45a67646a6216e3a619b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// This file is generated automatically. All manually changes will be removed when running the Converter.
// Deep Desert Mines mobs

002-5.gat,37,89,12,7|monster|AngryFireGoblin|1108,3,100000,30000,Mob002-5::On1108
002-5.gat,33,76,3,11|monster|CaveMaggot|1056,3,100000,30000,Mob002-5::On1056
002-5.gat,40,68,7,5|monster|AngryScorpion|1057,3,100000,30000,Mob002-5::On1057
002-5.gat,40,38,18,5|monster|Archant|1060,3,100000,30000,Mob002-5::On1060
002-5.gat,56,97,2,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060
002-5.gat,68,100,12,2|monster|YellowSlime|1007,4,100000,30000,Mob002-5::On1007
002-5.gat,91,80,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060
002-5.gat,89,94,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060
002-5.gat,74,78,1,5|monster|Archant|1060,2,100000,30000,Mob002-5::On1060
002-5.gat,94,72,2,4|monster|Archant|1060,1,100000,30000,Mob002-5::On1060
002-5.gat,90,61,6,2|monster|YellowSlime|1007,1,100000,30000,Mob002-5::On1007
002-5.gat,74,35,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060
002-5.gat,84,33,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060
002-5.gat,84,46,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060
002-5.gat,99,38,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060
002-5.gat,93,38,8,2|monster|YellowSlime|1007,2,100000,30000,Mob002-5::On1007
002-5.gat,62,62,5,43|monster|AngryFireGoblin|1108,3,100000,30000,Mob002-5::On1108


002-5.gat,0,0,0|script|Mob002-5|-1,
{
    end;

On1007:
    set @mobID, 1007;
    callfunc "MobPoints";
    end;

On1056:
    set @mobID, 1056;
    callfunc "MobPoints";
    end;

On1057:
    set @mobID, 1057;
    callfunc "MobPoints";
    end;

On1060:
    set @mobID, 1060;
    callfunc "MobPoints";
    end;

On1108:
    set @mobID, 1108;
    callfunc "MobPoints";
    end;
}