Jump to content
  • 0

Item with command


Question

Posted (edited)

Hi,

I need a item that create a slaveclone just for Soul Linker, but you can use it only one time. I mean, you can have just one clone, you can use again when clone dies. It's possible?

my progress:

{ if(Class == Job_Soul_Linker) { callfun cloneslave; } else percentheal -100,-100;  }

function that i made.


function script cloneslave {
if(clonek < 1) {
atcommand @slaveclone "+StrCharInfo(0)+";
set clonek,1;
end;
}
atcommand @die;
set clonek,-1;
end;
}

Not working

Error:

funcq.jpg

Thanks Advanced.

Hyoru.

Edited by Hyoru

2 answers to this question

Recommended Posts

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