Jump to content
  • 0

Unrepeatable quests?


Question

Posted (edited)

I don't know how to do this in rA, in eA it worked like this:


if(quest_done == 1) {
mes "Text here if quest succeeded.";
close;
}

next;
getitem 12157,1;
getexp 150,15;
next;
mes "Text here if quest done";
set quest_done,1;
close;
}

That would be a unrepeatable quest, when you wanted another unrepeatable quest it was copying the whole thing and simply changing the 1 into a 2.

But if i do that now, i can keep running in between two NPCs and they will keep giving me items and exp, so it's not unrepeatable at all.

how can i make it unrepeatable...?

Help very much appreciated!

Edited by HristDead

10 answers to this question

Recommended Posts

Posted (edited)

Still not working.

It's either both NPCs work and i can keep walking between them getting items from both, or only one works and the other brings me to the 'quest done' variable without completing the quest.

Edited by HristDead

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...