• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How to use animations on attachments

Status
Not open for further replies.
Level 4
Joined
Feb 7, 2023
Messages
30
Hello! I used search, but didn't finde the answer here..

This next attachments used addition animation "Attack", but how to use it in game after item being attached to unit. Is it need to made dummy unit and then attach to point? Or it need to rename animation in other editors programms?

 
Level 4
Joined
Feb 7, 2023
Messages
30
  • Melee Initialization
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Special Effect - Create a special effect attached to the hand,right of Blood Mage 0000 <gen> using Doomhammer.mdx
      • Custom script: call BlzPlaySpecialEffect(GetLastCreatedEffectBJ(), ANIM_TYPE_ATTACK)
Thanks! But when I try to use this function on my map, get 745 error. Did it work on 1.26a or need later version of game?
 
Status
Not open for further replies.
Top