Hyoru Posted November 7, 2012 Posted November 7, 2012 (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: Thanks Advanced. Hyoru. Edited November 7, 2012 by Hyoru Quote
AnnieRuru Posted November 7, 2012 Posted November 7, 2012 (edited) http://www.eathena.w...howtopic=177722 I just tested on rAthena script engine, seems to be the same you can just forget about autobonus and just summon it like npc way does Edited November 7, 2012 by AnnieRuru Quote
Vach Posted November 7, 2012 Posted November 7, 2012 You have an error in your call function syntax. Change it to: callfunc "cloneslave"; Quote
Question
Hyoru
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:
function that i made.
Not working
Error:
Thanks Advanced.
Hyoru.
Edited by Hyoru2 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.