Thana Quest problem

Svanhild

New member
Messages
115
Points
0
Location
Queenslander
Emulator
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.

 
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.

 
Last edited by a moderator:
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 @_@

 
Back
Top