• 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.

Setting levels of spells as variables?

Status
Not open for further replies.
Level 6
Joined
Aug 29, 2004
Messages
159
Hi guys

Im trying to write a trigger which gives a unit a spell (non hero unit, non hero spell) at a certain level. Anyone know how i can do this?

Thanks,
Bort
 
Level 8
Joined
Jul 3, 2004
Messages
404
Code:
Untitled Trigger 002
    Events
        Map initialization
    Conditions
    Actions
        Unit - Add Aerial Shackles to (Triggering unit)
        Unit - Set Level of Aerial Shackles for (Triggering unit) to 2

Don't forget to increase the spell level in Objeckt Editor
 
Level 6
Joined
Aug 29, 2004
Messages
159
On second thoughts... i can't see that action?

do you have WEUnlimited? im just using the normal one but... i can't see that action anywhere under units or heroes.. can you tell me what actions are above/below it just to make sure im not completely missing it?
Thanks
Bort
 
Level 6
Joined
Aug 29, 2004
Messages
159
:?
I'm a bit wary of installing this 1.17 patch tho... a lot of people (esp on this forum) say that it mucks up custom maps? Or was that just the 404 version? Any help?

Bort
 
Level 2
Joined
Oct 11, 2004
Messages
12
To my knowledge, 1.17 doesn't screw up customs in anyway. The patch they nerfed hero speed like mad really screwed over AoS maps, and the whole permastun patch thing....well, that was interesting, to say the least..
 
Status
Not open for further replies.
Top