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

Orbiting effect

A simple circular animation model. You have to assign a model to attach to this in the MDL. This model uses the sphere as seen in the Blood Mage's sphere attachment.

Here is the MDL section you should edit, edit the attachment filepath to make it a different model in the orbiter and then convert to .mdx.

Code:
Attachment "Sprite First Ref" {
	ObjectId 1,
	Path "units\Human\Kael\BloodElfBall.mdx",
	Parent 0,	// "Bone_Center"
}

Keywords:
orbiter spinner effect attachment
Contents

Orbiting effect (Model)

Reviews
Wolverabid: 23 June, 2007 7/10 In addition to following the authors directions to attach the spheres directly to .mdl one can also use an item attachment ability or trigger: http://hiveworkshop.com/forums/showthread.php?t=7314

Moderator

M

Moderator

Wolverabid: 23 June, 2007
7/10
In addition to following the authors directions to attach the spheres directly to .mdl one can also use an item attachment ability or trigger:
http://hiveworkshop.com/forums/showthread.php?t=7314
 
Top