Any help would be highly be appreciated.
Also what does 'preset #' or visualrm preset do?
I would like bot to do the title because if I pick normal 'withdraw' option, it would right click then hover down the list to withdraw <- that's not something a normal player would do nowadays.
Many thanks in advance.
Hey, here is a link to a json that could help.
https://drive.google.com/file/d/1394kOKZQIHqfAtmOZHUhmiMrDFgouzna/view?usp=sharing
There are a few logics that allow you to withdraw, some not in this file. But I did include the left click method for you, it's the very bottom function, play with it bit and see which one you like. Some stuff might need some additional steps (tweaking) if you want them to work. Remember it helps to run many checks/tests even in a simple bot.
For the left click withdraw go to your 'Interaction' action and just make sure to hover the 'Item name' dropdown where the variable 'YourItemHere' is selected. In the menu that pops up select the amount of items/presets you would like to withdraw. You can see other conditions here too.
IMO: Use presets, they're easy to use; However there are times when you might need another method.
Let us know if we've helped you.
VisualRM preset is to be used in conjuction with the Runescape game client, simply load what you want your bot to use in your players inventory on Runescape (for example if I wanted to make bronze bars, I would add 14 copper and 14 tin to my players inventory) then simply hit "Load Inventory" and make sure your items are checkmarked, rename your preset to whatever then hit the + button, you've now saved an inventory preset, now just select the inventory preset you created while using the "Withdraw Bank" action, you don't even need to tell your bot to empty his inventory of whatever is in it, as long as there's no defined item (like copper ore or tin ore in my case for bronze bars) in your inventory then your bot will automatically bank all items, and take another 14 copper/tin in my case out of the inventory.
Create a Type Number 14
then use bank withdraw action #14
I beleive