• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

spell idea

Status
Not open for further replies.
Level 4
Joined
Nov 21, 2004
Messages
47
hello, could someone make a spell that is permanetly on a unit the spell would be like firewalk and it would grow with every kill the fire goes away after a certain time
 
Level 2
Joined
Sep 21, 2004
Messages
12
I think i know what you mean. you woult want to use an integer variable that counts your kills. Lets call it "kills". Make a unit that doesnt move with fire model. Give the fire an aura that does nothing(were gonna use it for its buff". Make a periodic trigger that will create 1 fire unit at possition of your hero. Then make a periodic trigger that goes somthing like this

Event:Every .5 seconds
Condition:(could keep blank)
Actions:pick every unit on map that has "buff" and damage unit for "kills" damage.

You can change the damage by going Kills+1 or Kills*2 stuff liek that. Well i hope i helped you out
 
Status
Not open for further replies.
Top