got 99 rc with this script didnt get picture (i was sleeping) :p thank you for the script works flawless
Printable View
got 99 rc with this script didnt get picture (i was sleeping) :p thank you for the script works flawless
How is the ban rate in runespan?
The bott has problems detecting blood esswraiths. Sometimes it does though, but not the way it should.
im 90 rc but only getting 25k xp per hour? Its just standing on one spot, clicking on the deathrune monster, and just waiting and waiting there....
When I run the script it simply runs to random squares on the island heres a section of it:
============Rough Stats etc...============
Preemptible RuneSpan v. 4.1.43
Time Running: 5 Minutes and 0 Seconds
XP Earned: 0, per hour: 0
Points Earned: 0, per hour: 0
Preempted Counter: 0
Current Runecrafting Level: 83
Essences Available: 143
Current Floor: Highest level RuneSpan
==========================================
Walking for target
Walking a little
island square count: 36, selected square 3
Walking for target
Walking a little
island square count: 36, selected square 7
Walking for target
Walking a little
island square count: 36, selected square 0
Walking for target
Walking a little
island square count: 36, selected square 18
Walking for target
Walking a little
island square count: 36, selected square 28
Walking for target
Walking a little
island square count: 36, selected square 12
Walking for target
Walking a little
island square count: 36, selected square 26
===================================
Anyone able to help me out here?
I was having the same problem, just uninstall all versions of Java then install java 1.6. Restart and voila.
And to the scripter, mad props. This is a very very useful script indeed. ;);););):santa:
============ Stats etc...============
Preemptible RuneSpan v. 4.1.43
Time Running: 1 Hours, 37 Minutes and 48 Seconds
XP Earned: 69981
Points Earned: 1452
Preempted Counter: 25
Current Runecrafting Level: 58
==========================================
I'm sorry to say guys but this developer has not been around for a while, therefor don't expect any updates anytime soon.
Script does take a lot of CPU for me.
I tested it at Middle level, (Rc level 60-66) managed 42K xp / hour
EDIT:
============Rough Stats etc...============
Preemptible RuneSpan v. 4.1.43
Time Running: 8 Hours, 22 Minutes and 41 Seconds
XP Earned: 362650, per hour: 43367
Points Earned: 6884, per hour: 823
Preempted Counter: 350
Current Runecrafting Level: 71
Essences Available: 2826
Current Floor: Middle level RuneSpan
==========================================
Thank you.... tested this when it first was released...and now have time to test again... this script has advanced greatly since I first used it and would reccomend it to anyone desiring to level in the Runespan
Just started the script. Works well so far. Immediately after starting on the island I chose, my guy would walk around the entire island and siphon here and there but spent too much time see if there was anything else out there that would be better. Choosing a smaller island made it much better. Will post some runs. Thanks!
The script walks around a lot. Wasting siphoning time but also VERY bot like.
I can fix it but can I do that? Fix someone else's script and post it without them being around to give permission.
Right now I am using Kyles script because it took less tweaking to get it going good.
A recent proggy:
After playing with it for a bit, I figured out that it you need to have it zoomed in all the way for it to work well. Turning the camera to certain angles makes it work better too on some islands. Those two things should be added to the OP, mostly the first point.Quote:
============Rough Stats etc...============
Preemptible RuneSpan v. 4.1.43
Time Running: 10 Hours, 8 Minutes and 28 Seconds
XP Earned: 603572, per hour: 58128
Points Earned: 13691, per hour: 1350
Preempted Counter: 143
Current Target: Blood esswraith, 73XP, level 77, XPTIMEOUT 10.559s
Current Runecrafting Level: 9-
Essences Available: -----
Current Floor: Highest level RuneSpan
==========================================
well, it wont work for me, its hovering it, but nothing happends :|
it wont click it..
im lvl1.
I updated it so It detects blood wraiths, but I don't know if am aloud to post a fixed script.
Sorry for such a long post , i included almost 40 lines of script .
I found a post here on villavu that said if you change the ToleranceSpeed to 3 , it takes more time to find the colors but is more accurate , the numbers can only be 0 , 1 , 2 or 3 . The numbers in RED above are what i changed . I hope that helps someone else . Since my scripting in Simba is next to nil , little things like this help me figure more and more how they are written .
I quit using this script for some time now because of the problems with the BloodEss's . But I found a quick fix that seems to work for me on the BloodEss's , it took me a while to learn the fix , but ....
This should start on line 1264 and end close to 1302
begin // blood wraith
Model.ModelType := TARGET_BLOOD_ESSWRAITH;
Model.Descriptor := 'Blood esswraith';
SetLength(Model.ColorToleranceExcludes, 1);
begin
// prevent confusion with death
Model.ColorToleranceExcludes[0].Color := $688880;
Model.ColorToleranceExcludes[0].Tolerance := STANDARD_TOLERANCE;
Model.ColorToleranceExcludes[0].MinHitsRequired := 40;
Model.ColorToleranceExcludes[0].ToleranceSpeed := 3;
end;
SetLength(Model.ColorToleranceDefinition, 4);
begin // colors by palette analysis - first color done
Model.ColorToleranceDefinition[0].Color := $B8A0B8;
Model.ColorToleranceDefinition[0].Tolerance := STANDARD_TOLERANCE;
Model.ColorToleranceDefinition[0].MinHitsRequired := 5;
Model.ColorToleranceDefinition[0].ToleranceSpeed := 3;
Model.ColorToleranceDefinition[1].Color := 4340806;
Model.ColorToleranceDefinition[1].Tolerance := WIDER_TOLERANCE;
Model.ColorToleranceDefinition[1].MinHitsRequired := 1; // auto for now
Model.ColorToleranceDefinition[1].ToleranceSpeed := 3;
Model.ColorToleranceDefinition[2].Color := 7364718;
Model.ColorToleranceDefinition[2].Tolerance := WIDER_TOLERANCE;
Model.ColorToleranceDefinition[2].MinHitsRequired := 150; // auto for now
Model.ColorToleranceDefinition[2].ToleranceSpeed := 3;
Model.ColorToleranceDefinition[3].Color := 4408899;
Model.ColorToleranceDefinition[3].Tolerance := WIDER_TOLERANCE;
Model.ColorToleranceDefinition[3].MinHitsRequired := 110; // auto for now
Model.ColorToleranceDefinition[3].ToleranceSpeed := 3;
end;
Model.XP := 73;
Model.MinimumLevel := 77;
Model.Runes[0] := TYPE_RUNE_BLOOD;
Model.ChipRune := TYPE_RUNE_LAW;
AddTPAModel(Model);
end;
Donnie
I found that this works better :)
Code:begin // blood wraith
Model.ModelType := TARGET_BLOOD_ESSWRAITH;
Model.Descriptor := 'Blood esswraith';
SetLength(Model.ColorToleranceExcludes, 0);
SetLength(Model.ColorToleranceDefinition, 2);
begin
Model.ColorToleranceDefinition[0].Color := 7380392;
Model.ColorToleranceDefinition[0].Tolerance := STANDARD_TOLERANCE;
Model.ColorToleranceDefinition[0].MinHitsRequired := 2;
Model.ColorToleranceDefinition[0].ToleranceSpeed := 0;
Model.ColorToleranceDefinition[1].Color := 11047334;
Model.ColorToleranceDefinition[1].Tolerance := STANDARD_TOLERANCE;
Model.ColorToleranceDefinition[1].MinHitsRequired := 10;
Model.ColorToleranceDefinition[1].ToleranceSpeed := 0;
end;
Model.XP := 73;
Model.MinimumLevel := 77;
Model.Runes[0] := TYPE_RUNE_BLOOD;
Model.ChipRune := TYPE_RUNE_LAW;
AddTPAModel(Model);
end;
Thanks for info Tristen , what about just adding those 2 new colors to the existing script at the top ? Or do you think there would be too much confusion and maybe delay the finding of Blood Ess's even more than the 7 to 10 seconds it already takes ?
And also i didnt know how to add a script box to insert into my last message would someone mind PMing me so i dont do it again , please .
Thats the nice thing about this community , everyone works together .
Hey zmon I can't seem to get the script to work. I go to the main island and press go and after collecting the rune essence the bot just sits and runs around. It will hover over the air esslings but never will click on them. Any idea why it does that?
Hi there
I got some serious running problem. I dont know why but the bot run around alot on the last floor. I tryed to move the camera and the angle it seen to affect some time and other not at all. This occur for like 75% of the time when i start it or after it run for some time. It's pretty random i dont know why he run like that seen to not be able to target something beside there is 3-4 target around (i put him on a small island to get more xp). If anyone know what i can modify or change in the script to get im work better. I searched a little bit around but i dont got much experience in scripting!
Edit: I tryed other island it seen to work better where there is more death ess. on island 18 it fail a lot because there is only 1 blood ess. and some random spawn i think
Edit2: work like a charm at plateform 24 got around 45-50k xp/hr! thanks for the advice and the script!
it ran pretty fine for a few days then suddenly today it doesnt work that well anymore. my character keep running about on the small island without doing anything.
The script is kinda slow when switching from one node to another, I already turned all things appearing on Screen to 'False', but it continues slow and doesn't pick the node on the map that gives the most experience, it does "silly choices" sometimes, when the better node is under the "bot's nose"...
Am I doing something wrong? I can post the Script settings here if you want
@Austin: It works! It's still slow...but now it chooses better, thanks mate :)
Sorry for the re-post, but it works...for a while...then logsout
do you have breaks enabled? it logs out to lobby if you have breaks enabled but it will login back.
the only problem i have with this is that sometimes the floating essence blocks the node the script is picking up, so the cursor just hovers around the node. i wanted to add rightclick/waitoption to it but couldnt find the place to put...such a complicated script but well made.
I have been using this script and it has been absolutely amazing. I opened the script and ran it this morning, but got this.
Compiled successfully in 546 ms.
SRL Compiled in 0 msec
** Smart Cannot Spawn Clients **
Successfully executed.
Am I missing anything? I've updated SRL and SPS.
Thanks,
BlackestVoid