HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How does Channel work?

06-11-2006, 09:06 AM#1
Siphonized
I'm running out of skills to remake for my map, and I wanted to try some skills using the Channel ability, but I'm not sure how it works...

If I want a pulse PB AE (see Crystal Maiden ultimate in DotA), how would I create that with Channel, so it breaks when the unit stops channeling?

Or maybe Channel isn't used for this ability.

Either way, I just want to know what type of things Channel is good for, and what all the different "Data" does in the GUI.
06-11-2006, 09:18 AM#2
PipeDream
Have you tried EVENT_UNIT_SPELL_FINISH?
06-11-2006, 10:27 AM#3
The)TideHunter(
To make the Maidan Ultimate in DotA, they used starfall, with no damage and no effects.
They used 2 triggers, 1 to begin the loop, the other to carry on looping, the looping trigger runs every 0.1 seconds, it creates a dummy which novas itself in a area. It checks if the order id of the casting unit is the same as starfall, i used this method is my chain lightning, which was channeling
06-11-2006, 12:38 PM#4
darkwulfv
Isn't there a box in the ability editor you can tick to make the ability channeling?
06-11-2006, 12:45 PM#5
The)TideHunter(
No, everything like that is hardcoded, if you want a channeling spell, the spell you base it off must be channeling