Rock5's Millers Ranch Scripts

Additional botting resources. Addons may be either for the game itself or for the RoM bot.
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Message
Author
bobdole
Posts: 152
Joined: Thu May 26, 2011 6:30 pm

Re: Rock5's Millers Ranch Scripts

#521 Post by bobdole »

Lisa: I added function unStick9 but is there a way I can reset the unstick number back to zero when the code is executed?
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Rock5's Millers Ranch Scripts

#522 Post by lisa »

the unsticks auto resets over time, can't remember exact amount of time but it is short, maybe 20 seconds or something.
So if you don't get any sticks for that period then it resets and goes back to 0 unstick trials.

If you feel it is necessary you could try this (untested)

Code: Select all

player.Unstick_counter = 0
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Rock5's Millers Ranch Scripts

#523 Post by rock5 »

Maybe try ClearMem. I've been happy with the results but I don't "run many times".
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
bobdole
Posts: 152
Joined: Thu May 26, 2011 6:30 pm

Re: Rock5's Millers Ranch Scripts

#524 Post by bobdole »

rock5 wrote:Maybe try ClearMem. I've been happy with the results but I don't "run many times".

Put ClearMem in the onload section?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Rock5's Millers Ranch Scripts

#525 Post by rock5 »

No, it's a program that clears memory.
http://www.pcwintech.com/cleanmem
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Rock5's Millers Ranch Scripts

#526 Post by lisa »

I think rock means the program clean mem.here
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
bobdole
Posts: 152
Joined: Thu May 26, 2011 6:30 pm

Re: Rock5's Millers Ranch Scripts

#527 Post by bobdole »

lol, downloaded and installed. Thanks for the suggestion.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Rock5's Millers Ranch Scripts

#528 Post by rock5 »

Let us know if it helps. It will be good to know for future reference.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
ako ito
Posts: 61
Joined: Sat Sep 17, 2011 8:34 am

Re: Rock5's Millers Ranch Scripts

#529 Post by ako ito »

millers ranch are working now in new patch??
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Rock5's Millers Ranch Scripts

#530 Post by lisa »

it wont work until bot is updated.
We have had a few extra things to work around this patch, so taking little longer. Almost there though =)
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Nevex
Posts: 46
Joined: Sat Oct 01, 2011 3:55 pm

Re: Rock5's Millers Ranch Scripts

#531 Post by Nevex »

I think the MRC needs work now. The game crashes for me about 10-15mins after the the bot has been running the optimized script. I am going to try the normal one now and see if that changes anything.
Nevex
Posts: 46
Joined: Sat Oct 01, 2011 3:55 pm

Re: Rock5's Millers Ranch Scripts

#532 Post by Nevex »

The game client crashes just as fast with the normal script. Not sure if its the bot or the game client just sucking ass as usual.
Nevex
Posts: 46
Joined: Sat Oct 01, 2011 3:55 pm

Re: Rock5's Millers Ranch Scripts

#533 Post by Nevex »

Works as of 650. See my comments about the script being off on golden egg counts. Also I want to be able to increase how often the counts update on the bot screen.
bobdole
Posts: 152
Joined: Thu May 26, 2011 6:30 pm

Re: Rock5's Millers Ranch Scripts

#534 Post by bobdole »

Working far far better for me since last update and removing the speed hack, but the bots are slower since the patch they stand around a lot longer and are putting eggs in the stuck mode in error. Could the script require some tweaks in the delays?
Nevex
Posts: 46
Joined: Sat Oct 01, 2011 3:55 pm

Re: Rock5's Millers Ranch Scripts

#535 Post by Nevex »

I am using MRC no problems now.
bobdole
Posts: 152
Joined: Thu May 26, 2011 6:30 pm

Re: Rock5's Millers Ranch Scripts

#536 Post by bobdole »

Code: Select all

player.Unstick_counter = 0
does not work, whats the command to change the stuck attempts above 10?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Rock5's Millers Ranch Scripts

#537 Post by rock5 »

You could add this to you profile.

Code: Select all

<option name="MAX_UNSTICK_TRIALS" value="20" />
Or maybe add this to your waypointfile.

Code: Select all

changeProfileOption("MAX_UNSTICK_TRIALS",20)
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
jasn
Posts: 70
Joined: Sat Jun 25, 2011 8:25 am
Location: Sweden

Re: Rock5's Millers Ranch Scripts

#538 Post by jasn »

mrc_optimized crash after 20mins.
tried several times but same result, always on third bot. (dont have more to try)
Did a "fresh"install of whole micro folder except my 3 folders profiles, waypoints, userfuc. those been updated.

hope this "dump" helps.

Code: Select all

21c95a00        235
21c97300        206
21c93700        140
21c98c00        133
3b826e00        104
21c93c00        50
21c9dc00        43
21c91e00        13
Total stuck eggs = 43

Clearing target.
Moving to waypoint #5, (3940, 3055)
Moving to waypoint #6, (3937, 2978)
We found Feedbag and will harvest it.
We found Feedbag and will harvest it.
We found Feedbag and will harvest it.
Clearing target.
Moving to waypoint #7, (3935, 3051)
Moving to waypoint #4, (3948, 3107)
We found Ranch Hen and will harvest it.

Displaying Stats:
Ignore lists:
Ignored eggs    Seconds
3b823700        317
21c95a00        310
21c97300        281
21c93700        215
21c98c00        208
3b826e00        179
21c93c00        125
21c9dc00        118
21c91e00        88
Total stuck eggs = 43

Clearing target.
Moving to waypoint #5, (3940, 3055)
Moving to waypoint #6, (3937, 2978)
We found Feedbag and will harvest it.
We found Feedbag and will harvest it.
We found Feedbag and will harvest it.
We found Feedbag and will harvest it.
We found Feedbag and will harvest it.
6:49pm - C:/slask/micromacro/scripts/rom/classes/pawn.lua:218: bad argument #1 to 'readfunc' ((null))


Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script>
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Rock5's Millers Ranch Scripts

#539 Post by lisa »

rock5 wrote: Known issues:
  • My MRC_Optimized script is having trouble collecting eggs and occationally hens. I'll have to fix it. I plan on using the new 'player.Stance' to help me. :)
Yeah it's a known issue that is being worked on.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
jasn
Posts: 70
Joined: Sat Jun 25, 2011 8:25 am
Location: Sweden

Re: Rock5's Millers Ranch Scripts

#540 Post by jasn »

oooops, sorry. Missed that post.
Post Reply