Jump to content
  • 0

Can't Use Dark Strike


Question

Posted (edited)

Hello Im having this issue, I need a clue to fix it asap

 

How can I skip this pop up window before casting the skill NPC_DARKSTRIKE?

 

The only way I could get it wornking was adding the skill as an item skill in a consumible item. ex : scroll.

 

eb2t.png

 

 
There is an Example:
Edited by iraciz

4 answers to this question

Recommended Posts

Posted (edited)

You have to look in your LUA files for the skill.  Copy the skill attack range line from another skill and add it to Dark Strike.

 

Like so.

 

	[SKID.NPC_DARKSTRIKE] = {
		"NPC_DARKSTRIKE";
		SkillName = "Dark Soul Strike",
		SpAmount = { 0 },
		bSeperateLv = false,
		AttackRange = { 9 }
	},
Edited by michaelsoftman

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