Jump to content
  • 0

Two-Hand Quicken


Lamekia

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  10/29/19
  • Last Seen:  

Is there any why to remove the yellow sheen your character gets when using the Knight skill Two-Hand Quicken?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  62
  • Topics Per Day:  0.02
  • Content Count:  217
  • Reputation:   16
  • Joined:  01/28/15
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  10/29/19
  • Last Seen:  

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.

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