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: 05-3
// This is the Snake Pit, a cave in the Snake Desert.
//
005-3.gat,0,0,0,0 monster Snake 1010,175,0,0,Mob22::OnSnake
005-3.gat,0,0,0 script Mob22 -1,{
OnSnake:
set @mobID, 1010;
callfunc "MobPoints";
break;
end;
}