script isnt working
|
|
the script isnt working anyone else notice? |
|
|
Same here............not working for me |
|
|
Simple fixes for new Mob and Experience locations.
Search for:
Replace with:
Search for:
Replace with:
|
|
|
How do I add the updates? do I install it again? |
|
|
can anyone create a fix for the "auto job", thanks |
|
|
Also need to fix the time remaining changes. Search for:
Replace with:
|
|
|
Here is a snippet of an alternate way of getting this information, you'd need to do the rest of the fields as well. May be better as layout changes don't break this:
this.stamina = parseInt(document.getElementById('app8743457343_cur_recovery').innerHTML);
var stamtime = document.getElementById('app8743457343_cur_recovery_countdown');
this.stamina_time = Page.now + (stamtime?parseInt(stamtime.innerHTML.split(':')[0])*60 + parseInt(stamtime.innerHTML.split(':')[1]):0);
this.max_stamina = parseInt(document.getElementById('app8743457343_cur_recovery').parentNode.innerHTML.match(/\/(\d+)/)[1]);
Only problem is the experience/level is not selectable using this method. |
|
|
I applied the fixes suggested by Zen1 but my script is now doing an endless loop of checking for buildings, new weapons, jobs, etc. I must've done something wrong. I guess I'll have to wait for the next update. |
|
|
Davevg, I like fixes that don't break easy. However, I'm not a programmer and don't know what the code means, or even where fields start and end, and which ones to update. I can do the "search for this" and "replace with this" option. If you could explain your fix in those terms, I'd appreciate it |
|
|
After applying my changes, you need to reset the database to let the script find all the values again. It should work fine after that. Dave, yes you can do it the way you show, but there is a lot of code to replace and it will run much slower as you are searching the document many times. |
|
|
I have done all the changes exactly and reset the db but still loops. It doesnt see the cash. Anyone that got it working can u upload the script? |
|
|
Thanks Zen1. I made the changes you suggested again and it seems to be working now. Aside from it stopping after every hitlist kill, everything else looks okay. |
|
|
Thanks Zen1. It works for me as well... I had to reset the DB twice (it kept looping through checking for new weapons, new jobs, etc. after first reset), but seems to be working now with the exception of Bank not updating, hitlist stopping after a bounty kill, and Victims list not updating. |
|
|
I got the victim list working: Find:
Replace with:
Note the change is really only changing [0] to [2] in two places - I gave extra surrounding code for context. So while this does fix tracking the victims, I have not been able to get any bounties in automatic - only by manually clicking on the attack links. |
|
|
My version is based more on the FBMW* 1.27L version http://userscripts.org/scripts/review/39510
|
|
|
Beautiful...just beautiful. Thank you! I'm using version J because for some reason when I tried the code changes with L, it didn't work. But I'm sure the problem was on my end. |
|
|
Awesome! That fixes the victim list... And all of a sudden the bank updated and it's not stopping after a hitlist kill. It's working perfectly for me now! You da man, Zen1! |
|
|
In case anyone wants to download the script with Zen1's fixes just get it here. I will take the script down when someone updates it here. |
|
|
just uploaded JohnDoe's script, works a treat. cheers |