Jump to content
  • 0
Svanhild

Thana Quest problem

Question

Okay, so I got all the right fragments and I'm entering the right fragment passcodes for each specific npc/monster. But it always tells me, That action had no effect. You'll have to try something else. And nothing works. Im using the default script from the quests folder, can someone confirm this? Thanks.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Try to debug it.
Change:

	mes "The seal seems to be dormant.";
	mes "There is a fragment missing from the crest of the Seal.";
	mes "Surely I saw a familiar fragment before...";

to:

	mes "The seal seems to be dormant.";
	mes "There is a fragment missing from the crest of the Seal.";
	mes "Surely I saw a familiar fragment before...";
	mes "You have to put ^ff0000Fragment of "+.@j$ +"^000000";
	mes "And have the item "+ getitemname ( .@i[0] ) +".";

If nothing appears in the item part, then it's a problem with the .@seal var. If something appears, you did something wrong.

Edited by Omnipotent

Share this post


Link to post
Share on other sites
  • 0

it's actually weird coz it does nothing, Im typing the right fragment but it seems like it's not accepting it. I've spent hours for this @_@

Share this post


Link to post
Share on other sites

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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.