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!
I made a meteor spell wich based on starfall but don't stop, and the damage is faster than effect. pls help
The dummy ability is Flame acopa.
The triggercategory is MEteor strike.
1.) I can't even load your map because it's giving me a victory message when it starts.
2.) I notice this has some problems:
firesky effect
Events
Time - Every 1.00 seconds of game time
Conditions
Actions
Unit - Create 1 Dummy Firesky for (Owner of Fireskycast) at (Position of Fireskycast) facing 0.00 degrees
Unit - Add flame ako to (Last created unit)
Unit - Order (Last created unit) to Human Blood Mage - Flame Strike ((Position of Fireskycast) offset by (Random real number between 300.00 and 600.00) towards (Random real number between 0.00 and 360.00) degrees)
Unit - Add a 3.00 second Generic expiration timer to (Last created unit)
You have serious location leaks on your map every 1 seconds of game time. You need to change your trigger to this:
firesky effect
Events
Time - Every 1.00 seconds of game time
Conditions
Actions
Set "TempPoint1" = (Position of Fireskycast)
Set "TempPoint2" = (TempPoint1) offset by (Random real number between 300.00 and 600.00) towards (Random real number between 0.00 and 360.00) degrees
Unit - Create 1 Dummy Firesky for (Owner of Fireskycast) at (TempPoint1) facing 0.00 degrees
Unit - Add flame ako to (Last created unit)
Unit - Order (Last created unit) to Human Blood Mage - Flame Strike (TempPoint2)
Unit - Add a 3.00 second Generic expiration timer to (Last created unit)
1.) I can't even load your map because it's giving me a victory message when it starts.
You got a victory message because you didn't set enemy slots(Birkak= Sheep(in english)).Actually your trigger offer is not change anything on my spell.
But thanks the look.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.