Page 2 of 4 FirstFirst 1234 LastLast
Results 26 to 50 of 80

Thread: LeetzAlcher

  1. #26
    Join Date
    Apr 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I had it do 2,000 alchs, it only did 1,243 but counted as if it had done them all:

    $$$$$$$$$LeetzAlcher!$$$$$$$$$$
    Character: **********
    Time Running: 1 Hours, 8 Minutes and 38 Seconds
    EXP Gain: 130000
    **\*\*\*\*\*\*\*/*/*/*/*/*/*/**
    Successfully executed.

  2. #27
    Join Date
    Jan 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good job Leets, best alcher on here


    $$$$$$$$$LeetzAlcher!$$$$$$$$$$
    Character: ------
    Time Running: 5 Hours, 22 Minutes and 50 Seconds
    EXP Gain: 610220
    **\*\*\*\*\*\*\*/*/*/*/*/*/*/**
    Taking a break.


    I still have about 14.5k alchs left, but its taking a break at the moment,
    I will post the finished Proggy if you like?

    i have earned from this script 59 - 82 magic so far

  3. #28
    Join Date
    Apr 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great script, only problem i have had so far is the maze random, it just tries to alch and it cant, other than that AMAZING! will def use this to get 99, 87 atm
    **/*/*/*/*/*/*/*\*\*\*\*\*\*\**
    $$$$$$$$$LeetzAlcher!$$$$$$$$$$
    Character: *blanked*
    Time Running: 5 Hours, 8 minutes and 29 seconds
    EXP Gain: 566020
    **\*\*\*\*\*\*\*/*/*/*/*/*/*/**

  4. #29
    Join Date
    Apr 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I added this into the Proggy section:
    Writeln('Alchs Left: ' + IntToStr(Howmany - Alchs));
    Result:
    ---------LeetzAlcher!----------
    Alchs Left: 6445
    Time Running: 2 Minutes and 24 Seconds
    EXP Gain: 3575
    Last edited by barial; 04-09-2012 at 11:10 PM.

  5. #30
    Join Date
    Jan 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Or Writeln('Alchs Left: ' + IntToStr(Alchs));

    to see how many alchs you have done

  6. #31
    Join Date
    Jan 2012
    Location
    Inner Circle of Hell
    Posts
    243
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It randomly terminates the script when not all the alchs have been done...?

  7. #32
    Join Date
    Feb 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do i add my rs account to it so it can start up? sorry new can someone make an example and post it thanks.

  8. #33
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Mate your xp per hour is definetly off.
    High Level Alchemy takes 5 game ticks, or 3 seconds, to cast. It can be cast up to exactly 1200 times in one hour which adds up to 78,000 xp/hr,

    Fix that up

  9. #34
    Join Date
    Apr 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    **/*/*/*/*/*/*/*\*\*\*\*\*\*\**
    $$$$$$$$$LeetzAlcher!$$$$$$$$$$
    Character:
    Time Running: 1 Hours, 3 Minutes and 48 Seconds
    EXP Gain: 141895
    **\*\*\*\*\*\*\*/*/*/*/*/*/*/**

    best alcher ive seen so far! good job

  10. #35
    Join Date
    Apr 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    everytime i disable SMART and then enable it again it just sits there and does nothing, also occasionally it just stops too maybe im setting it up wrong?
    Last edited by orangenut; 04-12-2012 at 07:42 AM.

  11. #36
    Join Date
    Dec 2011
    Posts
    183
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by orangenut View Post
    everytime i disable SMART and then enable it again it just sits there and does nothing, also occasionally it just stops too maybe im setting it up wrong?
    dont minimize it too much and you can just press the green play button again.... itll restart in litteraly a second

  12. #37
    Join Date
    Apr 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How to lower the speed? It keeps holstering my rune arrows because of the speed

  13. #38
    Join Date
    Jan 2012
    Posts
    319
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Your progress report is messed up. You might try something that looks at total xp and calculates it from that. Make sure to add in a toggle total xp during the start of the scrip though. Might look something like this


    Simba Code:
    procedure ProgressReport(var startXP: integer);
    var gain: integer;
    begin
      gain := GetXPBarTotal- startXP;
      {$IFDEF DEBUG}
      {$ENDIF}

      writeln('TIME RAN: ' + TimeRunning);
      writeln('XP GAIN: ' + IntToStr(gain));
      writeln('XP/H: ' + floatToStr(3600000 * 1.0 / GetTimeRunning * gain));
    end;
    -My Scripts-
    Dude'sFighters
    Dude'sBonfires
    Donations help with scripting Paypal!

  14. #39
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    **/*/*/*/*/*/*/*\*\*\*\*\*\*\**
    $$$$$$$$$LeetzAlcher!$$$$$$$$$$
    Character:
    Time Running: 1 Hours, 24 Minutes and 10 Seconds
    EXP Gain: 187655
    **\*\*\*\*\*\*\*/*/*/*/*/*/*/**


    works great, thanks! will be getting 99 with this.

  15. #40
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by orangenut View Post
    everytime i disable SMART and then enable it again it just sits there and does nothing, also occasionally it just stops too maybe im setting it up wrong?
    Don't disable S.M.A.R.T


    Simply just pause the script on the simba program.

  16. #41
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This bot works great, atm have gotten from 83-91, working on 94. The exp/hour is wrong though, this bot makes about 70-75k xp/hour because the anti-ban, but I've been alching at soulwars so no randoms ftw.

  17. #42
    Join Date
    Apr 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    $$$$$$$$$LeetzAlcher!$$$$$$$$$$
    Character: nottellingyou
    Time Running: 2 Hours, 36 Minutes and 22 Seconds
    EXP Gain: 188695
    **\*\*\*\*\*\*\*/*/*/*/*/*/*/**
    Taking a break.



    Not bad I think im at 380-400k ish today. maybe 5 hours of autoing.

    Debating continuing...I have gone from 65-71 so far

  18. #43
    Join Date
    Apr 2012
    Location
    Portugal
    Posts
    144
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    omg.... any1 know a very cheap f2p item with low loss or with profit ?

  19. #44
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    Quote Originally Posted by catanado15 View Post
    omg.... any1 know a very cheap f2p item with low loss or with profit ?
    http://runescape.wikia.com/wiki/Alchemy/Guide

    Your welcome

  20. #45
    Join Date
    Feb 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    **/*/*/*/*/*/*/*\*\*\*\*\*\*\**
    $$$$$$$$$LeetzAlcher!$$$$$$$$$$
    Character: franju
    Time Running: 6 Hours, 35 Seconds
    EXP Gain: 720395
    **\*\*\*\*\*\*\*/*/*/*/*/*/*/**
    Successfully executed.

  21. #46
    Join Date
    May 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Will this script accidentily equip my rune arrows? :3

  22. #47
    Join Date
    Jan 2009
    Location
    radplaneservices@hush.com
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Double post =( Sorry, please delete
    Last edited by radplane; 05-12-2012 at 10:49 PM.

  23. #48
    Join Date
    Jan 2009
    Location
    radplaneservices@hush.com
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Efficient Script man, good job!

    Just thought id give you my reports just FYI.


    Round 1 (1000 alches) Failed once from random messing up at end, made 700~ alches first tho

    **\*\*\*\*\*\*\*/*/*/*/*/*/*/**
    **/*/*/*/*/*/*/*\*\*\*\*\*\*\**
    $$$$$$$$$LeetzAlcher!$$$$$$$$$$
    Character: da
    Time Running: 11 Minutes and 11 Seconds
    EXP Gain: 18655
    **\*\*\*\*\*\*\*/*/*/*/*/*/*/**
    **/*/*/*/*/*/*/EB_GetNet: Getting fishing net
    EB_GetNet: Didn't click DTM_EB_NET_GROUND
    EB_GetNet: Getting fishing net
    EB_GetNet: Didn't click DTM_EB_NET_GROUND
    EB_Solve: Evil Bob solver has failed or timed out
    ***** Failed Random: Evil Bob *****

    2.
    **/*/*/*/*/*/*/*\*\*\*\*\*\*\**
    $$$$$$$$$LeetzAlcher!$$$$$$$$$$
    Character: da
    Time Running: 35 Minutes and 51 Seconds
    EXP Gain: 64935
    **\*\*\*\*\*\*\*/*/*/*/*/*/*/**
    Successfully executed.
    The following DTMs were not freed: [2, 3]

    Finished around 1000 alches, not 100% sure tho. Will test again with 1000 and pay more attention.

  24. #49
    Join Date
    May 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This script was working perfectly yesterday but now it just sits there and doesn't do anything. I haven't disabled SMART or anything >.<

  25. #50
    Join Date
    May 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Got 99 with this! Thank you so much!

Page 2 of 4 FirstFirst 1234 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
  •