Page 1 of 1

How do i make the mouseover area larger?

Posted: Wed Jul 28, 2010 8:41 am
by cocomoco44
i have been watching my bot and it has been on the node but the house did not pick it up
is there any settings i could change?

Re: How do i make the mouseover area larger?

Posted: Wed Jul 28, 2010 10:02 am
by rock5
cocomoco44 wrote:i have been watching my bot and it has been on the node but the house did not pick it up
is there any settings i could change?
Sorry, but I don't understand. Were you trying to target a node? What was it? What did you mean by "mouseover area" and "house did not pick it up"?

Re: How do i make the mouseover area larger?

Posted: Wed Jul 28, 2010 10:11 am
by cocomoco44
Sorry, I mean Mouse area.
I need to make it larger because it mouses over the entire area it should but misses the resource
Yes i am trying to target a gathering node
it missed several it is not an error in the bot but the area where the mouse moves to pick it up
the mouse cursor moves over the screen near where the node would be but it isn't a big enough mouse over area.
i want to increase it so it can successfully gather the nodes i saw that were just out of the area the mouse moved.


sorry i was very tired when i wrote these :?

Re: How do i make the mouseover area larger?

Posted: Wed Jul 28, 2010 10:46 am
by rock5
cocomoco44 wrote:Sorry, I mean Mouse area.
I need to make it larger because it mouses over the entire area it should but misses the resource
Yes i am trying to target a gathering node
it missed several it is not an error in the bot but the area where the mouse moves to pick it up
the mouse cursor moves over the screen near where the node would be but it isn't a big enough mouse over area.
i want to increase it so it can successfully gather the nodes i saw that were just out of the area the mouse moved.


sorry i was very tired when i wrote these :?
Of course the latest svn revisions don't use mouse scanning but I'm assuming you are using an old version to match an old client used on your server. If so there are settings to adjust the harvest scan area. You'll have to play with them until you are happy with the results. You can read about them here;
http://www.solarstrike.net/wiki/index.p ... _-_Options

Re: How do i make the mouseover area larger?

Posted: Thu Jul 29, 2010 2:21 am
by cocomoco44
Thank you :)
but how do i upgrade it so it doesnt use mouse?
just installed this mondayish?

Re: How do i make the mouseover area larger?

Posted: Thu Jul 29, 2010 5:35 am
by rock5
cocomoco44 wrote:Thank you :)
but how do i upgrade it so it doesnt use mouse?
just installed this mondayish?
You need to follow the instructions to update via SVN.
http://www.solarstrike.net/phpBB3/viewt ... f=21&t=163

Re: How do i make the mouseover area larger?

Posted: Thu Jul 29, 2010 6:04 am
by cocomoco44
rock5 wrote:
cocomoco44 wrote:Thank you :)
but how do i upgrade it so it doesnt use mouse?
just installed this mondayish?
You need to follow the instructions to update via SVN.
http://www.solarstrike.net/phpBB3/viewt ... f=21&t=163
i went to that
typed rom/update
and rom/bot.lua update
and the SVN checkout thing
then made my modifications to my scripts
and it still uses my mouse

Re: How do i make the mouseover area larger?

Posted: Thu Jul 29, 2010 6:24 am
by rock5
cocomoco44 wrote:i went to that
typed rom/update
and rom/bot.lua update
and the SVN checkout thing
then made my modifications to my scripts
and it still uses my mouse
If you did an SVN checkout into a rom folder that already had files in it, it's possible it didn't merge properly. You can force the rom folder to match the repository by right-clicking the rom folder and selecting TortoiseSVN/Revert. Don't worry, your profiles and waypoint files wont be touched.

Re: How do i make the mouseover area larger?

Posted: Thu Jul 29, 2010 6:29 am
by cocomoco44
rock5 wrote:If you did an SVN checkout into a rom folder that already had files in it, it's possible it didn't merge properly. You can force the rom folder to match the repository by right-clicking the rom folder and selecting TortoiseSVN/Revert. Don't worry, your profiles and waypoint files wont be touched.
it is at revision 482
is that correct?

Re: How do i make the mouseover area larger?

Posted: Thu Jul 29, 2010 6:33 am
by rock5
cocomoco44 wrote:it is at revision 482
is that correct?
Yes, that sounds right.

Re: How do i make the mouseover area larger?

Posted: Thu Jul 29, 2010 6:49 am
by cocomoco44
rock5 wrote:
cocomoco44 wrote:it is at revision 482
is that correct?
Yes, that sounds right.
I tried it
Yes my mouse did not move
but it still missed resources a few times.
how can i widen the area?
-_-'

Re: How do i make the mouseover area larger?

Posted: Thu Jul 29, 2010 7:05 am
by rock5
cocomoco44 wrote:I tried it
Yes my mouse did not move
but it still missed resources a few times.
how can i widen the area?
-_-'
There is nothing to widen. As long as you are near the resource it should harvest it. Don't know why it would miss some unless it was out of range.

BTW you can adjust the range by changing this value in your profile.

Code: Select all

		<option name="HARVEST_DISTANCE"		value="120" />
I think it defaults to 120 if you don't have that value in your profile.

Re: How do i make the mouseover area larger?

Posted: Thu Jul 29, 2010 7:07 am
by cocomoco44
rock5 wrote:
cocomoco44 wrote:I tried it
Yes my mouse did not move
but it still missed resources a few times.
how can i widen the area?
-_-'
There is nothing to widen. As long as you are near the resource it should harvest it. Don't know why it would miss some unless it was out of range.

BTW you can adjust the range by changing this value in your profile.

Code: Select all

		<option name="HARVEST_DISTANCE"		value="120" />
I think it defaults to 120 if you don't have that value in your profile.
thank you for all the great help :]