mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
@@ -7831,11 +7831,34 @@
|
||||
"BattleQuickFormationSkill3": {
|
||||
"algorithm": "JustReturn",
|
||||
"action": "ClickRect",
|
||||
"specificRect": [
|
||||
15,
|
||||
650,
|
||||
80,
|
||||
30
|
||||
]
|
||||
},
|
||||
"BattleQuickFormationSkill-SwipeToTheDown": {
|
||||
"algorithm": "JustReturn",
|
||||
"action": "Swipe",
|
||||
"postDelay": 100,
|
||||
"specificRect": [
|
||||
15,
|
||||
710,
|
||||
80,
|
||||
10
|
||||
],
|
||||
"rectMove": [
|
||||
15,
|
||||
385,
|
||||
80,
|
||||
100
|
||||
],
|
||||
"specialParams": [
|
||||
150,
|
||||
0,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"BattleQuickFormationConfirm": {
|
||||
|
||||
@@ -340,6 +340,9 @@ bool asst::BattleFormationTask::select_opers_in_cur_page(std::vector<OperGroup>&
|
||||
ctrler()->click(res.rect);
|
||||
sleep(delay);
|
||||
if (1 <= skill && skill <= 3) {
|
||||
if (skill == 3) {
|
||||
ProcessTask(*this, { "BattleQuickFormationSkill-SwipeToTheDown" }).run();
|
||||
}
|
||||
ctrler()->click(SkillRectArray.at(skill - 1ULL));
|
||||
sleep(delay);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user