Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Tutorial Making a Basic Treebot From Scratch [Video - 1:31:33]

Joined
Jan 12, 2016
Messages
385
I haven't watched the entire guide yet so I am guessing that it could be included in the tutorial.. however.. could you make an additional guide if not on how you gathered that starting information? The coordinates specifically etc.
 
easily triggered ✌
Joined
Dec 31, 2015
Messages
4,584
I haven't watched the entire guide yet so I am guessing that it could be included in the tutorial.. however.. could you make an additional guide if not on how you gathered that starting information? The coordinates specifically etc.
dev tool kit
 
Joined
May 28, 2017
Messages
9
Fantastic tutorial. I am learning how to build scripts for runemate, and this is so incredibly helpful. So thank you thank you thank you for this.

Despite my programming inexperience, I do know logic. If the bot is in castle wars, the bank is open, and there is no ring of dueling, the bot should check for an equipped ring and if no ring is available, stop the bot, not simply try to withdraw a ring of dueling. Cause once this thing is out of rings in the bank, and it is at castle wars, it's not going to know what to do. It will realize it has no ring equipped or in inventory and open the bank and freeze rather than intentionally stop the bot.

Also, and this may just be preference, if the bot isn't in the iron region and it isn't at castle wars, it would make more sense to look at the inventory and decide whether it CAN mine (gear check) and then decide if it needs to go to the iron region or castle wars (inventory check), not teleport to castle wars by default. This would ensure that it isn't starting up somewhere like Varrock and then teleporting to CW (and wasting a charge) just to tele to the iron region.

I'm not trying to pick this apart, but I just started looking at this and saw a few issues that would make this better. Hope this is helpful to someone. ^_^
 
Joined
Feb 20, 2017
Messages
58
Fantastic tutorial. I am learning how to build scripts for runemate, and this is so incredibly helpful. So thank you thank you thank you for this.

Despite my programming inexperience, I do know logic. If the bot is in castle wars, the bank is open, and there is no ring of dueling, the bot should check for an equipped ring and if no ring is available, stop the bot, not simply try to withdraw a ring of dueling. Cause once this thing is out of rings in the bank, and it is at castle wars, it's not going to know what to do. It will realize it has no ring equipped or in inventory and open the bank and freeze rather than intentionally stop the bot.

Also, and this may just be preference, if the bot isn't in the iron region and it isn't at castle wars, it would make more sense to look at the inventory and decide whether it CAN mine (gear check) and then decide if it needs to go to the iron region or castle wars (inventory check), not teleport to castle wars by default. This would ensure that it isn't starting up somewhere like Varrock and then teleporting to CW (and wasting a charge) just to tele to the iron region.

I'm not trying to pick this apart, but I just started looking at this and saw a few issues that would make this better. Hope this is helpful to someone. ^_^
I believe the purpose of the tutorial was to explain how a treebot works and give a rough example of one, which is definitely accomplished.
 
Joined
Jan 24, 2019
Messages
1
Thank you for the guide! I hope to look back on this post one day to see how far I have progressed. Here's the start of something great!
 
Joined
Apr 17, 2020
Messages
70
@Snufalufugus

I may be a bit late but looking to make some basic bots for myself which aren't in the store.
Everything is understandable until you get to the coding part (with string/inventory.contains/...)

I'm planning on watching a basic java guide.
Are there any runemate specific guides you'd recommend after that?

edit: i have no coding background but don't mind learning it as it seems interesting to me.
 
Joined
Aug 23, 2015
Messages
1,961
@Snufalufugus

I may be a bit late but looking to make some basic bots for myself which aren't in the store.
Everything is understandable until you get to the coding part (with string/inventory.contains/...)

I'm planning on watching a basic java guide.
Are there any runemate specific guides you'd recommend after that?

edit: i have no coding background but don't mind learning it as it seems interesting to me.
Just read through the api and look at open source bots from the bot store
 
Top