HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Rain of Fire, destroy trees?

07-12-2006, 11:51 PM#1
Sardius
I noticed something, if you cast rain of fire on trees, it selects them as targetable but does not destroy them... I checked the "targets allowed" in the skill itself to find it empty.
07-13-2006, 12:09 AM#2
Ignitedstar
An empty "Targets Allowed" means that the spell will attack whatever is in the radius?
07-13-2006, 01:23 AM#3
Sardius
so why doesn't it destroy trees then?
07-13-2006, 01:45 AM#4
Hemlock
Cause they only get effected by normal attack damage if I were correct
07-13-2006, 02:22 AM#5
Sardius
So then why does flamestrike and Inferno destroy trees?
07-13-2006, 05:16 AM#6
Hemlock
I were wrong about the attack types, but flamestrike destroys the trees cause the specificly allow the target to get destroyed, rain of fire doesn't.
07-13-2006, 07:07 AM#7
Sardius
Well then back to the original question, how do I make rain of fire destroy trees?
07-13-2006, 12:27 PM#8
StockBreak
Quote:
Originally Posted by Sardius
Well then back to the original question, how do I make rain of fire destroy trees?
Uhm I think that the best way is to trigger it by using a JASS/GUI function that kills destructibles (such as trees). If you are using GUI, here is an example:
Trigger:
Rain of Fire
Collapse Events
Unit - A unit starts the effect of an ability
Collapse Conditions
(Ability being cast) Equal to Rain of Fire
Collapse Actions
Wait some time to match the fire animation
Collapse Destructible - Pick every destructible within 200.00 of (Target point of ability being cast) and do (Actions)
Collapse Loop - Actions
Destructible - Kill (Picked destructible)

I hope it helps. Cheers.
07-14-2006, 03:20 PM#9
StockBreak
Well, just to be precise, if you want to match exactly the Rain of Fire animation, the wait time should be 0.80 seconds.
I made for you a simple map. Cheers.
Attached Files
File type: w3xDestroyTheTrees.w3x (14.2 KB)