FBMW*

By remarkable Last update Mar 11, 2009 — Installed 14,486 times.

Potential fix for new job issue

in
Subscribe to Potential fix for new job issue 3 posts, 3 voices



dlw User

This worked for me.

Replace

if (itemlist[item_id].subtype != 'drop') job.req_items[item_id] = 1;

with

try {
if (itemlist[item_id].subtype != 'drop') job.req_items[item_id] = 1;
} catch (e) {
/* do nothing */
}

 
remarkable Script's Author

seems to have worked for me, but i also implemented computer killers manual input of the job list. Will post new version in a few minutes.

 
Burnt Biscuits User

It worked for me. I'm using FBMW+ v1.27i with no changes except for this one.

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