Add a step to return to GC barrack before starting Artisan crafting.#34
Add a step to return to GC barrack before starting Artisan crafting.#34nirjiang wants to merge 6 commits into
Conversation
|
Thanks for the submission! It looks like the rebase for this PR dropped the first commit from #33 (9a6333d, "Add barracks return before autogather follow-up"), so five files are missing — most importantly TheCollector/Utility/GrandCompanyBarracksReturnHandler.cs (the whole 270-line handler), plus the small changes to FrameRunnerPipelineBase.cs, ServiceWrapper.cs, PluginState.cs, and PluginStatePresentation.cs. As it stands the branch won't compile: AutomationHandler.cs still injects GrandCompanyBarracksReturnHandler and calls _barracksReturn.Start(), but the class isn't in the diff. |
|
It should be ready to merge and compile now. I completely messed up the repo just now. |
|
Sorry for the late response but, been dealing with something person but I'll try to merge it this week. |
Add an option in settings: Return to GC Barrack prior to Artisan crafting, and then execute the crafting process.|
Avoid prolonged, repetitive actions before GC to prevent being reported.