natedahl32 / portalclassic

playerbot support for C(ontinued)-MaNGOS (classic fork)
GNU General Public License v2.0
1 stars 0 forks source link

Raid Healing #8

Open natedahl32 opened 8 years ago

natedahl32 commented 8 years ago

For raids, healers will need to cooperate in whom they are healing. Each healer should know who the others are healing and not all try to heal the same target, which is what would happen with the current logic.

Ideally we would be able to use the HLPS calculator and determines how many healers actually need to heal a target to keep them alive and then other healers can focus on other people in the raid. The actual implementation of this isn't determined, but will require an extensive rewrite of how bots determine healing targets.