I'm making an npc that casts skills on the player for the purposes of Reproduce/Plagiarism. The issue is that the NPC's skill always misses the player, so the attack doesn't connect. I've tried debuffing the player with sleep/freeze/stun to set flee to 0 but that still doesn't work. Can anyone help?
//Reproduce NPC
prontera,155,181,5scriptReproducer81,{
mes "Which skill you need me to cast on you ?";
set .@SkillID, select( implode( .SkillName$, ":" ) ) - 1;
Hi,
I'm making an npc that casts skills on the player for the purposes of Reproduce/Plagiarism. The issue is that the NPC's skill always misses the player, so the attack doesn't connect. I've tried debuffing the player with sleep/freeze/stun to set flee to 0 but that still doesn't work. Can anyone help?
Share this post
Link to post
Share on other sites