mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 18:30:27 +00:00
[Spell] Handle tree of life and assist dps
This commit is contained in:
@@ -77,10 +77,11 @@ void PaladinAssistDpsStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||
triggers.push_back(
|
||||
new TriggerNode("healer should attack",
|
||||
NextAction::array(0,
|
||||
new NextAction("hammer of wrath", ACTION_DEFAULT + 0.5f),
|
||||
new NextAction("holy shock", ACTION_DEFAULT + 0.4f),
|
||||
new NextAction("shield of righteousness", ACTION_DEFAULT + 0.3f),
|
||||
new NextAction("judgement of light", ACTION_DEFAULT + 0.2f),
|
||||
new NextAction("exorcism", ACTION_DEFAULT + 0.1f),
|
||||
new NextAction("hammer of wrath", ACTION_DEFAULT + 0.6f),
|
||||
new NextAction("holy shock", ACTION_DEFAULT + 0.5f),
|
||||
new NextAction("shield of righteousness", ACTION_DEFAULT + 0.4f),
|
||||
new NextAction("judgement of light", ACTION_DEFAULT + 0.3f),
|
||||
new NextAction("consecration", ACTION_DEFAULT + 0.2f),
|
||||
new NextAction("exorcism", ACTION_DEFAULT+ 0.1f),
|
||||
nullptr)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user