HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Flashlight trigger

09-02-2004, 10:26 PM#1
Elthanor
i want to make a flashlight spell/trigger. i want it to be like an auto-cast. when its on, it increses the sight of the unit. and when it turns of, the sight is back to normal. it cost mana.

this is extra, but, i would like it to be only in the front.
thanx
09-02-2004, 10:52 PM#2
fugly
you could use visibility modifiers.
09-03-2004, 11:41 AM#3
BuRnInSpartan
make a custom ability of buff (don't really no which you have to figure that out) and do...

Events: A unit begins channeling an ability

Conditions: Ability being cast equal to flashlight

Actions: Ability add (the buff or ability to casting unit)
Wait however long and do
Ability remove flashlight from casting unit

or i supose you could make it with an item

Events: A unit begins channeling an ability

Conditions: Ability being cast equal to flashlight

Actions: item add (whatever item to casting unit)
Wait however long and do
item remove flashlight from casting unit
09-03-2004, 01:40 PM#4
fugly
but how would that actually make the light?
09-03-2004, 07:29 PM#5
BuRnInSpartan
make the mdl of the spell or buff the light or i guess you could make an invisible dummy with locust that is the light
09-03-2004, 11:24 PM#6
Elthanor
Quote:
make the mdl of the spell or buff the light or i guess you could make an invisible dummy with locust that is the light
how do i do that?