summaryrefslogtreecommitdiff
path: root/world/map/npc/051-1/_mobs.txt
blob: 4b46421620db2d8c879c9ff4722dc745fc254c99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// This file is generated automatically. All manually changes will be removed when running the Converter.
// Illia outskirts mobs

051-1.gat,42,35,42,24|monster|LogHead|1025,30,100000,30000,Mob051-1::On1025
051-1.gat,42,35,41,22|monster|SpikyMushroom|1019,10,100000,30000,Mob051-1::On1019


051-1.gat,0,0,0|script|Mob051-1|-1,
{
    end;

On1019:
    set @mobID, 1019;
    callfunc "MobPoints";
    end;

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