• 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.

Effect Help

Status
Not open for further replies.
Level 6
Joined
Dec 26, 2007
Messages
125
Ok so, what i want to know is it possible to attach a special effect to an ability using the object editor.
I tried stuffs like Art - Special, Art - Effect but when i tried ingame they dont work.So thats what im wondering about.
 
Last edited:
Level 6
Joined
Dec 26, 2007
Messages
125
I tried something like this but it didnt work:

  • Assault Rifle
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • (Item-type of (Picked item)) Equal to Assault Rifle
    • Actions
      • Special Effect - Create a special effect attached to the weapon of (Triggering unit) using war3mapImported\Konstrukt_AssaultRifleEffektAttachment.MDX
 
Level 11
Joined
May 31, 2008
Messages
698
  • Unit Attacks
    • Events
      • Unit - A unit Is issued an order targeting an object
    • Conditions
      • (Issued order) Equal to (Order(attack))
    • Actions
Or try this

  • Attack
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • ((Attacking unit) has an item of type Your item) Equal to True
    • Actions
      • Special Effect - Create a special effect attached to the overhead of (Attacking unit) using your effect
 
Level 17
Joined
Nov 18, 2008
Messages
1,538
I tried something like this but it didnt work:

  • Assault Rifle
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • (Item-type of (Picked item)) Equal to Assault Rifle
    • Actions
      • Special Effect - Create a special effect attached to the weapon of (Triggering unit) using war3mapImported\Konstrukt_AssaultRifleEffektAttachment.MDX

attach it to left or right hand, not weapon.
 
Level 12
Joined
Aug 22, 2008
Messages
911
First of all, find out how the default spell works. You should make a spell that fits your needs. If you did that, simply replace the effect arts with whatever you want.
If not that, then start with the triggers, and just so you know these triggers usually won't work with custom models.
 
Status
Not open for further replies.
Top