Hey folks, I'm working on an AI framework for writing Scripts on OSBot. After having recently played around with a decision tree framework and reflection (see this thread), I wanted to try a different approach to scripting and I definitely think this is a winner. My intent is to provide two things: flexibility and simplicity (in regards to maintainability). I will be using a behavior tree model w/ a utility function to write a F2P pking script, so let me know where you think we can improve this framework!
Source
Download (0.0.31): Git Repo (temporarily down)
Changes
0.0.31 - new repository, structural changes, and maven integration (streamlines collaboration).
0.0.21 - merged new framework, implemented a utility function, and removed json integration & chicken killer test script.
0.0.12 - loading decision tree from JSON file.
0.0.1 - initial release
Setup
Updating setup in accordance with 0.0.31 (TODO).
Remarks
Updating remarks in accordance with 0.0.31 (TODO).
Snippets (v0.0.31)
MyScript.java