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

I think the spirit orb is a non-consumable item @@Anisotropic Defixation. Though someone correct me if I'm wrong. I think they just need to obtain the orb in order to use the skill.

Share this post


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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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