Erebos Posted October 28, 2018 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 65 Reputation: 4 Joined: 10/25/18 Last Seen: April 11 Share Posted October 28, 2018 (edited) How can i do this? I want to create passive skills and add effects to them. Also i want to edit skills like making asura strike level selectable. Edited October 28, 2018 by Brizyous Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted October 29, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: 7 hours ago Share Posted October 29, 2018 On 10/28/2018 at 10:13 AM, Brizyous said: How can i do this? I want to create passive skills and add effects to them. Also i want to edit skills like making asura strike level selectable. https://github.com/rathena/rathena/wiki/Adding_new_skills Quote Link to comment Share on other sites More sharing options...
0 lllaaazzz Posted November 15, 2018 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 154 Reputation: 6 Joined: 10/14/17 Last Seen: February 16, 2019 Share Posted November 15, 2018 its all src modifications except for the asura strike selectable.... if you go to your data.grf >luafiles514 >luafiles >skillinfoz then skillinfolist.lub go to this [SKID.MO_EXTREMITYFIST] = { "MO_EXTREMITYFIST", SkillName = "Asura Strike", MaxLv = 5, SpAmount = { 1, 1, 1, 1, 1 }, bSeperateLv = false, AttackRange = { 2, 2, 2, 2, 2 }, _NeedSkillList = { { SKID.MO_EXPLOSIONSPIRITS, 3 }, { SKID.MO_FINGEROFFENSIVE, 3 } } }, then change: bSeperateLv = false, >>>>>>>>>> true save your grf and reload client for ANY grf modifications (unlike SRC which you need to recomplile) Quote Link to comment Share on other sites More sharing options...
Question
Erebos
How can i do this?
I want to create passive skills and add effects to them.
Also i want to edit skills like making asura strike level selectable.
Edited by BrizyousLink to comment
Share on other sites
2 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.