Jump to content
  • 0

Can't Use Dark Strike


iraciz

Question


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

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
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  410
  • Reputation:   29
  • Joined:  04/04/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

whats the name of the file?

I was searching it and couldnt find 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

Hello dear! thanks for the help

it did´nt work, who knows why, but it doesnt matter 

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