Blood wraith does not get identified as blood wraith
Blood wraith is identified correctly but other items match "blood wraith"
Blood wraith is identified correctly with no false hits but is slow
Blood wraith is identified correctly and has no false matches and is very fast
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.
Last edited by bud_wis_er_420; 02-06-2013 at 08:38 AM.
“Oh, hi. So, how are you holding up? BECAUSE I'M A POTATO"
http://www.southweststandard.com
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.============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.
Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
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!
Last edited by sam3255; 02-28-2013 at 06:47 PM.
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.
Last edited by dzpliu; 03-12-2013 at 11:36 AM.
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
There are currently 1 users browsing this thread. (0 members and 1 guests)