"...for it has already been defeated!"
![]() ![]() |
I found this rather annoying loop after I left it on overnight only to find it still refreshing constantly at the page where it says that the monster has already been defeated. No biggie...
So I edited this part of the script:
if(((texts[j].innerHTML.search(/for it has already been defeated!/)) != -1) || (texts[j].innerHTML=="You must select a valid target to cast on! ")) { hitTarget++; if(hitTarget>=9) { GM_setValue("hitTarget",5); } else { GM_setValue("hitTarget",hitTarget); } } I changed the 5 into a 4. This will increment the target to 5 again. Otherwise, this is a wonderful time-saving script that has already gotten me a silver NQII trophy! |

