Jump to content
  • 0

Refine script error


Question

5 answers to this question

Recommended Posts

Posted

it's removed....because...it make no sense if an equip that you currently wearing is non-identified. 

so you can just simply remove that part from your script ...

  • Upvote 1
Posted

there is no "getequipisidentify" if rAthena.

but it exist in hercules. Maybe this script is from hercules?



you can remove this line

    //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;
    }

and it will load perfectly but it will remove the check if item is identified function

  • Upvote 1

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