TheRedHun1 wrote:I just thought this would be useful to new players and experiences players.
We all get tired of farming and cutting wood, I mean we doing it anways on our characters so bots are helpful. I mean it is our characters and our risk we taking leaving them afk. I was thinking that you guys should add GUI's so when the script starts, it asks for information like in the lamber bot here is an example
Village? (scroll bar) Yes NO
Hf? Yes No
Location to drop off X: Y:
Drink Wine? Yes No
Drink Water? Yes No
Limit? Yes (amount here) No
If that was added it wouldn't require for us to go into the scripts and would make it easier to start them.
It would probably be easier to just rewrite a new bot client centralized about the idea of script <=> ui interaction than to have someone come along and try to flood more code on to patch stuff in like gui interaction.
Also since iirc Groovy can access your whole java classes and libraries you could write your own Widget (In Groovy), make the root it's parent (that way it renders onto the screen at x,y location) and then write your own interactions for values that the gui contains so you can get them while you run your script. I really don't know groovy at all so i can't provide a example otherwise i would atleast give some base example.