Critica Posted June 1, 2012 Posted June 1, 2012 is there a way that it could only summon 1 clone? im trying to put this on item bonus, but i want it to summon only 1 if used again the first will die.. is this possible...? thanks n advance Quote
QQfoolsorellina Posted June 1, 2012 Posted June 1, 2012 try this getmapxy .@m$, .@x, .@y, 0; if ( mobcount(.@m$, "zxcv::On"+ getcharid(0)) >= 1 ) killmonster .@m$, "clonecheck::On"+ getcharid(0); clone .@m$, .@x, .@y, "zxcv::On"+ getcharid(0), getcharid(0), getcharid(0) , 0x8D, 1; Quote
Critica Posted June 2, 2012 Author Posted June 2, 2012 were do i put this? item bonus? or script? Quote
Question
Critica
is there a way that it could only summon 1 clone?
im trying to put this on item bonus, but i want it to summon only 1 if used again the first will die..
is this possible...? thanks n advance
4 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.