• 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 to make spell?

Status
Not open for further replies.
Level 6
Joined
Jun 23, 2005
Messages
195
I need spell that has differend possibilities to increase movement/hp regen/attack speed when atacking enemy for short amount of time

example:
lvl1: 10%change to increase 15%attack speed and 10% movement lasts 10secs
lvl2: 15%change to increase 20%attack speed and 15% movement lasts 10secs
etc....

Is there a way to do this in gui?
 
Level 9
Joined
Jul 27, 2006
Messages
652
Pretty simple really?
Add an if then else that works out % (if random number between 1 and 100 is less then or equal to 10)
Then create a dummy bloodlust and add the normal triggering for a dummy ability to the then.
Do the same but with a dummy inner fire to increase hp regeneration.
-Sorry i didnt have time to design the trigger...
 
Level 6
Joined
Jun 23, 2005
Messages
195
Pretty simple really?
Add an if then else that works out % (if random number between 1 and 100 is less then or equal to 10)
Then create a dummy bloodlust and add the normal triggering for a dummy ability to the then.
Do the same but with a dummy inner fire to increase hp regeneration.
-Sorry i didnt have time to design the trigger...

umm no? i want it to work when atacking not when using spell...but i quess i could use that with spell...
 
Status
Not open for further replies.
Top