DEPRECATED: The server data developed for the tmwAthena server used by The Mana World Legacy. All further development will take place in the "server-data" repo.
// Map: 011-4
// This is the Lake Cave, second level of the Hermit's Cave.
//
011-4.gat,0,0,0,0 monster CaveSnake 1021,40,0,0,Mob17::OnCaveSnake
011-4.gat,0,0,0,0 monster SpikyMushroom 1019,15,0,0,Mob17::OnSpikyMushroom
011-4.gat,0,0,0 script Mob17 -1,{
OnCaveSnake:
set @mobID, 1021;
callfunc "MobPoints";
break;
OnSpikyMushroom:
set @mobID, 1019;
callfunc "MobPoints";
break;
end;
}