birduvprey
Member
- Joined
- Jun 21, 2015
- Messages
- 34
So in the midst of using Death's Agility bot and the predefined combat routines, I started developing questions on what I would want to see happen with combat routines going forward.
The first big issue for me is understanding threading. Likely we'll need at least 2 threads if not three running at a time to truly make combat routines "smart."
One thread for main action handling, spell casting, etc.
A second thread that monitors player telegraphs to face the bot in the proper direction.
And likely a third, now that I think about it, that handles enemy telegraphs for interrupting, avoidance.
Would these be something the frame work should handle or a routine? Forgive my very novice coding skills, I'm attempting to sharpen them more with this bot.
The first big issue for me is understanding threading. Likely we'll need at least 2 threads if not three running at a time to truly make combat routines "smart."
One thread for main action handling, spell casting, etc.
A second thread that monitors player telegraphs to face the bot in the proper direction.
And likely a third, now that I think about it, that handles enemy telegraphs for interrupting, avoidance.
Would these be something the frame work should handle or a routine? Forgive my very novice coding skills, I'm attempting to sharpen them more with this bot.