Anyone with programming knowledge
|
|
Anyone with programming knowledge able to fix this script? I love the idea of it. Sometimes I don't want to hit the hitlist and just fight fighters on the fight screen for experience and leveling up. Any help would be excellent! |
|
|
I'm not sure I understand what you want? The script works fine, and it has nothing to do with the hit list :S |
|
|
It doesn't seem to be doing anything for me. I don't want it to hit the hitlist. I just want it to fight people in my range in the fight screen. It says that it will hit "x" person in 8 sec and it never refreshes to actually hit that person. |
|
|
This script doesn't even attack the hitlist. Are you using any other scripts with it?
|
|
|
I am testing this out now, and it does seem to attack someone every once in a while, it seems to not be working 100%. I am having to manually heal myself (maybe I am just too impatient - not sure how often it checks to see if I need healing) and additionally on the fight page it says: "Next Target (in x seconds):" |
|
|
Thanks. I was starting to think it was just me. I had a feeling it was missing a few fights or the fights weren't consistent. |
|
|
So I tested it some more and it looks like it will attempt a refresh every 2 minutes. I made a modification to mine so it refreshes every minute because half of the attacks will result in a "This user is too weak to fight" or "You are unable to attack this user" and the script does not check for any messages. It just picks someone to attack, tries, waits 2 minutes and does it again. If you want to modify the wait time look for the code:
and replace it with
Remember, the time shown is in milliseconds so 120000 is 120 seconds and 60000 is 60 seconds. |
|
|
I Hve scanned through it but didnt figure uot how the ratio worked. I have change it 120000 to 1000
|
|
|
Ya, changing the value to 1000 made it try to attack once every second, which is a problem as your stamina regenerates every 120 seconds.... |
|
|
And what is the 30000 or 60000 for |