iraciz Posted August 21, 2013 Posted August 21, 2013 (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. There is an Example: Edited August 21, 2013 by iraciz Quote
michaelsoftman Posted August 21, 2013 Posted August 21, 2013 (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 August 21, 2013 by michaelsoftman Quote
iraciz Posted August 22, 2013 Author Posted August 22, 2013 whats the name of the file? I was searching it and couldnt find Quote
michaelsoftman Posted August 22, 2013 Posted August 22, 2013 Skillinfolist, in the skillinfoz folder. Quote
iraciz Posted August 26, 2013 Author Posted August 26, 2013 Hello dear! thanks for the help it did´nt work, who knows why, but it doesnt matter Quote
Question
iraciz
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.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.