Problem with script
![]() ![]() |
Whenever I go to a fish wrangler page, an alert pops up asking me to set my preferences etc. However, when I do right click the greesemonkey icon, the "user script commands" option is greyed out, preventing me from setting any preferences. I have reinstalled greesemonkey and reinstalled this script several times but to no avail. Some help regarding this is highly appreciated. Thanks. |
![]() ![]() |
Make sure your on a Fishwrangler page when doing this. You can't be on the discussion boards or doing a tournament when you try to set the commands. Otherwise, it's working fine and no one else has had these problems since I implemented this feature a month ago. |
![]() ![]() |
I just installed the script for the first time and I'm having the same issue. No matter what page I'm on, the script options menu is greyed out. |
![]() ![]() |
i had the same problem for a while... i re installed and refreshed til it worked |
![]() ![]() |
I have the script running fine now.
Scroll up and paste it just before the script checks if your preferences have been selected. (That would be before the line "if (GM_getValue('Good', 'not set') == 'not set')" near the top part of the script.) This will set your bait preference. After that, scroll back down to '- Registering GreaseMonkey Commands -' and copy either "GM_setValue('Boat Trainer', true)" or "GM_setValue('Boat Trainer', false)" This is the part of the code to toggle the boat trainer on and off. Scroll back up to where you first pasted your bait preference and paste your boat trainer preferences just directly below it. Your modified code will look similar to: GM_setValue('Good', true)
if (GM_getValue('Good', 'not set') == 'not set') So basically I manually set the preferences for the bait and boat trainer so that the script is able to run without giving me any alerts about preferences not set. *On a side note: This script is one of the most well written scripts I have ever seen. iispyderii has given 'smart' a new meaning.* |
![]() ![]() |
I think it has messed up when going from 1.7.2 to 1.8.0.
about:configand putting "greasemonkey" in the search bar. The bolded lines are the ones from userscripts and stuff. |
![]() ![]() |
I am not getting the grayed out selection, but I keep getting the choose chum option for icelandia.
|
![]() ![]() |
what do you think the Good/Evil is ? that is for the chum |
![]() ![]() |
I thought I fixed that issue? I will check in on it. |
![]() ![]() |
Oh wait. haha. I didn't read the post quite right. Yeah. The Good/Evil is for Icelantia Chum. |
![]() ![]() |
I have set the good/evil thing and it keeps asking me over and over. I just figured that I was missing something |
![]() ![]() |
Try installing a previous version.
|
![]() ![]() |
How do I tell what version I am running |
![]() ![]() |
Oh, I just figured out something for the user 'walfoss' up there.
|
![]() ![]() |
Well, if you installed the latest version. It should be 1.8.5.3.
|
![]() ![]() |
got the latest now, hopefully the problem stops |
![]() ![]() |
oh yeah, thanks for your help. |
![]() ![]() |
Mine Is still error ~_~ |
![]() ![]() |
Fishwrangler Boat Trainer - Could not determine enough to auto-travel.
Please turn Ice Trainer OFF if you aren't using it It said like that... |
![]() ![]() |
You have to turn the boat trainer off if your not using it. It also doesn't work for the Cruiser b/c i haven't coded for fuel. |
![]() ![]() |
The script is not auto-fishing for me. Is there an error just for me or everyone? I've reinstalled it twice. |
![]() ![]() |
Nope its stopped for me too. About 5 hours ago. |
![]() ![]() |
Are you guys still having problems? I might have a problem too. but it's too impersistent to tell. |
![]() ![]() |
I think the issue is still with the safe check logic. iispy, this logic is working for me. Should help //===============================================================================
var images = document.getElementsByTagName("img"); for(var i = 0; i < images.length; i++)
|
![]() ![]() |
Don't add this logic!! Sorry, sent the wrong code. |



