teel / apostasis

Automatically exported from code.google.com/p/apostasis
0 stars 0 forks source link

Healing counted on unfriendly NPCs probably undesirable #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have a tank die on Putricide phase 3

What is the expected output? What do you see instead?
Ideally healing done on unfriendly targets should be ignored in total healing.

We've previously commented out the 'target => \@raiders' in order to correctly 
account for healing 
in encounters like Valithria, but it can lead to problems with extremely large 
unwanted heals that we 
probably don't want counted as raid healing.

We need to replace 'target => \@raiders' with something that accounts for 
friendly NPCs but not 
unfriendly ones.

Original issue reported on code.google.com by eddedmondson on 14 Feb 2010 at 10:52

GoogleCodeExporter commented 8 years ago
Probably doable with target relationship (wowpedia.org/UnitFlag)

Original comment by eddedmondson on 12 Nov 2010 at 3:49