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 46 of 57 FirstFirst ... 36444546474856 ... LastLast
Results 1,126 to 1,150 of 1421

Thread: Preemptible RuneSpan

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

    Default

    Quote Originally Posted by browzie View Post
    im new here :P wheres the download link?
    At the bottom of the OP under attached files, but SRL isn't working ATM so you'll have to wait, look here for further info:

    http://villavu.com/forum/showthread.php?t=86107
    My First Build!, Selling Downloadable Games
    -------------------------------------

  2. #1127
    Join Date
    May 2012
    Location
    Pennsylvania, USA
    Posts
    412
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    At the bottom the the creators first post usually, where the description of the bot is.

    Signature by: Vinyl Scratch

  3. #1128
    Join Date
    Dec 2010
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Any ideas?
    Code:
    Compiled successfully in 578 ms.
    SRL Compiled in 0 msec
    SMART Initialized.
    Loaded: Server 1, Members: True, Signed: True, Super Detail: False.
    Error: Exception: Access violation at line 101
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

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

    Default

    Quote Originally Posted by thr0wback View Post
    Any ideas?
    Code:
    Compiled successfully in 578 ms.
    SRL Compiled in 0 msec
    SMART Initialized.
    Loaded: Server 1, Members: True, Signed: True, Super Detail: False.
    Error: Exception: Access violation at line 101
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
    Yeah, wait until the official fix
    My First Build!, Selling Downloadable Games
    -------------------------------------

  5. #1130
    Join Date
    Oct 2007
    Location
    Chicago
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL/SRL/misc/paintsmart.simba(41:33): Unknown identifier 'SmartGetDebugDC' at line 40
    Compiling failed.

    anti leech or what lol

  6. #1131
    Join Date
    Jun 2012
    Posts
    712
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Anyone know if the script was updated?

  7. #1132
    Join Date
    Jul 2009
    Location
    Australia
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by kevin10144 View Post
    [Error] C:\Simba\Includes\SRL/SRL/misc/paintsmart.simba(41:33): Unknown identifier 'SmartGetDebugDC' at line 40
    Compiling failed.

    anti leech or what lol
    This is due to the new update, to fix this simply change
    Simba Code:
    {$include_once SRL/SRL/misc/paintsmart.simba}
    at line 7 to
    Simba Code:
    {$IFDEF SIMBAMAJOR980}
      {$I SRL/SRL/Misc/PaintSmart.Simba}
    {$ELSE}
      {$I SRL/SRL/Misc/SmartGraphics.Simba}
    {$ENDIF}

    Quote Originally Posted by po2n star
    Anyone know if the script was updated?
    As shown above with the paintsmart declaration it means the script definitely has not been updated for the latest patch. Although now that the official release has been pushed chances are there will only be a few small changes required.
    Just run the script and try to fix the errors that pop up

    ~Caotom

  8. #1133
    Join Date
    Jun 2012
    Posts
    712
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I did the fix to line 7; this is what I get


    [Error] C:\Users\JT\Downloads\PreemptibleRuneSpan.4.0.43.s imba(350:20): Unknown identifier 'SmartGetDebugDC' at line 349
    Compiling failed.



    This is what line 0-7 looks like

    program PreemptibleRuneSpan;
    {$DEFINE SMART}
    {$include_once SRL/SRL.simba}
    {$include_once SRL/SRL/Misc/Debug.simba}
    {$include_once SRL/SRL/core/animation.simba}
    {$include_once SRL/SRL/skill/magic.simba}
    {$IFDEF SIMBAMAJOR980} {$I SRL/SRL/Misc/PaintSmart.Simba}{$ELSE} {$I SRL/SRL/Misc/SmartGraphics.Simba}{$ENDIF}
    Last edited by Jos3ph; 07-27-2012 at 07:51 PM.

  9. #1134
    Join Date
    Jun 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Caotom View Post
    This is due to the new update, to fix this simply change
    Simba Code:
    {$include_once SRL/SRL/misc/paintsmart.simba}
    at line 7 to
    Simba Code:
    {$IFDEF SIMBAMAJOR980}
      {$I SRL/SRL/Misc/PaintSmart.Simba}
    {$ELSE}
      {$I SRL/SRL/Misc/SmartGraphics.Simba}
    {$ENDIF}



    As shown above with the paintsmart declaration it means the script definitely has not been updated for the latest patch. Although now that the official release has been pushed chances are there will only be a few small changes required.
    Just run the script and try to fix the errors that pop up

    ~Caotom
    Did this and get to this point:

    [Hint] C:\xxxxxxxxxxxxx\Simba\Scripts\PreemptibleRuneSpan .4.0.43.simba(343:3): Variable 'CANVAS' never used at line 342
    [Error] C:\xxxxxxxxxxxxx\Simba\Scripts\PreemptibleRuneSpan .4.0.43.simba(905:16): Unknown identifier 'CANVAS' at line 904
    Compiling failed.

    the expression in line 904:
    SMART_Canvas.Canvas.MoveTo(PERSPECTIVE[0].X, PERSPECTIVE[0].Y);

    Totally new to simba and decided to learn it, help pls?

  10. #1135
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Hey Peepz. I have to remove a quite a chuck of stuff, to get it to work.
    Simba Code:
    SMART_Canvas.Canvas.MoveTo(PERSPECTIVE[0].X, PERSPECTIVE[0].Y);
      // bottom face
      SMART_Canvas.Canvas.LineTo(PERSPECTIVE[1].X, PERSPECTIVE[1].Y);
      SMART_Canvas.Canvas.LineTo(PERSPECTIVE[2].X, PERSPECTIVE[2].Y);
      SMART_Canvas.Canvas.LineTo(PERSPECTIVE[3].X, PERSPECTIVE[3].Y);
      SMART_Canvas.Canvas.LineTo(PERSPECTIVE[0].X, PERSPECTIVE[0].Y);
      // line up
      SMART_Canvas.Canvas.LineTo(PERSPECTIVE[4].X, PERSPECTIVE[4].Y);
      // upper face
      SMART_Canvas.Canvas.LineTo(PERSPECTIVE[5].X, PERSPECTIVE[5].Y);
      SMART_Canvas.Canvas.LineTo(PERSPECTIVE[6].X, PERSPECTIVE[6].Y);
      SMART_Canvas.Canvas.LineTo(PERSPECTIVE[7].X, PERSPECTIVE[7].Y);
      SMART_Canvas.Canvas.LineTo(PERSPECTIVE[4].X, PERSPECTIVE[4].Y);
      // remaining side lines
      SMART_Canvas.Canvas.MoveTo(PERSPECTIVE[1].X, PERSPECTIVE[1].Y);
      SMART_Canvas.Canvas.LineTo(PERSPECTIVE[5].X, PERSPECTIVE[5].Y);
      SMART_Canvas.Canvas.MoveTo(PERSPECTIVE[2].X, PERSPECTIVE[2].Y);
      SMART_Canvas.Canvas.LineTo(PERSPECTIVE[6].X, PERSPECTIVE[6].Y);
      SMART_Canvas.Canvas.MoveTo(PERSPECTIVE[3].X, PERSPECTIVE[3].Y);
      SMART_Canvas.Canvas.LineTo(PERSPECTIVE[7].X, PERSPECTIVE[7].Y);
    and Commented out all of the drawBoxes.
    and Changed how Smart was called in.
    It is working, No Fancy paint stuff, But I am getting xp
    Mat



    ^^

  11. #1136
    Join Date
    Jan 2012
    Posts
    273
    Mentioned
    7 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by po2n star View Post
    Anyone know if the script was updated?
    The last revision is available. I have started working on freezing the image while i do work but my dayjob kinda took my available time for now. The thing is that with moving objects such as air node, they become hard to detect when individual color channels are searched WHILE screen is updating, so I was looking at how minimap searches worked and i saw that image can be frozen.

    I have not finished that part so the latest is in testing stage still.

    zmon
    Perfect script? There is no such thing as "perfect", only "better than you expect".

  12. #1137
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Temp Fix Here:
    http://pastebin.com/raw.php?i=aQajH5su
    It too big to put in Simba Tags.
    But Yea.
    Thanks
    Mat

    ============Rough Stats etc...============
    Preemptible RuneSpan v. 4.0.43
    Time Running: 8 Hours, 22 Minutes and 29 Seconds
    XP Earned: 207932, per hour: 24841
    Points Earned: 3034, per hour: 362
    Preempted Counter: 74
    Current Target: Water pool, 35XP, level 14, XPTIMEOUT 7.000s
    Current Runecrafting Level: 57
    Essences Available: 1959
    Current Floor: Lowest level RuneSpan
    RUNESPHERE is active!!!
    ==========================================
    not guaranteed



    ^^

  13. #1138
    Join Date
    Apr 2011
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Thumbs up

    Quote Originally Posted by Mat View Post
    Temp Fix Here:
    http://pastebin.com/raw.php?i=aQajH5su
    It too big to put in Simba Tags.
    But Yea.
    Thanks
    Mat


    Thanks Mat! I messed with that for quite some time and always had errors.


  14. #1139
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default

    Quote Originally Posted by zmon View Post
    The thing is that with moving objects such as air node, they become hard to detect
    Pixelshift would work, wouldn't it?

  15. #1140
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    ============Rough Stats etc...============
    Preemptible RuneSpan v. 4.0.43
    Time Running: 10 Hours, 2 Minutes and 37 Seconds
    XP Earned: 251380, per hour: 25039
    Points Earned: 3659, per hour: 364
    Preempted Counter: 85
    Current Runecrafting Level: 57
    Essences Available: 2664
    Current Floor: Lowest level RuneSpan
    RUNESPHERE is active!!!
    ==========================================
    10 Hours Beast mate
    By bot finally gave up ghost got 5 acc's on the go lets see if i get 10 hours more



    ^^

  16. #1141
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how the **** do i use these bots? it always says i have no dtms freed or some stupid **** like that.
    Last edited by Daniel; 08-05-2012 at 09:51 AM. Reason: Removed foul language.

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

    Default

    Quote Originally Posted by undeadxgod View Post
    how the **** do i use these bots? it always says i have no dtms freed or some stupid **** like that.
    Dude, go try to leech some other bot/autoer because it won't easily happen here. To do well in this community or even to use the scripts, you have to have some knowledge of how scripts and their components work. Complaining and swearing is not gonna get you anywhere lol.

    Go check the tutorials section. There's some good ones for beginners over there

    PS: If you would've even had enough common sense to read the posts on this page you would have found the working script
    Last edited by Austin; 08-02-2012 at 03:33 PM.
    My First Build!, Selling Downloadable Games
    -------------------------------------

  18. #1143
    Join Date
    Mar 2012
    Location
    Oregon, U.S.A.
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by po2n star View Post
    I did the fix to line 7; this is what I get


    [Error] C:\Users\JT\Downloads\PreemptibleRuneSpan.4.0.43.s imba(350:20): Unknown identifier 'SmartGetDebugDC' at line 349
    Compiling failed.



    This is what line 0-7 looks like

    program PreemptibleRuneSpan;
    {$DEFINE SMART}
    {$include_once SRL/SRL.simba}
    {$include_once SRL/SRL/Misc/Debug.simba}
    {$include_once SRL/SRL/core/animation.simba}
    {$include_once SRL/SRL/skill/magic.simba}
    {$IFDEF SIMBAMAJOR980} {$I SRL/SRL/Misc/PaintSmart.Simba}{$ELSE} {$I SRL/SRL/Misc/SmartGraphics.Simba}{$ENDIF}
    Same thing here. Any help?

  19. #1144
    Join Date
    Apr 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Hello, I would like to say this scrip works pretty good. Well I was wondering is there was somewhere in the script I could change after it drops 100 essence to fill up to 10k ess or something.. but besides that its a great script!

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

    Default

    Quote Originally Posted by Sean25 View Post
    Hello, I would like to say this scrip works pretty good. Well I was wondering is there was somewhere in the script I could change after it drops 100 essence to fill up to 10k ess or something.. but besides that its a great script!
    Why would you want to stockpile so much essence? The script automatically collects more after you run out. You'll automatically collect a good amount of essence after having it run for an hour or more anyways, as it siphons the creatures for their essence
    My First Build!, Selling Downloadable Games
    -------------------------------------

  21. #1146
    Join Date
    Jul 2012
    Location
    Wales, United Kingdom
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Fixed this up myself, got from lvl 66 to 81. So it's doing awesome.

    Just one thing: disabling smart temporarily leaves me unable to type anything, which is a bit dubious if you're babysitting and need to appear un-bot-like at any point.

    Also, correct me if I'm wrong but at most RCing lvls, nebula's are the best exp per minute. Maybe some priority needs to be set so nebulas are chosen if available over shifters - I may look into doing this myself however.

  22. #1147
    Join Date
    Apr 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Keep getting [Error] C:\Simba\Includes\SRL/SRL/misc/paintsmart.simba(41:33): Unknown identifier 'SmartGetDebugDC' at line 40
    Compiling failed.

    :O

  23. #1148
    Join Date
    Jul 2012
    Posts
    251
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    http://pastebin.com/raw.php?i=aQajH5su ...
    USE IT!!! Start using some brains.

    Use the newest simba, update everything.

    Works mint for me.
    been botting some 20 hours the last 3 days with it.

    for today (so far, will keep it going for 8hours) :

    ============Rough Stats etc...============
    Preemptible RuneSpan v. 4.0.43
    Time Running: 1 Hours, 19 Minutes and 22 Seconds
    XP Earned: 72586, per hour: 55609
    Points Earned: 1803, per hour: 1381
    Preempted Counter: 13
    Current Target: Skulls, 120XP, level 65, XPTIMEOUT 8.877s
    Current Runecrafting Level: 69
    Essences Available: 1106
    Current Floor: Highest level RuneSpan
    RUNESPHERE is active!!!
    ==========================================
    Activity
    Going asian on University College Ghent.
    No time for anything atm.

  24. #1149
    Join Date
    Jul 2012
    Posts
    251
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Sean25 View Post
    Hello, I would like to say this scrip works pretty good. Well I was wondering is there was somewhere in the script I could change after it drops 100 essence to fill up to 10k ess or something.. but besides that its a great script!
    It would take only one random event to take all the ess away.
    Activity
    Going asian on University College Ghent.
    No time for anything atm.

  25. #1150
    Join Date
    Jul 2012
    Location
    Wales, United Kingdom
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by satkan View Post
    It would take only one random event to take all the ess away.
    Not anymore. Randoms leave the ess.

Page 46 of 57 FirstFirst ... 36444546474856 ... 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
  •