help.how to make channel ability to not channeling

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
612
Follow Through Time? Casting Time? Both of those add time to the casting of the spell. It will still interrupt orders though - there's no avoiding that.
 

KMDK

Cool Member
Reaction score
1
Do you mean something like how do you make it so that you can cast a channeling spell without having to channel through it but still make the ability happen? Well that's simple ^_^ all you have to do is to create 2 of the same spell. One that's not channeling and one that is, then make the hero have the non-channeling one and give the channeling spell to a dummy unit. Then trigger it so that when your hero casts the spell, it will create a dummy unit at your position that will cast the channeling spell for you.

Here's a sample trigger
Trigger:
  • Stampede Non Channeling
    • Events
    • Unit - A unit Starts the effect of an ability
    • Conditions
    • (Ability being cast) Equal to Stampede (The NON-Channeling Spell)
    • Actions
    • Set Stampede_Point[1] = (Position of (Triggering unit))
    • Set Stampede_Point[2] = (Target point of ability being cast)
    • Unit - Create 1 Dummy for (Owner of (Triggering unit)) at Stampede_Point[1] facing (Facing of (Triggering unit)) degrees
    • Unit - Add Stampede DUMMY to (Last created unit) (The Channeling Spell)
    • Unit - Order (Last created unit) to Neutral Beastmaster - Stampede Stampede_Point[2]
    • Unit - Add a 10.00 second Generic expiration timer to (Last created unit)
    • Custom script: call RemoveLocation(udg_Stampede_Point[1])
    • Custom script: call RemoveLocation(udg_Stampede_Point[2])


So this makes stampede still happen, but without the need for the hero to channel it.
 
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