Jump to content
  • 0

Edit/create skills


Question

Posted (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 by Brizyous

2 answers to this question

Recommended Posts

  • 0
Posted

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)

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...