• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

How do i make an Ability from a trigger? icon_fight

Status
Not open for further replies.
Level 3
Joined
Aug 29, 2005
Messages
33
I Wanna know how to make the triggers so it makes units lose life over time, and other things... its so hard... and the Typing form is to hard to understand
 
Level 5
Joined
May 9, 2006
Messages
162
You call this hard??? LOL LOL LOL! Everything is very easy:
Code:
[b]Events:[/b]
Every 1.00 seconds of game-time
[b]Conditions:[/b]
[b]Actions:[/b]
Pick enery unit in (Units matching(Matching unit has buff of type [i]Your buff[/i] is true)) and do Set life of (Picked unit) to (Life of(Picked unit)- [i]your value[/i]
That's the most easy way
 
Level 3
Joined
May 6, 2006
Messages
44
well, when most start triggering, i mean as in first time, most seams hard, but after you get the hang of it, you get more familliar with the triggers and its capabilities, thus making it easier for you

OR

if its permanantly losing life, then make a phonix ability, it loses life permantly.

AND

the "Typing form" is called JASS / Custom Script

the regular triggers, the one you click and etc. are GUI Triggers, if im not wrong...
 
Level 3
Joined
Aug 29, 2005
Messages
33
Well 9its not that hard.. but i was wondering more of like the cineamatic type of spell, and stuff like trasforming.... some my first post was kinda wierd.. o_O
 
Status
Not open for further replies.
Top