February 13, 20169 yr NewtonWoodcutter Source: https://github.com/JamesNewton1/NewtonWoodcutter Overview This is my first publicly released script. With my public scripts, my aim is to provide a twist to a script instead of the same old stuff. In this case, I thought it'd be interesting to see what it would be like to create a generic script. What I mean by generic is that you can implement the script on any bot you like. All the logic is done using generic interfaces. I have provided an implementation for OSBot which is in the org.newton.wc.osbot package. I wouldn't recommend running this script in its current state, as there is no real antiban and I haven't tested it much at all. GUI Nice and simple. Does what it says on the tin. What I learnt Writing generic scripts is useful in the sense that it allows you to easily and concisely write the logic of your script. The problem is, because bots do not follow any standards, you need to hack around with datatypes and methods to make sure it can be implemented on any bot. Feedback I'd really appreciate any feedback you guys can provide, since this is my first public script. I have spent a lot of time writing java code in the past, but not nearly as much time on OSBot scripts. It would also be pretty cool if someone tried to implement it on another bot, just to see how that goes. Let me know if you do. You could even create a branch on Git for it. Edited February 13, 20169 yr by Newt0n
February 13, 20169 yr throw some pictures in there man, would look so much more appealing by the way good job. also as it is your first public script people would prefer if you threw a picture in there of a virus scan on it. Edited February 13, 20169 yr by leony
February 13, 20169 yr Author throw some pictures in there man, would look so much more appealing by the way good job. also as it is your first public script people would prefer if you threw a picture in there of a virus scan on it. Hey, thanks for the feedback! I'll take a screenshot of the very simple GUI, I guess. The source code is free to view on GitHub, so there's no need for a virus check
February 13, 20169 yr Author I'll buy an account tonight and test it, nice job I think there's an issue with the webwalking. I'm going to look into it tomorrow. You can still test the powerchopping part of the script though
February 16, 20169 yr Author Pushed an update to Git. Hopefully I can get the script on the SDN now, seems to run really well! List of changes: Added paint for keeping track of state, runtime, levels gained, xpgainedAdded timer class for runtimeName change: Trees -> TreeFixed GUI bugs with not closing properlyAdded prioritise best tree optionFixed logic problem with bankingAdded version number