War stomp alternative

streng

Member
Reaction score
1
Hi guys is there any warstomp alternative ? because i need ability with AOE stun. I have hero with war stomp and mass sleep. mass sleep is based on war stomp and trigered that work like sleep. Problem is when hero has war stomp and mass sleep spells are not working because both are based on war stomp. I there any solution ?
 

BloodySkullz

Active Member
Reaction score
10
Use Channel ability, or any other instantaneous-cast ability like Roar or Wind Walk as dummy abilities and trigger them.
Only Channel ability can have more than 1 per hero/unit and won't mess up the base id.
 

streng

Member
Reaction score
1
Ok, but just say me how to triger stun from roar? I read something about pause and unpause unit , but it will be hard to code it leakless
 

thorhunter

You can change this now in User CP.
Reaction score
32
Replace the mass sleep base ability with something else, preferably channel.
 

BloodySkullz

Active Member
Reaction score
10
Create a Unit Group.
Pick every unit in group
Create Dummy unit
Add a dummy storm bolt spell
Order Dummy to cast Storm Bolt on picked unit.

If want I can make a dummy trigger for you.
 

streng

Member
Reaction score
1
Thanks.I had many tries do it with dummy , but i dont think about unitgroup. You help me. Anyway if someone has same trouble here is my working triger now.

Code:
Mass sleep
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Mass Sleep 
    Actions
        Set sleepoint = (Position of (Casting unit))
        Set sleepgroup = (Units within 300.00 of sleepoint matching (((Matching unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True))
        Unit Group - Pick every unit in sleepgroup and do (Actions)
            Loop - Actions
                Unit - Create 1 Dummy for (Owner of (Casting unit)) at sleepoint facing Default building facing degrees
                Unit - Add Sleep to (Last created unit)
                Unit - Order (Last created unit) to Undead Dreadlord - Sleep (Picked unit)
                Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
        Custom script:  call RemoveLocation (udg_sleepoint)
        Custom script:  call DestroyGroup (udg_sleepgroup)
 
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