Eleanor

Messages
122
Points
0
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.

 
Figured it out, for whatever reason the genetic itself needs to have spirit spheres in order to use her skills, they aren't consumed though.

Complete nonsense.

 
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.

 
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

Code:
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#
 
What about your reply to my bug topic? http://herc.ws/board/tracker/issue-8549-homunculus-eleanor-skill-style-change-does-not-let-homun-gain-spirit-spheres-resulting-skills-to-miss/

Should I still use those edits?

Thanks by the way
default_smile.png


 
Last edited by a moderator:
Back
Top