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.
011-6.gat,264,236,0|script|#BL_Barrier2|45,0,0
{
set @state, ((QUEST_Hurnscald & NIBBLE_0_MASK) >> NIBBLE_0_SHIFT);
if (@state >= 6) goto L_Bandit_Lord_Hideout_Open;
message strcharinfo(0), "You have a feeling that you should not enter this place now.";
goto L_End;
L_Bandit_Lord_Hideout_Open:
warp "011-6.gat",174,255;
goto L_End;
L_End:
set @state, 0;
end;
}