Jump to content
  • 0

Edit/create skills


Erebos

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  65
  • Reputation:   4
  • Joined:  10/25/18
  • Last Seen:  

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

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  10/14/17
  • Last Seen:  

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)

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