Tweak: A random refresh that isn't aggressive
|
|
Thought I'd share this in case anyone else is interested. I like my sleep :) I've found I can't run aggressive overnight, it hangs up on the captcha's. But I still wanted a chance at getting some hits and the normal refresh of 60 secs is a bit too long. I decided I'd try randomizing the refresh a little to see if that helps with the captcha's. Ran last night without getting one captcha, and won about 5 hits. Here's how to do it: Search for the following string in the code:
Add a new var: (in the code below the refresh is randomized between 1 and 20 seconds. If you want a shorter interval, change the 20 value)
Then set norm_refresh to your new var:
Good luck! |
|
|
NO captcha's yet. Thanks. |
|
|
I'm level 86. I don't get hits (that I win) anywhere near that fast at the moment. |
|
|
How would you add a random time interval to the aggression mode? I want it to refresh every 1-5 seconds if possible. Thanks in advance. |
|
|
pea, can u just add this in the next version? I'm confused and stupid when it comes to writing scripts, although i would like to learn one day. |
|
|
gwoodyard, I haven't tested this, but I believe this is where you would make that modification. Proceed at your own risk! :) Search for:
Add the variable declaration: (Again, modify the 4 for a different interval, 4 means 1-5 seconds)
find the line that reads:
change it to:
I'm pretty sure that should work but don't quote me on that. :) JT |
|
|
This is what I've wanted/been waiting for. |
|
|
this somehow fixes the requirement to have a career goal set too. nice |
|
|
Really? I have been searching for hours through the script to find out why there was a job requirement. Edit: I still cant get agg refresh to work unless I have a job requirement set. |
|
|
Hi. Does this also apply to 1.27?
I found this section, and modified it, but to no help.
|
|
|
Huzzah, Rasmus, Here is what you need to put in there for 1.27. Search for "if (boss.targets>0 && boss.evaded<=5)" Enter this right above that line:
|
|
|
I've been using this random refresh and have hit fewer captchas, not completely eliminated though. I have a 5 second random rate and use two tabs. I've been raking in the hits though even thought my level is in the 20's. |
|
|
I have it set to go random between 4-6 seconds. I never hit the refresh page anymore. This way maximizes the benefits while I'm away from the computator. Fewer Captchas and fewer refreshes but the duration is greatly improved. |
|
|
This has been incorporated in the latest FBMW++ by davevg and CryptoNight. http://userscripts.org/topics/20233 |