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

Attachments...

Status
Not open for further replies.
Level 14
Joined
Aug 8, 2010
Messages
1,022
Hi guys! I want to ask you how to apply an effect (Berserk effect in my case) to an unit. In my case i want to apply the effect to the front right paw of a bear. Can you help?? +rep for reward! :vw_wtf:

Btw, i want the effect to be applied via ability (Cleave Attack ability)!
 
Last edited by a moderator:
I found it impossible to add effects via this ability exepct its default one. However you can always add it by trigger:
  • Special Effect - Create a special effect attached to the hand,right of (Triggering unit) using Abilities\Spells\Orc\TrollBerserk\HeadhunterWEAPONSRight.mdl
Fill triggering unit with your given unit.
If you would like to destroy it, cuz you don' want to to be permanent Set this ass a variable immidiately after creating it, and use destroy action when you want it to be deleted:
  • Set Special_effect = (Last created special effect)
  • Special Effect - Destroy Special_effect
 
Status
Not open for further replies.
Top