-
Apprentice
Animations
Alright, Well I am a little stumped on something I have been trying to do, I heard of people doing it I know of people doing it ect, But I can't which I need help with.
I am looking to change for example sword animation ids appearently for example changing a mans animation to do something like this http://www.youtube.com/watch?v=8peDfHLkNGI
I am rather new to things such as animations anything item related however I am a quick learner, Is there a way to decompile said files to change how animations look or even find out other animation ids? I also heard this could be done through hex editor or possibly blender.
Thank you for your time.
-
-
Member
Re: Animations
It's pretty easy, actually.
Decompile Woman.mrs
Decompile Man.mrs
Take the file, I think its sword or something, and copy it over to man, or vice versa if you want the woman to be a guy xD
Recompile Man and place back into client.
done.
-
Apprentice
Re: Animations
Your somewhat on the right track but you dont get exactly what I mean, I wan't to get different animations for example a mans block we could change that to the animation of a mans slash if you get what I mean. its all about changing the ids the game reads for animations for example slash is id 1 and block is id 2 i want to change id 2 to 1 kind of thing.