every time I'm in Lutie trying to click the strange mark the chat box just freezes on "I found the strange mark" after about a minute the close button appears but cant progress through the rest of the quest.
geffen,207,114,4 script #Hiddne01Easter 844,{
if (oversea_event2 > 519) {
OnRelease:
specialeffect EF_PATTACK;
mes "- I found ^0000FFthe strange mark^000000. -";
next;
specialeffect2 EF_HOLYHIT;
mes "- I can definitely feel that";
mes "- ^0000FFRina^000000 has been released";
mes "- from the curse.";
mes "- ^006400Let's go back to Rina!^000000";
if (checkquest(9122) < 2) {
completequest 9122;
setquest 9123;
}
close;
}
end;
}
xmas,144,52,4 script #Hiddne02Easter 844,{
if (oversea_event3 > 269)
doevent "#Hiddne01Easter::OnRelease";
end;
Question
mirabell
every time I'm in Lutie trying to click the strange mark the chat box just freezes on "I found the strange mark" after about a minute the close button appears but cant progress through the rest of the quest.
geffen,207,114,4 script #Hiddne01Easter 844,{ if (oversea_event2 > 519) { OnRelease: specialeffect EF_PATTACK; mes "- I found ^0000FFthe strange mark^000000. -"; next; specialeffect2 EF_HOLYHIT; mes "- I can definitely feel that"; mes "- ^0000FFRina^000000 has been released"; mes "- from the curse."; mes "- ^006400Let's go back to Rina!^000000"; if (checkquest(9122) < 2) { completequest 9122; setquest 9123; } close; } end; } xmas,144,52,4 script #Hiddne02Easter 844,{ if (oversea_event3 > 269) doevent "#Hiddne01Easter::OnRelease"; end;
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.