• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

archer shoot while walk

Status
Not open for further replies.
Level 7
Joined
Jun 15, 2010
Messages
218
I need an animation where an archer shoots while he is walking. Is there such unit available for download? or is there a way to merge the leg bones of a unit while walking with the arm bones of the unit that attacks?
 
Usually you can only do this for tank-like units/models due to having full control over the head bone of a model then using a dummy unit to play the bottom half's animation.

You can try using set unit x/y to have movement and allow the archer to shoot or use a custom projectile/attack system that is instant or something while moving.
 
Level 24
Joined
Aug 1, 2013
Messages
4,657
If you want to do it perfectly, you indeed need SetUnitX() and SetUnitY() as movement and have a special animation Walk+Shoot
Then the unit facing should be the direction where it walks to and use the "Lock Body-Part Facing" function to make it aim at the target spot.

... kind of a request for a models animation.
 
Status
Not open for further replies.
Top