summaryrefslogtreecommitdiff
path: root/world/map/npc/051-1/_mobs.txt
blob: 752c527c1eabe4a1beaa91c8c3554d1ef4787d65 (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 added changes will be removed when running the Converter.
// Illia outskirts mobs

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


051-1,0,0,0|script|Mob051-1|32767
{
    end;

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

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