Page 31 of 34 FirstFirst ... 212930313233 ... LastLast
Results 751 to 775 of 844

Thread: AIO Superheater + Coal Bag, Keybind, Preset | By Coh3n

  1. #751
    Join Date
    Nov 2014
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    What does this error mean?

    Program exception!
    Stacktrace:

    Exception class: lpException
    Message: Runtime error: "Access violation"
    $0076365A
    Simba Version: 1100


    I tried to set up a new profile to super heat and it gives me an error and closes simba altogether. When i set it up using my normal account it runs fine, the only different is i am trying to do mithril instead of rune...... Please help?

  2. #752
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    141 Post(s)

    Default

    I have noticed a couple times, probably due to lag, that it will super heat the ores and then try again on the bars so I added a failsafe for those who are experiencing the same issue. Not sure if it is the right fix but it has worked good so far. In the constants around line 90 I added;

    Code:
     __MOUSEOVERTEXT_RORE = ['ore'];
    RORE for Runite Ore since there was already an ORE constant.

    Then I used it at line 842 and changed
    Code:
    if (isMouseOverText(__MOUSEOVERTEXT_CAST, 300)) then
    to
    Code:
    if (isMouseOverText(__MOUSEOVERTEXT_CAST, 300)) and (isMouseOverText(__MOUSEOVERTEXT_RORE)) then
    So far it hasn't tried to super heat the bars again. It wasn't a big issue to begin with, it happened once in a while, but it seemed fishy to me so I added that bit in to try and help.

  3. #753
    Join Date
    Oct 2014
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    The bot was having a lot of trouble at bank chests (Lumbridge and Shantay Pass) and I would have to restart the bot after 100-300 bars. I moved to east varrock though since the bank boots give less freedom for location of clicking and I've been running flawlessly for ~2000 bars. (Mithril)

  4. #754
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by asianfishy View Post
    The bot was having a lot of trouble at bank chests (Lumbridge and Shantay Pass) and I would have to restart the bot after 100-300 bars. I moved to east varrock though since the bank boots give less freedom for location of clicking and I've been running flawlessly for ~2000 bars. (Mithril)
    I think Cohen said the script was designed for bank booths, so anything else (GE, chests, etc) will have slight problems. If you stay at the bank booth you'll be fine.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  5. #755
    Join Date
    Dec 2011
    Posts
    150
    Mentioned
    4 Post(s)
    Quoted
    46 Post(s)

    Default

    Everytime it tries to withdraw the preset it says its lagging, starts the 10 second wait and clicks 2 times randomly in my bank

    Code:
    - isMouseOverText(): True
    -- isMouseOverText()
    ---- Current mouse-over text: "Bank Bank booth"
    ---- Current mouse-over text: "Bank Bank booth"
    ---- Current mouse-over text: "Bank Bank booth"
    ---- Current mouse-over text: "Bank Bank booth"
    ---- Current mouse-over text: "Bank Bank booth"
    ---- Current mouse-over text: "Bank Bank booth"
    -- isMouseOverText(): False
    -- isMouseOverText()
    ---- Current mouse-over text: ""
    ---- Current mouse-over text: ""
    ---- Current mouse-over text: ""
    ---- Current mouse-over text: ""
    ---- Current mouse-over text: ""
    ---- Current mouse-over text: ""
    -- isMouseOverText(): False
    -- isMouseOverText()
    ---- Current mouse-over text: ""
    ---- Current mouse-over text: ""
    ---- Current mouse-over text: ""
    ---- Current mouse-over text: ""
    ---- Current mouse-over text: ""
    ---- Current mouse-over text: ""
    -- isMouseOverText(): False
    bank: Failed to open
    Failed to bank, possibly lag; waiting about 10 seconds...
    that's what the debug says
    1B total exp progress
    875m / 1B
    120s
    113/120 Fish
    112/120 Dung

  6. #756
    Join Date
    May 2013
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Great script i made 99 lvl magic and smithing with this here is a proggy
    Code:
    [-------------------------------------------]
    [            AIO SuperHeater 2.5            ]
    [                 by Coh3n                  ]
    [-------------------------------------------]
    [                                           ]
    [           35 min 47 sec                   ]
    [                                           ]
    [    Player ~ 0 (True)                      ]
    [      Worked   ~ 00:35:28                  ]
    [      Bar      ~ Mithril Bar               ]
    [      Casts    ~ 1,045 (1,767 P/H)         ]
    [      Magic XP ~ 55,385 (93,673 P/H)       ]
    [      Smith XP ~ 31,350 (53,023 P/H)       ]
    [      Total XP ~ 86,735 (146,696 P/H)      ]
    [      Profit   ~ -1 (-1 P/H)               ]
    [                                           ]
    [-------------------------------------------]
    [-------------------------------------------]
    I FAIL sometimes does that if the Trasure Hunter Box its present in the left top corner it doesn;t close it automatickly every time

  7. #757
    Join Date
    Dec 2011
    Posts
    150
    Mentioned
    4 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by Ionutz900 View Post
    Great script i made 99 lvl magic and smithing with this here is a proggy
    Code:
    [-------------------------------------------]
    [            AIO SuperHeater 2.5            ]
    [                 by Coh3n                  ]
    [-------------------------------------------]
    [                                           ]
    [           35 min 47 sec                   ]
    [                                           ]
    [    Player ~ 0 (True)                      ]
    [      Worked   ~ 00:35:28                  ]
    [      Bar      ~ Mithril Bar               ]
    [      Casts    ~ 1,045 (1,767 P/H)         ]
    [      Magic XP ~ 55,385 (93,673 P/H)       ]
    [      Smith XP ~ 31,350 (53,023 P/H)       ]
    [      Total XP ~ 86,735 (146,696 P/H)      ]
    [      Profit   ~ -1 (-1 P/H)               ]
    [                                           ]
    [-------------------------------------------]
    [-------------------------------------------]
    I FAIL sometimes does that if the Trasure Hunter Box its present in the left top corner it doesn;t close it automatickly every time
    Well, at that time there was no Treasure Hunter Box , guess I'll try it again later

    EDIT: I had xp pop-ups on aka I'm a fucking idiot
    Code:
    [-------------------------------------------]
    [            AIO SuperHeater 2.5            ]
    [                 by Coh3n                  ]
    [-------------------------------------------]
    [                                           ]
    [           4 hr 45 min 3 sec               ]
    [                                           ]
    [    Player ~ 0 (Finished - no items)       ]
    [      Worked   ~ 04:44:48                  ]
    [      Bar      ~ Rune Bar                  ]
    [      Casts    ~ 6,576 (1,385 P/H)         ]
    [      Magic XP ~ 348,528 (73,426 P/H)      ]
    [      Smith XP ~ 328,800 (69,269 P/H)      ]
    [      Total XP ~ 677,328 (142,695 P/H)     ]
    [      Profit   ~ 5,287,104 (1,113,853 P/H) ]
    [                                           ]
    [-------------------------------------------]
    [-------------------------------------------]
    old proggies

    Code:
    [-------------------------------------------]
    [            AIO SuperHeater 2.5            ]
    [                 by Coh3n                  ]
    [-------------------------------------------]
    [                                           ]
    [           1 hr 25 min 38 sec              ]
    [                                           ]
    [    Player ~ 0 (True)                      ]
    [      Worked   ~ 01:23:55                  ]
    [      Bar      ~ Rune Bar                  ]
    [      Casts    ~ 1,932 (1,381 P/H)         ]
    [      Magic XP ~ 102,396 (73,201 P/H)      ]
    [      Smith XP ~ 96,600 (69,058 P/H)       ]
    [      Total XP ~ 198,996 (142,259 P/H)     ]
    [      Profit   ~ 1,553,328 (1,110,449 P/H) ]
    [                                           ]
    [-------------------------------------------]
    [-------------------------------------------]
    Code:
    [-------------------------------------------]
    [            AIO SuperHeater 2.5            ]
    [                 by Coh3n                  ]
    [-------------------------------------------]
    [                                           ]
    [           1 hr 9 min 41 sec               ]
    [                                           ]
    [    Player ~ 0 (True)                      ]
    [      Worked   ~ 01:08:15                  ]
    [      Bar      ~ Rune Bar                  ]
    [      Casts    ~ 1,233 (1,084 P/H)         ]
    [      Magic XP ~ 65,349 (57,437 P/H)       ]
    [      Smith XP ~ 61,650 (54,186 P/H)       ]
    [      Total XP ~ 126,999 (111,622 P/H)     ]
    [      Profit   ~ 917,352 (806,282 P/H)     ]
    [                                           ]
    [-------------------------------------------]
    [-------------------------------------------]
    Code:
    [-------------------------------------------]
    [            AIO SuperHeater 2.5            ]
    [                 by Coh3n                  ]
    [-------------------------------------------]
    [                                           ]
    [           2 hr 25 min 7 sec               ]
    [                                           ]
    [    Player ~ 0 (True)                      ]
    [      Worked   ~ 02:24:54                  ]
    [      Bar      ~ Rune Bar                  ]
    [      Casts    ~ 2,187 (906 P/H)           ]
    [      Magic XP ~ 115,911 (47,995 P/H)      ]
    [      Smith XP ~ 109,350 (45,278 P/H)      ]
    [      Total XP ~ 225,261 (93,274 P/H)      ]
    [      Profit   ~ 1,784,592 (738,944 P/H)   ]
    [                                           ]
    [-------------------------------------------]
    [-------------------------------------------]
    1B total exp progress
    875m / 1B
    120s
    113/120 Fish
    112/120 Dung

  8. #758
    Join Date
    Oct 2014
    Location
    Europe
    Posts
    98
    Mentioned
    4 Post(s)
    Quoted
    55 Post(s)

    Default

    Help me, the script doesn't deposit the steel bars :/ ( I use the original client )

  9. #759
    Join Date
    Dec 2011
    Posts
    150
    Mentioned
    4 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by Torol View Post
    Help me, the script doesn't deposit the steel bars :/
    Try using presets
    for steel bars I would advice
    1-9: Iron ore
    10-27: Coal
    28: Nature rune
    like this:



    Proggy:

    Code:
    [-------------------------------------------]
    [            AIO SuperHeater 2.5            ]
    [                 by Coh3n                  ]
    [-------------------------------------------]
    [                                           ]
    [           2 hr 37 min 58 sec              ]
    [                                           ]
    [    Player ~ 0 (Finished - no items)       ]
    [      Worked   ~ 02:36:49                  ]
    [      Bar      ~ Rune Bar                  ]
    [      Casts    ~ 3,072 (1,175 P/H)         ]
    [      Magic XP ~ 162,816 (62,293 P/H)      ]
    [      Smith XP ~ 153,600 (58,767 P/H)      ]
    [      Total XP ~ 316,416 (121,060 P/H)     ]
    [      Profit   ~ 2,469,888 (944,972 P/H)   ]
    [                                           ]
    [-------------------------------------------]
    [-------------------------------------------]
    1B total exp progress
    875m / 1B
    120s
    113/120 Fish
    112/120 Dung

  10. #760
    Join Date
    Oct 2014
    Location
    Europe
    Posts
    98
    Mentioned
    4 Post(s)
    Quoted
    55 Post(s)

    Default

    Yeah, it works that way, thanks

  11. #761
    Join Date
    Dec 2011
    Posts
    150
    Mentioned
    4 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by Torol View Post
    Yeah, it works that way, thanks
    No problem

    proggie:
    Code:
    [-------------------------------------------]
    [            AIO SuperHeater 2.5            ]
    [                 by Coh3n                  ]
    [-------------------------------------------]
    [                                           ]
    [           3 hr 20 min 11 sec              ]
    [                                           ]
    [    Player ~ 0 (True)                      ]
    [      Worked   ~ 03:20:01                  ]
    [      Bar      ~ Rune Bar                  ]
    [      Casts    ~ 4,194 (1,258 P/H)         ]
    [      Magic XP ~ 222,282 (66,675 P/H)      ]
    [      Smith XP ~ 209,700 (62,901 P/H)      ]
    [      Total XP ~ 431,982 (129,577 P/H)     ]
    [      Profit   ~ 3,371,976 (1,011,453 P/H) ]
    [                                           ]
    [-------------------------------------------]
    [-------------------------------------------]
    1B total exp progress
    875m / 1B
    120s
    113/120 Fish
    112/120 Dung

  12. #762
    Join Date
    Oct 2014
    Location
    Europe
    Posts
    98
    Mentioned
    4 Post(s)
    Quoted
    55 Post(s)

    Default

    I had only one problem with the script: it fails to find the bank when it's too small, for example at the GE, or chests. Anyway, nice script!

  13. #763
    Join Date
    Dec 2011
    Posts
    150
    Mentioned
    4 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by Torol View Post
    I had only one problem with the script: it fails to find the bank when it's too small, for example at the GE, or chests. Anyway, nice script!
    It works best on bank booths , so far I've had no problems at vwb

    Code:
    [-------------------------------------------]
    [            AIO SuperHeater 2.5            ]
    [                 by Coh3n                  ]
    [-------------------------------------------]
    [                                           ]
    [           5 hr 50 min 8 sec               ]
    [                                           ]
    [    Player ~ 0 (True)                      ]
    [      Worked   ~ 05:50:02                  ]
    [      Bar      ~ Rune Bar                  ]
    [      Casts    ~ 8,418 (1,443 P/H)         ]
    [      Magic XP ~ 446,154 (76,475 P/H)      ]
    [      Smith XP ~ 420,900 (72,146 P/H)      ]
    [      Total XP ~ 867,054 (148,621 P/H)     ]
    [      Profit   ~ 4,789,842 (821,025 P/H)   ]
    [                                           ]
    [-------------------------------------------]
    [-------------------------------------------]
    old proggy

    Code:
    [-------------------------------------------]
    [            AIO SuperHeater 2.5            ]
    [                 by Coh3n                  ]
    [-------------------------------------------]
    [                                           ]
    [           6 hr 57 min 6 sec               ]
    [                                           ]
    [    Player ~ 0 (True)                      ]
    [      Worked   ~ 06:55:58                  ]
    [      Bar      ~ Rune Bar                  ]
    [      Casts    ~ 9,150 (1,320 P/H)         ]
    [      Magic XP ~ 484,950 (69,948 P/H)      ]
    [      Smith XP ~ 457,500 (65,989 P/H)      ]
    [      Total XP ~ 942,450 (135,936 P/H)     ]
    [      Profit   ~ 5,709,600 (823,537 P/H)   ]
    [                                           ]
    [-------------------------------------------]
    [-------------------------------------------]
    Code:
    [-------------------------------------------]
    [            AIO SuperHeater 2.5            ]
    [                 by Coh3n                  ]
    [-------------------------------------------]
    [                                           ]
    [           3 hr 47 min 47 sec              ]
    [                                           ]
    [    Player ~ 0 (Finished - no items)       ]
    [      Worked   ~ 03:47:37                  ]
    [      Bar      ~ Rune Bar                  ]
    [      Casts    ~ 4,734 (1,248 P/H)         ]
    [      Magic XP ~ 250,902 (66,136 P/H)      ]
    [      Smith XP ~ 236,700 (62,393 P/H)      ]
    [      Total XP ~ 487,602 (128,529 P/H)     ]
    [      Profit   ~ 3,806,136 (1,003,277 P/H) ]
    [                                           ]
    [-------------------------------------------]
    [-------------------------------------------]
    1B total exp progress
    875m / 1B
    120s
    113/120 Fish
    112/120 Dung

  14. #764
    Join Date
    Sep 2010
    Posts
    87
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Just a short proggy, still running flawlessly!

    Simba Code:
    [-------------------------------------------]
    [            AIO SuperHeater 2.5            ]
    [                 by Coh3n                  ]
    [-------------------------------------------]
    [                                           ]
    [           37 min 29 sec                   ]
    [                                           ]
    [    Player ~ 0 (True)                      ]
    [      Worked   ~ 00:37:22                  ]
    [      Bar      ~ Steel Bar                 ]
    [      Casts    ~ 1,341 (2,153 P/H)         ]
    [      Magic XP ~ 71,073 (114,107 P/H)      ]
    [      Smith XP ~ 23,468 (37,678 P/H)       ]
    [      Total XP ~ 94,541 (151,784 P/H)      ]
    [      Profit   ~ -1 (-1 P/H)               ]
    [                                           ]
    [-------------------------------------------]
    [-------------------------------------------]

  15. #765
    Join Date
    Dec 2011
    Posts
    150
    Mentioned
    4 Post(s)
    Quoted
    46 Post(s)

    Default

    script got me 85-99 smith in like no time haha, thanks ^^ (extra bonus was breaking the 25m exp cap for mage c: )
    1B total exp progress
    875m / 1B
    120s
    113/120 Fish
    112/120 Dung

  16. #766
    Join Date
    May 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I recently got this error. I have been using this for the past month and has been working well, not sure why this is happening.

    Error: Operator "NOT" not compatible with "record [0]Pointer; [4]Pointer; end" at line 2530
    Compiling failed.
    Last edited by SilasCone; 12-17-2014 at 03:28 AM.

  17. #767
    Join Date
    May 2013
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Hi , since the last update i'm haveing this error, does anybody know what i have to change to make it work again?
    Code:
    [00:00:25]: Invalid bar selection!
    Error: "Rune" is not a valid boolean. at line 180
    [00:00:25]: Execution failed.
    Known as Ionutz900

  18. #768
    Join Date
    Dec 2014
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    How can i make this work? i don't understand a thing, i created a new player with my account info and that, but when i run the script it gets stuck on the log in screen

  19. #769
    Join Date
    May 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I'm no longer having the problem with, after a simba update.

    Error: Operator "NOT" not compatible with "record [0]Pointer; [4]Pointer; end" at line 2530
    Compiling failed.

    But now I'm having the same problem as marius90.

    [0:00:09]: Invalid bar selection!
    Error: "Rune" is not a valid boolean. at line 180
    [0:00:09]: Execution failed.
    The following bitmaps were not freed: [Minimap Mask]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (18-12-14 at 11.51.01 AM).txt] has not been freed in the script, freeing it now.

  20. #770
    Join Date
    Jan 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    my loads but dosnt move or anything help please

  21. #771
    Join Date
    Aug 2008
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    I know this script is no longer being updated, but FYI, they changed the coal bag mechanic so that when you fill your bag with the back window open, it takes coal directly from your back instead of your inventory. Leads to problems due to the script's withdraw order where you end up with only coal in your inventory.

  22. #772
    Join Date
    Apr 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How hard would it be to convert this to work with 07?

  23. #773
    Join Date
    Apr 2012
    Location
    U.S.A
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Great script! It got me the dozen magic levels I was looking for. I don't have a decent proggy though, as I am still working on getting the coal supply to make it profitable.

  24. #774
    Join Date
    Dec 2011
    Location
    UK
    Posts
    87
    Mentioned
    2 Post(s)
    Quoted
    42 Post(s)

    Default

    It was working fine this morning came to use it again and now i'm facing this error -

    [00:00:39]: -- HINT: findTicket(): Backpack is not open, consider calling tabBackpack.open() first
    [00:00:39]: -- HINT: destroyTicket(): Backpack is not open, consider calling tabBackpack.open() first
    [00:00:42]: -- ERROR: bankScreen.clickButton(): Unable to click button since bankscreen isn't open

    It clicks the bank booth or chest, immediaely closes it then throws this error. Any ideas guys?
    Only the weak surrender.
    .

  25. #775
    Join Date
    Jan 2015
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    getting the same error, and i just tried to use this script.

Page 31 of 34 FirstFirst ... 212930313233 ... 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
  •