iraciz Posted August 21, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Share 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 Link to comment Share on other sites More sharing options...
michaelsoftman Posted August 21, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share 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 Link to comment Share on other sites More sharing options...
iraciz Posted August 22, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Author Share Posted August 22, 2013 whats the name of the file? I was searching it and couldnt find Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted August 22, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted August 22, 2013 Skillinfolist, in the skillinfoz folder. Quote Link to comment Share on other sites More sharing options...
iraciz Posted August 26, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Author Share Posted August 26, 2013 Hello dear! thanks for the help it did´nt work, who knows why, but it doesnt matter Quote Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.