mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-31 09:23:47 +00:00
Update GenericWarriorStrategy.cpp
This commit is contained in:
@@ -47,6 +47,10 @@ void WarrirorAoeStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
|||||||
// triggers.push_back(new TriggerNode("thunder clap on snare target", NextAction::array(0, new NextAction("thunder
|
// triggers.push_back(new TriggerNode("thunder clap on snare target", NextAction::array(0, new NextAction("thunder
|
||||||
// clap on snare target", ACTION_HIGH + 3), nullptr))); triggers.push_back(new TriggerNode("thunder clap",
|
// clap on snare target", ACTION_HIGH + 3), nullptr))); triggers.push_back(new TriggerNode("thunder clap",
|
||||||
// NextAction::array(0, new NextAction("thunder clap", ACTION_HIGH + 10), nullptr)));
|
// NextAction::array(0, new NextAction("thunder clap", ACTION_HIGH + 10), nullptr)));
|
||||||
|
triggers.push_back(new TriggerNode(
|
||||||
|
"medium aoe", NextAction::array(0, new NextAction("sweeping strikes", ACTION_HIGH + 7),
|
||||||
|
new NextAction("bladestorm", ACTION_HIGH + 6),
|
||||||
|
nullptr)));
|
||||||
triggers.push_back(new TriggerNode(
|
triggers.push_back(new TriggerNode(
|
||||||
"light aoe", NextAction::array(0, new NextAction("sweeping strikes", ACTION_HIGH + 7),
|
"light aoe", NextAction::array(0, new NextAction("sweeping strikes", ACTION_HIGH + 7),
|
||||||
new NextAction("bladestorm", ACTION_HIGH + 6),
|
new NextAction("bladestorm", ACTION_HIGH + 6),
|
||||||
@@ -60,4 +64,5 @@ void WarrirorAoeStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
|||||||
NextAction::array(0, new NextAction("shockwave on snare target", ACTION_HIGH + 5), nullptr)));
|
NextAction::array(0, new NextAction("shockwave on snare target", ACTION_HIGH + 5), nullptr)));
|
||||||
// triggers.push_back(new TriggerNode("high rage available", NextAction::array(0, new NextAction("whirlwind",
|
// triggers.push_back(new TriggerNode("high rage available", NextAction::array(0, new NextAction("whirlwind",
|
||||||
// ACTION_HIGH + 10), nullptr)));
|
// ACTION_HIGH + 10), nullptr)));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user