Erebos Posted October 28, 2018 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
0 Bringer Posted October 29, 2018 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
0 lllaaazzz Posted November 15, 2018 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
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 Brizyous2 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.