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.
// 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|Log Head|1025,30,100000,30000,Mob051-1::On1025
051-1.gat,42,35,41,22|monster|Spiky Mushroom|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;
}