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

[Trigger] How can I make a special effect larger?

Status
Not open for further replies.
Level 7
Joined
Dec 8, 2008
Messages
243
So, I've made a spell which stops units completely for x amount of time...I know I should really just make them stunned by I dont know how to do that and I've more important things to do at this moment; one thing I'd like to get sorted now though is the spell special effect. Is there anyway I can make the size of the effect larger?

Also criticism is appreciated... for once. :smile:

  • Time Mages Grand Halt
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Grand Halt
    • Actions
      • Set GrandHalt_Casting_Player = (Owner of (Triggering unit))
      • Set GrandHalt_Targets = GrandHaltAoEGroup
      • Set GrandHalt_Casting_Point = (Target point of ability being cast)
      • Set GrandHaltAoEGroup = (Units within 500.00 of (Target point of ability being cast) matching ((((Matching unit) belongs to an enemy of (Owner of (Triggering unit))) Equal to True) and (((Matching unit) is alive) Equal to True)))
      • Unit Group - Pick every unit in GrandHaltAoEGroup and do (Unit - Pause (Picked unit))
      • Sound - Play CharmTarget1 <gen> at 100.00% volume, located at GrandHalt_Casting_Point with Z offset 0.00
      • Special Effect - Create a special effect at GrandHalt_Casting_Point using war3mapImported\Time Rune.mdx
      • Set GrandHalf_Spell_Effect = (Last created special effect)
      • Wait ((Real((Intelligence of (Triggering unit) (Include bonuses)))) / 10.00) seconds
      • Special Effect - Destroy GrandHalf_Spell_Effect
      • Unit Group - Pick every unit in GrandHaltAoEGroup and do (Unit - Unpause (Picked unit))
 
Level 13
Joined
Mar 24, 2010
Messages
950
If he used a dummy unit that he create casted the spell and then removed real fast wouldn't that dummy unit have to be huge? and unless the casting was instant enough to be casted before being removed wouldn't it be noticed?
Or are you saying have a dummy unit there a sec and add the special affects to that huge unit for that moment its there?
 
Status
Not open for further replies.
Top