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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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