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

056-1.gat,0,0,0,0|monster|EvilMushroom|1013,10,10000,45000,Mob056-1::On1013
056-1.gat,0,0,0,0|monster|LogHead|1025,10,10000,45000,Mob056-1::On1025
056-1.gat,0,0,0,0|monster|MauvePlant|1029,2,10000,85000,Mob056-1::On1029


056-1.gat,0,0,0|script|Mob056-1|-1,
{
    end;

On1013:
    set @mobID, 1013;
    callfunc "MobPoints";
    end;

On1025:
    set @mobID, 1025;
    callfunc "MobPoints";
    end;

On1029:
    set @mobID, 1029;
    callfunc "MobPoints";
    end;
}