summaryrefslogtreecommitdiff
path: root/world/map/npc/012-3/_mobs.txt
blob: fb3958e6829d927362cacf0426aeecb454e03fa4 (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
// This file is generated automatically. All manually changes will be removed when running the Converter.
// Moggun Caves mobs

012-3.gat,447,65,17,7|monster|Moggun|1061,5,100000,30000,Mob012-3::On1061
012-3.gat,441,45,17,7|monster|Moggun|1061,5,100000,30000,Mob012-3::On1061
012-3.gat,411,30,17,7|monster|Moggun|1061,5,100000,30000,Mob012-3::On1061
012-3.gat,345,39,7,16|monster|Moggun|1061,5,100000,30000,Mob012-3::On1061
012-3.gat,362,101,16,18|monster|Moggun|1061,10,100000,30000,Mob012-3::On1061
012-3.gat,444,81,17,7|monster|Moggun|1061,5,100000,30000,Mob012-3::On1061
012-3.gat,387,137,17,7|monster|Moggun|1061,5,100000,30000,Mob012-3::On1061
012-3.gat,408,78,7,16|monster|Moggun|1061,5,100000,30000,Mob012-3::On1061
012-3.gat,382,151,17,7|monster|Moggun|1061,5,100000,30000,Mob012-3::On1061
012-3.gat,428,116,7,16|monster|Moggun|1061,5,100000,30000,Mob012-3::On1061
012-3.gat,329,100,7,16|monster|Moggun|1061,5,100000,30000,Mob012-3::On1061
012-3.gat,268,138,16,18|monster|Moggun|1061,10,100000,30000,Mob012-3::On1061
012-3.gat,188,51,16,18|monster|Moggun|1061,10,100000,30000,Mob012-3::On1061
012-3.gat,164,105,16,18|monster|Moggun|1061,10,100000,30000,Mob012-3::On1061
012-3.gat,0,0,0,0|monster|Bat|1017,100,0,0,Mob012-3::On1017
012-3.gat,0,0,0,0|monster|CaveSnake|1021,75,0,0,Mob012-3::On1021


012-3.gat,0,0,0|script|Mob012-3|-1,{
On1017:
    set @mobID, 1017;
    callfunc "MobPoints";
    end;

On1021:
    set @mobID, 1021;
    callfunc "MobPoints";
    end;

On1061:
    set @mobID, 1061;
    callfunc "MobPoints";
    end;

    end;
}