Warcraft III resources & community, 2003–2006 · archived

Multiple Auras but only one usable at a time?

5 posts
#1

Multiple Auras but only one usable at a time?

i'd like to create some heroes which would get many useable auras but who'll only be able to use one at a time (ex : some healing aura or def boosting aura just like the paladin in diablo II)

if so1 could give me some hint bout how to make it in the WE...
#2
I would probably do it by giving the Paladin a fifth spell. The spell (I'll call it "Switch Aura") would be triggered to create a dialogue box listing all of the possible auras when cast. I would then use If, Then, Else actions to remove the Paladin's current aura and replace it with the selected one.

~The_Raven
#3
should work if auras stay lvl 1 all the time but what if they get to be leveled up?

ex : switch from a lvl 10 devotion aura to a lvl 8 endurance aura?
#4
You could store each of the levels in a variable and set the aura level when you switch the auras.

~The_Raven
#5
got some brainacke but i got it done... phewww...
well that is it works when i'm testing it alone :lol: (dunno yet if it'll work in multiplayer :roll: )

thx for the tip btw