Takizuki 0 Posted July 18, 2014 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 Quote Share this post Link to post Share on other sites
0 Takizuki 0 Posted July 18, 2014 even using a @clone command Quote Share this post Link to post Share on other sites
0 Guest Posted July 23, 2014 (edited) 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 July 23, 2014 by Guest Quote Share this post Link to post Share on other sites
0 Takizuki 0 Posted July 24, 2014 thanks Normynator ill try this one also Quote Share this post Link to post Share on other sites
0 zackpinoy 0 Posted August 6, 2014 (edited) 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 Edited August 6, 2014 by zackpinoy Quote Share this post Link to post Share on other sites
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