• 🏆 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!

[General] What are the possible attachment points for special effects created with triggers?

Status
Not open for further replies.
Level 4
Joined
Sep 22, 2011
Messages
70
Hey, when using the action
  • Special Effect - Create a special effect attached to the overhead of (Triggering unit) using war3mapImported\HolyTornado.mdx
What are the possible attachment points other then "overhead" ?? and where exactly do they appear on the character?
 
Level 30
Joined
Jan 31, 2010
Messages
3,551
overhead - point above the unit, does not sway with unit's movement
head - sways with movement
chest - sways with movement
origin - point bellow the unit, does not sway with unit's movement
hand - sways with movement
foot - sways with movement
weapon - sways with movement
sprite - for buildings only
medium - for buildings only
large - for buildings only

Modifiers:
left (Example: hand, left will make it attach to left hand) - sways with movement
right - sways with movement
mount - (Example: mount, hand, left will attach it to mount's left hand) for units on mount, sways with movement
rear - for quadrupeds only
first - for buildings only
second - for buildings only
third - for buildings only
fourth - for buildings only
ifth - for buildings only
sixth - for buildings only
rallypoint - for buildings only
 
Last edited:

Bannar

Code Reviewer
Level 26
Joined
Mar 19, 2008
Messages
3,140
@Apheraz Lucent sprite, medium and large works for units too. Every bigger unit owns medium animation while the biggest (such as Night Elf Giant) uses large one. Sprite is available in rare cases, like for Blood Mage.

@Amathor929, although Apheraz Lucent have greatly answered your question, you have to understand that avaiable attachemnts for given unit depends on unit's model properties actually. It has to have Attachments references for each of those types to enable you to manipulate all of them. Unfortunately, most models own only few.

Units usually have: overhead, head, chest, foot, hand, origin with modifiers limited to left and right (works only for hand and foot)

Buildings: overhead, origin, sprite; with modifiers: first, second, third, rallypoint (works only for sprite).
 
Status
Not open for further replies.
Top