This could include but isnt limited too:
- Cave functions - Whole BC / SFC runs
- Daily quest
- Event quest
- Special Skill
- War bots
This will likely need some form of syntax, could be similar to UOPilot, or could even run a subset of python code interacting through an exposed internal/external API.
Scripts should be chainable too, IE BC bot could be broken up into a couple of reusable components:
- buy return charm.
- run cave.
Having the scripts chainable could mean opting in/out of daily quests very easily, and even mixing in daily runs inside an already running cave bot. IE:
- low lvl char farming HH
- run dailies at 00:20
- SS quest after dailies
- back to HH
This could include but isnt limited too:
This will likely need some form of syntax, could be similar to UOPilot, or could even run a subset of python code interacting through an exposed internal/external API.
Scripts should be chainable too, IE BC bot could be broken up into a couple of reusable components:
Having the scripts chainable could mean opting in/out of daily quests very easily, and even mixing in daily runs inside an already running cave bot. IE: