Welcome!

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

Sign up now!

Resolved [OSRS] How to perform a crafting operation?

Eyyyyy Macarena
Joined
Oct 24, 2018
Messages
58
I'm writing a simple herb cleaning + unf'ing bot as a first time hello world sort of application, but I can't seem to get past the point where you need to choose how many unf potions you want to make after using a clean herb on a vial of water.

  • I've looked at open source bots and couldn't find a usage example (although they did teach me how to write TreeBots - thanks, open source authors!)
  • I've looked at all the obvious classes in the API and couldn't find anything.
  • I've looked through the dev support & tutorial forums but couldn't find the information I need.
Could anyone please post a quick snippet on how I could do this? VisualRM allows you to perform crafting operations easily, but it's closed source so I can't check it out for an example. :(
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,095
I'm writing a simple herb cleaning + unf'ing bot as a first time hello world sort of application, but I can't seem to get past the point where you need to choose how many unf potions you want to make after using a clean herb on a vial of water.

  • I've looked at open source bots and couldn't find a usage example (although they did teach me how to write TreeBots - thanks, open source authors!)
  • I've looked at all the obvious classes in the API and couldn't find anything.
  • I've looked through the dev support & tutorial forums but couldn't find the information I need.
Could anyone please post a quick snippet on how I could do this? VisualRM allows you to perform crafting operations easily, but it's closed source so I can't check it out for an example. :(
I think what you're looking for is the MakeAllInterface
 
Top