Jump to content
  • 0
Erebos

Edit/create skills

Question

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

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.