Jump to content
  • 0

Shadow Chaser Copy Skill


Question

Posted
prontera,142,190,5	script	Stalker	2225,{
mes "Which skill you need me to cast on you ?";
	set .@SkillID, select( implode( .SkillName$, ":" ) ) - 1;
	mes "Selected "+ .Skillname$[ .@SkillID ];
	close2;
	npcskill .SkillID[ .@SkillID ], .SkillLv[ .@SkillID ], 130, 99;
	if( .SkillID[ .@SkillID ] == 421 ) {
	sleep 3000;
	movenpc strnpcinfo(0),142,190;
	}
	end;

OnInit:
	setarray .SkillID,14,19,20,421;
	setarray .SkillLv,10,10,10,7;
	setarray .SkillName$,"Cold Bolt","Fire Bolt","Lightning Bolt","Fly Kick";
	end;
}

so im using this npc to copy skills its 2013 script and have some issues like, fly kick does not hit the target,(and multiple player can use and bug the npc which can be fixed by kicking the player after cast the skill), there is any other away? to pass skills or make fly kick hits
im using rAthena last release and renewall system

also i read this file about npc stats level stats which the max is 130 https://github.com/rathena/rathena/issues/2681 but still missing the skill

2 answers to this question

Recommended Posts

  • 0
Posted
On 9/5/2021 at 7:06 PM, Easycore said:

You can use it:

works fine, but theres is some problem, like if u warp try to use fly kick the servers crashes or logout, the issue happens when u r in invencible mode(after warp or login), i figure out using the old way(by reproduce and then kick the player).

 

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...