![]() |
|
|
|
#1
|
||||
|
Quote:
__________________
hello i'm cucumbers
![]() | |||
|
#2
|
|||||
|
Quote:
Quote:
Against current eqemu code, maybe something like this in Mob::AttackAnimation in attack.cpp (additions in bold): Code:
case ItemType2HSlash: // 2H Slashing
{
skillinuse = Skill2HSlashing;
//should this apply to female iksars? has anyone ever seen a female iksar swing a 2hs?
type = (GetRace() == IKSAR && GetGender() == 0) ? <desired animation number goes here> : anim2HSlashing;
break;
}
| ||||
|
#3
|
|||
|
It's how I remember it from the live servers. My shaman pet particularly always looked "slow" moving around.
__________________
![]() | ||
|
#4
|
|||
|
I played an iksar warrior on live from kunark release onward - I honestly can't remember what the 2hs animation looked like then. I do feel like if it was this terrible it would have left an impression with me.
Client side fix would be awesome [You must be logged in to view images. Log in or Register.]
__________________
hello i'm cucumbers
![]() | ||
|
#5
|
|||||
|
Quote:
Same setup instructions and notes as the wolf tool. You get to grapple with the raw names for animations since figuring out exactly what everything is isn't worth my time. Some hints: * C01 is kick * C02 is 1h pierce * C03 isn't listed because it's what we're replacing * C04 is 2hb poke * C05 is main hand swing * C06 is offhand swing * Other C## are the remaining Combat animations (punch, archery, etc) * D## are Damage animations (D05 is death) * S## are Social animations * T## are T...spell animations * L## are apparently movement related, assuming wolves are representative * O## and P##, who knows Could be some bugs in this tool, kept giving me trouble after successful tests. The edited file is backed up, though (as global4_chr.zae). Quote:
| ||||
|
Last edited by Zaela; 04-25-2016 at 10:40 PM..
Reason: grammar
| |||||
|
#6
|
|||
|
Oh man..
Trying this tonight I'm stoked
__________________
hello i'm cucumbers
![]() | ||
|
#7
|
|||
|
hmm ....so I could tiger strike instead of 2hb poke....yeah..trying this too!
| ||
|
#8
|
||||
|
Quote:
Seems some of the monk anims were lumped in with spellcasting animations; flying kick is T07, and two non-kicking ones (I can never remember which is which animation-wise) are T08 and T09. Also found and fixed the bug I was having with the 2hs-specific tool. And for reference, the O## anims are idle animations. edit: Also interesting to note that there are extra pieces for the model's animation skeleton that are apparently only moved during spellcasting animations, presumably to guide particle emitters. Probably already known by Telin, though. | |||
|
Last edited by Zaela; 04-27-2016 at 05:57 PM..
| ||||
|
#9
|
|||
|
I tried the wolf form tool but my system objected, saying it wasn't a valid Win32 application.
Currently running XP.
__________________
| ||
|
#10
|
||||
|
Quote:
Microsoft's compilers haven't supported XP by default (if at all) in years... Had to go back to 2008 to get the GUI library I use to play nice. | |||
![]() |
|
|