Jump to content
  • 0

Shadow Chaser Copy Skill


nmainoi

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  05/16/16
  • Last Seen:  

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

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   251
  • Joined:  04/08/13
  • Last Seen:  

You can use it:

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  05/16/16
  • Last Seen:  

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).

 

Link to comment
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.   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.

×
×
  • Create New...