• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

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