summaryrefslogtreecommitdiff
path: root/world/map/npc/009-3/_mobs.txt
blob: f78c4d1a6393825d61f6f7546bd995e81c588da7 (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.
// Hurnscald Cave mobs

009-3.gat,0,0,0,0|monster|YellowSlime|1007,20,0,0,Mob009-3::On1007
009-3.gat,0,0,0,0|monster|BlackScorpion|1009,25,0,0,Mob009-3::On1009
009-3.gat,0,0,0,0|monster|RedSlime|1008,35,0,0,Mob009-3::On1008


009-3.gat,0,0,0|script|Mob009-3|-1,
{
    end;

On1007:
    set @mobID, 1007;
    callfunc "MobPoints";
    end;

On1008:
    set @mobID, 1008;
    callfunc "MobPoints";
    end;

On1009:
    set @mobID, 1009;
    callfunc "MobPoints";
    end;
}