Warcraft III resources & community, 2003–2006 · archived

spell idea

3 posts
#1

spell idea

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
#2
What do you even mean? If you are going to post a request, then
1: When you are given support, try to make it yourself
2: Be more specific. If it's right before school when you're posting this, then do it later.
#3
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