Jump to content
  • 0

Refiner +20 script problem after renew SRC folder.


Question

Posted

 


[Error]:  Loading NPC file: npc/mynpc/refine+20.txt
script error on npc/mynpc/refine+20.txt line 643
    parse_simpleexpr: unmatched ')'
   638 :                mes "I don't think I can";
   639 :                mes "refine this item at all...";
   640 :                close;
   641 :        }
   642 :        //Check if the item is identified... (Don't know why this is in here... but kept it anyway)
*  643 :        if(!getequipisidentify'('.@part)) {
   644 :                mes "[" + getarg(0) + "]";
   645 :                mes "You can't refine this";
   646 :                mes "if you haven't appraised";
   647 :                mes "it first. Make sure your";
   648 :                mes "stuff is identified before";
[Error]:

 

 

Refiner +20 script problem after renew SRC folder.

here is my script

 

refiner.txt

6 answers to this question

Recommended Posts

Posted

remove these 2 part..

	//Check if the item is identified... (Don't know why this is in here... but kept it anyway)
	if(!getequipisidentify(.@part)) {
		mes "[" + getarg(0) + "]";
		mes "You can't refine this";
		mes "if you haven't appraised";
		mes "it first. Make sure your";
		mes "stuff is identified before";
		mes "I can refine it.";
		close;
	}
	//Check if the item is identified... (Don't know why this is in here... but kept it anyway)
	if(!getequipisidentify(.@part)) {
		mes "[" + getarg(0) + "]";
		mes "You can't refine this";
		mes "if you haven't appraised";
		mes "it first. Make sure your";
		mes "stuff is identified before";
		mes "I can refine it.";
		close;
	}

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