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

Tigger And Item Attachment Tutorial

Table of contents

1. Item
1-1. areas

2. Using trigger
2-1. on unit
2-2. areas
2-3. on region

To add a special effect\attachment tutorial: V1.0

1. Using an Item.
First create a desired ability (plus 10 to "stat"). Please make the Animation\Target model your desired Special effect(posion cloud, magic aura) or attachment ( i hear the pyramid head model is a rave). Change the attachment point 1 to the desired area.
1-1.
Chest
Head
overhead(over the head)
Origin(between feet)
foot, left
foot, right
hand, left
hand, right

Name the ability 001Funky. (appears at top of list)

Create a new item (we will just use the crown of kings as a sample) Change the ability to 001Funky.
Go in game and equip the item. Your character will have the dazzling weapon, aura, or pyramid head you attached to it.

2. Using a trigger.
Create a new trigger, name it FunkyTutor001.
If you want the special effect to appear at the beginning of a game, make events after 0.01 seconds or map initialization. no conditions. If you want it to appear after time or event, create a timed event(say after 5 or 10 seconds) Or have in a previous trigger, (Trigger\Run FunkyTutor001 Checking Conditions). Create a new action "special effect\create special effect" Make it "on unit".
I haven't done this in a while, but for unit there should be on "area".
2-1.
Chest
overhead (over the head)
origin (between feet)
foot, left
foot, right
hand, left
hand, right

2-3. Create a region in the desired area, name it "FunkyTutorRegion001". Create a new trigger, name it FunkyTutor001.
If you want the special effect to appear at the beginning of a game, make events after 0.01 seconds or map initialization. no conditions. If you want it to appear after time or event, create a timed event(say after 5 or 10 seconds) Or have in a previous trigger, (Trigger\Run FunkyTutor001 Checking Conditions). create a new action "special effect\create special effect" Make it on point. Select region "FunkyTutorRegion001"
Make model your desired special effect/attachment.

If you have any problems, PM me.

~Funky~
Proud Founder Of |>('_')|> Go Team Go
 
Top