Jump to content
  • 0
Sign in to follow this  
Anisotropic Defixation

Eleanor

Question

I'm having an issue with Eleanor outright refusing to use any attack skills, doing the /... emotion as if something is preveting the skill usage.

 

I've checked all files and entries that have to deal with her skills, spirit spheres, combos, style changes, homunculus, etc and everything is in order. She's gaining spheres correctly, style change can be used without any issues but sonic claw/tinder breaker simply aren't usable.

 

Pulling my hair here.

Share this post


Link to post
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Figured it out.

 

For whatever reason, mh_fighting, mh_grappling and spirit sphere reqs from skill_require_db are being pulled from the owner and not the homunculus, setting requirement to none and cost to 0 does the trick since her skills have them declared in src anyway.

 

This hasn't happened with older versions though and I couldn't figure why.

Share this post


Link to post
Share on other sites
  • 0

skill_require_db:

 

 

8028,0,0,20:25:30:35:40,0,0,0,99,0,0,mh_fighting,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0	//MH_SONIC_CRAW#Sonic Claw#

 

to

 

 

8028,0,0,20:25:30:35:40,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0	//MH_SONIC_CRAW#Sonic Claw#

 

then

 

 

8036,0,0,20:25:30:35:40,0,0,0,99,0,0,mh_grappling,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0	//MH_TINDER_BREAKER#Tinder Breaker#

 

to

 

 

8036,0,0,20:25:30:35:40,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0	//MH_TINDER_BREAKER#Tinder Breaker#

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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