Jump to content

Question

Hi, can someone help me create an NPC when player talk to the npc it will make her/him a clone of his/her self? also IF possible to limit the clone up to 5 times if this is not possible its ok just an npc that can clone a player.

 

thanks alot

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0
Guest
prontera,158,176,4    script    Test_NPC    871,{    mes "Let's clone!";    if ( select( "Clone", "Leave" ) -1 ) end;        if(mobcount("prontera","eventclon") >= 5){            dispbottom "To much Mobs!";            killmonster "prontera", "eventclon";        }else{            clone "prontera", 159, 176, "eventclon", getcharid(0);        }    close;}
Edited by Guest

Share this post


Link to post
Share on other sites
  • 0

 

prontera,158,176,4    script    Test_NPC    871,{    mes "Let's clone!";    if ( select( "Clone", "Leave" ) -1 ) end;        if(mobcount("prontera","eventclon") >= 5){            dispbottom "To much Mobs!";            killmonster "prontera", "eventclon";        }else{            clone "prontera", 159, 176, "eventclon", getcharid(0);        }    close;}

hi. i tried the script. the clones is continues and no limits and the "Leave" option is no waypoint. i hope it can be recreate again. sorry for bad engrish     :D

Edited by zackpinoy

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.