added items

This commit is contained in:
Boki 2026-02-28 15:13:31 -05:00
parent c3de5fdb63
commit 5f90bc137b
158 changed files with 2316 additions and 512 deletions

View file

@ -1,12 +1,12 @@
using Poe2Trade.Core;
using Poe2Trade.Game;
using Poe2Trade.GameLog;
using Poe2Trade.Inventory;
using Poe2Trade.Navigation;
using Poe2Trade.Screen;
using Automata.Core;
using Automata.Game;
using Automata.GameLog;
using Automata.Inventory;
using Automata.Navigation;
using Automata.Screen;
using Serilog;
namespace Poe2Trade.Bot;
namespace Automata.Bot;
/// <summary>
/// Kulemak-specific boss run executor: scripted 4-phase + ring fight,
@ -218,7 +218,7 @@ public class KulemakExecutor : MappingExecutor
await _game.MoveMouseTo(x, y);
await Sleep(200);
await _game.CtrlLeftClickAt(x, y);
await Sleep(500);
await Sleep(1000);
var matches = await _screen.TemplateMatchAll(NewInstanceTemplate);
if (matches.Count == 0)