Page 1 of 1

Manual Gathering, Auto clicking

Posted: Tue Oct 20, 2009 6:56 am
by phanisher
Is there anyway to program the micromacro to click for you? Like if you approach a mineral, can you program it to auto click for you instead of having to click up to 6 times?

Re: Manual Gathering, Auto clicking

Posted: Tue Oct 20, 2009 7:39 am
by d003232
phanisher wrote:Is there anyway to program the micromacro to click for you? Like if you approach a mineral, can you program it to auto click for you instead of having to click up to 6 times?
Read here in the RoM Bot Wiki.

Re: Manual Gathering, Auto clicking

Posted: Wed Oct 21, 2009 6:21 pm
by droppen
If you want to program it to only autoclick it for you, you need to take a look at player:harvest() function in classes/player.lua and you need to know a bit or at least be willing to learn a bit of lua.

Re: Manual Gathering, Auto clicking

Posted: Thu Oct 22, 2009 5:25 am
by phanisher
I am definitely up to learn how to tackle lua files. At the moment I am trying to bind the code play:harvest() to my mouse clicks so when I click, it will automatically click for me until it fails when I manually walk up to a node.

I just need to find where the codes are and then how to bind it to my clicks. I am sure this can be done as the auto gather is programmed that way.