Help with ability

darth_ilidan

New Member
Reaction score
0
i want to make an abilitie that freezes everybody in the target area, but by freezing i mean totally inmobilized and that they recive 100 dmg per second for 4 seconds, i tried by setting the animation speed to 0 but didnt worked, f some1 cans plz tell me how
 

Romek

Super Moderator
Reaction score
963
Unit - Pause Unit

Does the job, though it doesn't look particularly nice.
 

Volkof

Well-Known Member
Reaction score
31
Hmm why didnt it work. You need to pick every unit in your area, Pause them AND set their animation speed to 0%. Then 4 seconds later unpause and set animation spd back to 100%.

Cheerio
 
S

Scroller

Guest
Base a dummy spell off entangling roots and do this
Code:
Cryoshell
    Events
        Unit - A unit Begins casting an ability
    Conditions
        (Ability being cast) Equal to Cryoshell 
    Actions
        Wait 0.70 seconds
        Set Cryopt = (Target point of ability being cast)
        Set Cryo_AOE = (1000 x (Level of Cryoshell  for (Casting unit)))
        Set Cryo_AOE_effect = (Real(Cryo_AOE))
        Set Cryo_ug = (Units within Cryo_AOE_effect of Cryopt)
        Unit Group - Pick every unit in Cryo_ug and do (Actions)
            Loop - Actions
                Unit - Create 1 Blizzard Dummy for Player 1 (Red) at Cryopt facing Default building facing degrees
                Unit - Add Dummy Cryo  to (Last created unit)
                Unit - Order (Last created unit) to Night Elf Keeper Of The Grove - Entangling Roots (Picked unit)
                Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
        Custom script:   call DestroyGroup (udg_Cryo_ug)
        Custom script:   call RemoveLocation (udg_Cryopt)
its a spell I recycled from a map which i didn't complete.
Basically it picks every unit who's an enmy of the player and does entangling roots on them. They are immobalised and get damage overtime.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top