this skill has something strange with the assassin, the txt shows it should be using S3 mode, and so it is for a barbarian, but for an assassin, it's using S4 mode. i think it might be hardcoded, as the assassin's S3 is some kind of 'stay low'.
The Guide to Almost All Non-Missile Skill Functions
Moderator: Nizari
Re: The Guide to Almost All Non-Missile Skill Functions
Re: The Guide to Almost All Non-Missile Skill Functions
Great find Nagahaku! Definitely hardcoded to the Assassin, even if the Barbarian transforms into an Assassin through states, he will still use the Left Hand Swing anim column setting instead of S4.
Re: The Guide to Almost All Non-Missile Skill Functions
Hi, found something funny.
not all srvdofuncs supports combo hits, even if you give them a multiple strike seq. take bash for example, gave seqnum 1 (jab) or 11(double swing) to it, only the first strike would hit, others miss. same thing happened to the barb mercs, their A1 anim is a double hit move, but when making their bash A1, only one hit, but if you give them double swing or frenzy by A1, it would work normally.
i thought such thing might happen to tiger strike and fist of fire's srvdofunc, but they're not, both of them works with double hit seq. they seem to be totally same.
Re: The Guide to Almost All Non-Missile Skill Functions
Hi Nagahaku, I looked into it. It seems to follow the rules under [SKILLS AS AURAS], for those skills that do not cause interruptions when used as auras. So Lightning Strike, FOTH, Fire Wall, Static Field, etc can be used with the Jab sequence and gain the extra 2 hits. And since it's not an aura, it can properly release missiles too which can be fun. The only differences I noticed were that Double Swing, Frenzy and Dragon Claw will do 2 hits instead of 3 with Jab, and MinionSpawner works with Jab sequence.
Re: The Guide to Almost All Non-Missile Skill Functions
thanks for the instructions, but still there might be something different, just as i found in the last post, tiger strike and fist of fire's srvdofunc (34 an 35) both supports double hit seq, but 35 can't be auras...
Re: The Guide to Almost All Non-Missile Skill Functions
Fists of Fire can do double hits only if wielding two claws, and can never do Jab triple hits. Tiger Strike can do triple hits regardless of weapon count. So Fists of Fire's func has some kind of seq override/interrupter built into its srvdofunc.
Also tested on other sequences:
Charge seq: Tiger Strike hits every frame of the RN anim, Fists of Fire hits once
Leap & Leap Attack seq: Tiger Strike hits three times, Fists of Fire hits once (twice if wielding two claws)
Double Swing seq: Tiger Strike hits twice, Fists of Fire hits once (twice if wielding two claws)
So srvdofunc=35 is a bit of a special case, where it either has 1 or 2 action frames, depending on number of claws wielded.
Also tested on other sequences:
Charge seq: Tiger Strike hits every frame of the RN anim, Fists of Fire hits once
Leap & Leap Attack seq: Tiger Strike hits three times, Fists of Fire hits once (twice if wielding two claws)
Double Swing seq: Tiger Strike hits twice, Fists of Fire hits once (twice if wielding two claws)
So srvdofunc=35 is a bit of a special case, where it either has 1 or 2 action frames, depending on number of claws wielded.