Jump to content
  • 0

Refiner +20 script problem after renew SRC folder.


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

 


[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

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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;
	}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1131
  • Joined:  05/27/12
  • Last Seen:  

When you update your SVN, update all parts of it. The script command was removed.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

When you update your SVN, update all parts of it. The script command was removed.

so how do i correct it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

Posted · Hidden by Capuche, September 5, 2013 - No reason given
Hidden by Capuche, September 5, 2013 - No reason given

bump

Link to comment

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  08/31/13
  • Last Seen:  

same problem here anyone can save us?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  08/31/13
  • Last Seen:  

Thanks E M I S T R Y!

Link to comment
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.   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.

×
×
  • Create New...