Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
HELP WITH SPELL
HELP WITH SPELL
08-23-2008, 02:41 AM
#1
GotHopz
im trying to make a spell based on "channel" (no target) when cast heal 1/4 of heroes inteligence per second, for 10 seconds.
so far iv gotten the 1/4 intel working, just not the healing part.
please help...
08-23-2008, 09:20 AM
#2
Themerion
Unit - Set Unit Life.
(Unit - Set (Casting Unit) Life to ((1/4 int) + (Get Life of (Casting Unit))))
08-23-2008, 09:23 AM
#3
Tide-Arc Ephemera
I think what he wants is for it to heal over 10 seconds.
08-23-2008, 02:40 PM
#4
Zerzax
GotHopz are you using the trigger interface or pure JASS for this?