- Joined
- May 27, 2017
- Messages
- 61
Just a protip:
You can have much smoother action without a timer node or something similar.
Let's say you want to chop a tree.
Set the delay of the Interface interaction to e.g. 10. (You should edit this so that it's slow enough, but still fast enough to be efficient)
It makes the bot much more fluid and you get less nodes to worry about.
An example Willow Powerchopper:
https://ghostbin.com/paste/ew78z
I made this woodcutter back in May, but I just updated it.
I haven't tested it, but it should work.
You have to start it around willow trees. If not it wont do anything.
Something to do if you want to learn to use VisualRM:
Make it bank and then return to your willow trees.
Bots I've made with VisualRM for OSRS:
Ranged trainer
Fletching
Alcher
HosidiusCooker (99 cooking, easy )
Jewelry crafting (easy money and xp)
Birdhunter
Ironpowerminer (easy utility bot to get reqs for QP cape)
Barbarian fisher
Varrock Smither
Rock crabs (based on the official crab script, extended for my use)
Chasing rats for RFD
Herblore (ofc)
Plank maker
Ardy knight thiever - 99 thieving before nerf
And many more - you just have to be creative & lazy
Banking protip:
Banking can be made much easier by using the VisualRM banking method.
This can do all your banking for you, you just need to have a preset.
If you want to use a specific bank then don't invoke the banking method before you are within your bank coordinate / bank area by using a calculation node.
An example of this in use:
Here an additional failsafe is added, the bank condition node. Ideally it doesn't need to be there, but it's better to have it so that you can fletch for days
You can have much smoother action without a timer node or something similar.
Let's say you want to chop a tree.
Set the delay of the Interface interaction to e.g. 10. (You should edit this so that it's slow enough, but still fast enough to be efficient)
It makes the bot much more fluid and you get less nodes to worry about.
An example Willow Powerchopper:
https://ghostbin.com/paste/ew78z
I made this woodcutter back in May, but I just updated it.
I haven't tested it, but it should work.
You have to start it around willow trees. If not it wont do anything.
Something to do if you want to learn to use VisualRM:
Make it bank and then return to your willow trees.
Bots I've made with VisualRM for OSRS:
Ranged trainer
Fletching
Alcher
HosidiusCooker (99 cooking, easy )
Jewelry crafting (easy money and xp)
Birdhunter
Ironpowerminer (easy utility bot to get reqs for QP cape)
Barbarian fisher
Varrock Smither
Rock crabs (based on the official crab script, extended for my use)
Chasing rats for RFD
Herblore (ofc)
Plank maker
Ardy knight thiever - 99 thieving before nerf
And many more - you just have to be creative & lazy
Banking protip:
Banking can be made much easier by using the VisualRM banking method.
This can do all your banking for you, you just need to have a preset.
If you want to use a specific bank then don't invoke the banking method before you are within your bank coordinate / bank area by using a calculation node.
An example of this in use:
Here an additional failsafe is added, the bank condition node. Ideally it doesn't need to be there, but it's better to have it so that you can fletch for days
- If inventory doesn't contain the necessary items (yew longbow (u) and bowstring) then do a bank withdraw action with visualrm preset. This preset has 14 bows and 14 strings.
- If the inventory does contain the necessary items then check if we're already skilling.
- If we are skilling, then pause so that you use less resources (let your cpu & fans chill).
- If we are not skilling then check if the bank is open, if it is then just use the previous declared bank withdraw visualrm preset to close it.
Last edited: