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.
025-4.gat,89,21,0 script Julia 114,{
if (Rossy_Quest >= 17) goto L_End;
mes "[Julia]";
mes "Oh, you saved me, thank you!";
next;
mes "Here is a present for you.";
getitem "BunchOfParsley", 1;
getexp 5000, 0;
set Rossy_Quest, 17;
mes "I'm out of here now, come out from this horrible cave.";
close;
L_End:
mes "[Julia]";
mes "Come out from this horrible cave.";
close;
}