HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Buff based on immolation, that causes damage, but have problem.

05-16-2006, 01:41 PM#1
n13astra
Hi, like the subject says, i have an ability that uses the immolation buff. When the ability is used on the enemy, that buff is cast onto them, which makes the enemy take damage, but for some reason, it never kills them. Always seems to stop at 1 or 2 HP.

Help??
05-16-2006, 02:11 PM#2
blu_da_noob
What is the ability based on?
05-16-2006, 02:25 PM#3
n13astra
based on pheonix fire.
05-16-2006, 04:19 PM#4
Captain Griffen
Can the pheonix fire DOT kill something? I don't think so.
05-16-2006, 05:16 PM#5
blu_da_noob
Just to actually explain the concept, the buff has no effect on what the spell actually does. The buff just 'records' that the unit is under the effect of the spell/ability. If Griffen is correct, then that would explain your problem.
05-16-2006, 09:19 PM#6
n13astra
and how do i fix that?
05-16-2006, 09:45 PM#7
Immoralis
detect when it gets to 1 or 2 hp or you can just trigger the phoenix fire effect with dott
05-16-2006, 11:36 PM#8
n13astra
isnt what im trying to do possible without making a trigger to check for it?

also, whats dott?

Should i be using a different type of ability as a base?

This is for a battle tanks clone by the way.
05-17-2006, 01:07 AM#9
paidan_fain
base it off of immolation and select in the allowed targets - self.
05-17-2006, 02:19 AM#10
n13astra
wouldnt that cause damage to the unit casting the ability?
Also, the way it is setup now, it already causes damage to the enemy unit, it just doesnt die.

P.S. it did not work.

Anyone else for a solution?
05-17-2006, 03:28 AM#11
Moss
Phoenix fire can't kill a unit??? That is unfortunate if it is true. I thought phoenix fire was the wonderful multi-useful auto-attack type spell. Well I guess it still does the auto-attack, you just have to trigger another spell when it fires. Are there any other spells like Phoenix fire?

I guess what you may have to do is have a trigger so that every time the phoenix based spell fires, an invisible dummy unit casts a modified poison ability onto the target that can kill it.
05-17-2006, 06:30 AM#12
Pheonix-IV
Phoenix Fire's Damage over Time effect cannot kill a unit. It's impact damage can.
05-17-2006, 09:16 AM#13
Freakazoid
Quote:
Originally Posted by Pheonix-IV
Phoenix Fire's Damage over Time effect cannot kill a unit. It's impact damage can.
True!
05-17-2006, 10:19 AM#14
n13astra
Are there any other abilities that autocast like phoenix fire? or do i have to make a dummy caster which follows the main unit?
05-17-2006, 08:28 PM#15
Immoralis
Just detect it on damage, check for the pheonix buff, remove the buff and then cast acid bomb at it, then it works fine.