HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

AoE on Death / No Reward?

07-05-2005, 01:53 AM#1
Setreal
I'm using an AoE on death ability based off the AoE Damage on Death ( Sapper ) ability, yet when the unit dies and kills enemy units around it, nearby allied heros recieve no xp, and the owner of the unit recieves no bounty for the kill. Yes bounty is turned on, yes xp is turned on, yes the player owns the dieing unit.
07-05-2005, 10:50 AM#2
mogmiester
if you kill it with triggers, then it wont work. That might be your problem
07-05-2005, 11:29 AM#3
Setreal
Yeah that seems to be the problem. I tried a new ability off Kaboom and give it the order via trigger, but this only appears to work sometimes, other times it won't go off.
07-05-2005, 01:18 PM#4
oNdizZ
why not use
Unit - Damage Area


or if you dont wanna damage allies or something use this action, in a unitgroup loop
Unit - Damage Target
07-05-2005, 01:22 PM#5
mogmiester
or just asdd a life timer to it with 0.01 time to go - that will kill it with a bang(no pun intended)
07-05-2005, 04:09 PM#6
Vexorian
You could be doing something like removing the unit at the moment it dies
07-06-2005, 12:42 AM#7
Setreal
Worked perfectly mog, thanks.