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.
// Mini-Boss
// General Krukun
027-8.gat,38,61,0|script|#GeneralExit3|35,3,0
{
if ($@CRYPT_FIGHT3 != 0)
goto L_Block;
warp "027-5.gat",70,26;
end;
L_Block:
message strcharinfo(0), "A force field seems to be blocking you from exiting.";
end;
}