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.
027-1,28,67,0|script|#CryptEntrance|45,0,0
{
if (BaseLevel < 60)
goto L_Weak;
warp "027-2", 112, 110;
end;
L_Weak:
message strcharinfo(0), "Come back when you're a bit more experienced.";
end;
}