summaryrefslogtreecommitdiff
path: root/world/map/npc/051-1/_mobs.txt
blob: 32dc8bbb99b3845da5f59259d7db8f26da29a081 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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,{
On1019:
    set @mobID, 1019;
    callfunc "MobPoints";
    end;

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

    end;
}