View Poll Results: 36-RFC and Blood Wraith model

Voters
32. This poll is closed
  • Blood wraith does not get identified as blood wraith

    7 21.88%
  • Blood wraith is identified correctly but other items match "blood wraith"

    4 12.50%
  • Blood wraith is identified correctly with no false hits but is slow

    12 37.50%
  • Blood wraith is identified correctly and has no false matches and is very fast

    9 28.13%
Page 56 of 57 FirstFirst ... 64654555657 LastLast
Results 1,376 to 1,400 of 1421

Thread: Preemptible RuneSpan

  1. #1376
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by bud_wis_er_420 View Post
    Agreed.
    Works better middle level, has difficulties detecting blood / esswraiths.
    Since I don't understand the coding, I'm not gonna touch it

    Creds to DannyRS for this wonderful sig!

  2. #1377
    Join Date
    Mar 2007
    Location
    Mars, I thought all men were from Mars.
    Posts
    513
    Mentioned
    7 Post(s)
    Quoted
    124 Post(s)

    Default

    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.

  3. #1378
    Join Date
    May 2012
    Location
    New Mexico
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Works better middle level, has difficulties detecting blood / esswraiths.
    Since I don't understand the coding, I'm not gonna touch it
    On super small island it starts working better.
    “Oh, hi. So, how are you holding up? BECAUSE I'M A POTATO"
    http://www.southweststandard.com

  4. #1379
    Join Date
    May 2012
    Location
    Somewhere in, PA
    Posts
    1,810
    Mentioned
    9 Post(s)
    Quoted
    226 Post(s)

    Default

    A recent proggy:

    ============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
    ==========================================
    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.
    My First Build!, Selling Downloadable Games
    -------------------------------------

  5. #1380
    Join Date
    Feb 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    well, it wont work for me, its hovering it, but nothing happends :|
    it wont click it..


    im lvl1.

  6. #1381
    Join Date
    Apr 2012
    Location
    UK
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    46 Post(s)

    Default

    I updated it so It detects blood wraiths, but I don't know if am aloud to post a fixed script.

  7. #1382
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by tristen8878 View Post
    I updated it so It detects blood wraiths, but I don't know if am aloud to post a fixed script.
    If all you did was fix that and didn't change zmons original work, I don't think he would mind that much, I would contact one of the mods to see what the official rule would be tho,

    I'm sure if it's buggy alot of people would appreciate it here


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  8. #1383
    Join Date
    Apr 2012
    Location
    UK
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    If all you did was fix that and didn't change zmons original work, I don't think he would mind that much, I would contact one of the mods to see what the official rule would be tho,

    I'm sure if it's buggy alot of people would appreciate it here
    I have not changed anything except (that it now finds blood wraiths) and I added the humanmmouse instead of using the normal mmouse.

    Been working for about 8 hours so far

  9. #1384
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by tristen8878 View Post
    I have not changed anything except (that it now finds blood wraiths) and I added the humanmmouse instead of using the normal mmouse.

    Been working for about 8 hours so far
    Would just pm zmon and if no response just post it here and offer to take it down if he asks

  10. #1385
    Join Date
    Dec 2012
    Location
    Knoxville , TN USA
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    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

  11. #1386
    Join Date
    Apr 2012
    Location
    UK
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    46 Post(s)

    Default

    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;

  12. #1387
    Join Date
    Dec 2012
    Location
    Knoxville , TN USA
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    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 .

  13. #1388
    Join Date
    Apr 2012
    Location
    Land of the Rising Sun
    Posts
    207
    Mentioned
    0 Post(s)
    Quoted
    77 Post(s)

    Default

    Quote Originally Posted by tristen8878 View Post
    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 Tristen, this picks up the bloodwraith no problem

  14. #1389
    Join Date
    Apr 2012
    Location
    UK
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by pure_thief View Post
    Thanks Tristen, this picks up the bloodwraith no problem
    no problem mate

    Also if you want the script to run for longer than 3 hours make sure breaks are set to True it's weird but when you have breaks on it lets you run it for as long as you want.
    Last edited by tristen8878; 02-22-2013 at 12:47 PM.

  15. #1390
    Join Date
    Feb 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    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?

  16. #1391
    Join Date
    Jan 2013
    Location
    Canada/Quebec
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    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.

  17. #1392
    Join Date
    Jan 2013
    Posts
    294
    Mentioned
    1 Post(s)
    Quoted
    121 Post(s)

    Default

    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.

  18. #1393
    Join Date
    May 2012
    Location
    Somewhere in, PA
    Posts
    1,810
    Mentioned
    9 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by dzpliu View Post
    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.
    Try zooming in all the way.
    My First Build!, Selling Downloadable Games
    -------------------------------------

  19. #1394
    Join Date
    Jan 2013
    Posts
    294
    Mentioned
    1 Post(s)
    Quoted
    121 Post(s)

    Cool

    Quote Originally Posted by Austin View Post
    Try zooming in all the way.
    i decided to look through the whole thread and found someone is nice enough to update this script a little. been using that for awhile now.

    attachment removed due to anti-leech update.
    please look through the posts and update the script yourselves.
    Last edited by dzpliu; 03-12-2013 at 11:36 AM.

  20. #1395
    Join Date
    Mar 2013
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    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

  21. #1396
    Join Date
    May 2012
    Location
    Somewhere in, PA
    Posts
    1,810
    Mentioned
    9 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by Castells View Post
    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
    Try zooming in all the way. See if that helps.
    My First Build!, Selling Downloadable Games
    -------------------------------------

  22. #1397
    Join Date
    Mar 2013
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    @Austin: It works! It's still slow...but now it chooses better, thanks mate

  23. #1398
    Join Date
    Mar 2013
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Sorry for the re-post, but it works...for a while...then logsout

  24. #1399
    Join Date
    Jan 2013
    Posts
    294
    Mentioned
    1 Post(s)
    Quoted
    121 Post(s)

    Default

    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.

  25. #1400
    Join Date
    Jan 2013
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    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

Page 56 of 57 FirstFirst ... 64654555657 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •