You can do it yourself with a little work and a few other apps if you don’t want to create fresh:
– Create a Custom Trigger in Advance Combat Tracker
– Parse with JSON Webhook
– Use programs like Autoit or AutoHotKey to do what you want.
You can also negate Advance Combat Tracker and go straight into the game memory itself by using the Dev packs from Goatcorp (developers of Dalamud).
So, AN example in doing what you want for crafting:
– Install “Something Needs Doing” Dalamud plugin.
– Put in the macros if your choice. Start of macro have /click synthesis end of macro have /loop <#> echo
– Create custom trigger in Advance Auto Tracker for “loop is 0” (or whatever the line states…I forgot).
– Parse it with JSON when trigger happens.
– AutoIt or AutoHotkey the parse present.
You can even skip some of the step above and even do a simple ImageSearch function from Autoit or AutoHotKey to find the “loop is at 0” echo.
-
This reply was modified 2 years, 10 months ago by khmmiqobot.
-
This reply was modified 2 years, 10 months ago by khmmiqobot.
-
This reply was modified 2 years, 10 months ago by khmmiqobot.
-
This reply was modified 2 years, 10 months ago by khmmiqobot.