FBMW++

By Pea Cracker Last update Feb 24, 2009 — Installed 39,028 times.

Agg Refresh while on "Vacation"

in
Subscribe to Agg Refresh while on "Vacation" 4 posts, 3 voices



kw1027 Scriptwright

I have noticed that if I do an Agg refresh while not set to do any jobs, the script does not actually refresh. Am I missing something, or is this a bug?

 
davevg User

Find this line

if (boss.jackpot==0 && Page.now >= next_task_time()) return; // keep hitting unless an action is about to complete

and change it to
if (boss.jackpot==0 && (Page.now >= next_task_time() && next_task_time() > 0)) return; // keep hitting unless an action is about to complete

 
kw1027 Scriptwright

thanks

 
Blue~Eyes~ User

Works great now!! Thanks..

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel