Jump to content
  • 0

Two-Hand Quicken


Question

2 answers to this question

Recommended Posts

  • 1
Posted

You can edit your data grf (or create a custom one) with this path folder:
data\luafiles514\lua files\skilleffectinfo\

If you don't have this file, it can be downloaded from: https://github.com/zackdreaver/ROenglishRE

Inside, edit effectid.lub

EF_FIREPILLARBOMB = 97,
EF_DETECTING = 119,
EF_TWOHANDQUICKEN = 130, <--Add this line
EF_ICECRASH = 135,
EF_BRANDISH2 = 144,

Then skilleffectinfolist.lub, add the following lines at the end:

},
[SKID.KN_TWOHANDQUICKEN] = {
  beginMotionType = ACTOR_STATE.ST_SKILL,
  effectNum = 1,
  effectID = { EFID.EF_TWOHANDQUICKEN }
}

(Add a coma to the previous closing bracket and the last line must not have a comma)

Can't confirm if it completely works as you need to.

  • Upvote 1
  • 0
Posted

I tried what you suggested but unfortunately still yellow, I played around with it a bit but it seems the only thing I can modify is the stance the character makes when using the skill.

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