Page 3 of 3 FirstFirst 123
Results 51 to 68 of 68

Thread: [RS3] [SRL6] iAlch [Alchemises stuff, anytime, anywhere!]

  1. #51
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Grimxxdeath223 View Post
    Here is how my setup looks Attachment 26401

    And I went through to make sure it was exactly how the setup says it to be.

    EDIT: Not sure how this posted twice.
    Ensure that 1) your brightness is all the way up and 2) you have mouse-over text enabled. Everything else looks fine though.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  2. #52
    Join Date
    Mar 2014
    Location
    East Coast, USA
    Posts
    291
    Mentioned
    10 Post(s)
    Quoted
    148 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Ensure that 1) your brightness is all the way up and 2) you have mouse-over text enabled. Everything else looks fine though.
    Just checked. Brightness is all the way up and the mouse-over text has a check in the check box.

  3. #53
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Grimxxdeath223 View Post
    Just checked. Brightness is all the way up and the mouse-over text has a check in the check box.
    Hmm, best advice I can give is to go through the RS3 setup tutorial again and make 100% sure you've followed it to the letter.

    Aside from that, 3.0 is in the works (no ETA, but it's nearing completion). I still have some stuff left to do with records and optimization of code I wrote a while ago.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  4. #54
    Join Date
    Sep 2006
    Posts
    95
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    how goes your 3.0?

  5. #55
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by bucko View Post
    how goes your 3.0?
    Goes well, actually. Almost done. One final bug to iron out, then it'll be ready for release.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  6. #56
    Join Date
    Sep 2006
    Posts
    95
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Goes well, actually. Almost done. One final bug to iron out, then it'll be ready for release.
    Cant wait, theres a few solid f2p methods over 600k hr of high alching

  7. #57
    Join Date
    Jun 2015
    Location
    New Zealand
    Posts
    322
    Mentioned
    2 Post(s)
    Quoted
    131 Post(s)

    Default

    until not tabBackpack.isItemInSlot(alchSlot) or chatbox.findAnyText(['unes to cast this spe']);

    Error: Unknown declaration "findAnyText" at line 105

    Please fix

  8. #58
    Join Date
    Nov 2012
    Location
    OKC
    Posts
    123
    Mentioned
    5 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by kiwikiwi View Post
    until not tabBackpack.isItemInSlot(alchSlot) or chatbox.findAnyText(['unes to cast this spe']);

    Error: Unknown declaration "findAnyText" at line 105

    Please fix
    just change that from "chatbox.findAnyText" to "chatBox.findText"

    its case sensitive. so watch that.

  9. #59
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by o0Matthius0o View Post
    just change that from "chatbox.findAnyText" to "chatBox.findText"

    its case sensitive. so watch that.
    Thanks for helping

    v3.0 is still underway, development has paused but I've not forgotten about it!
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  10. #60
    Join Date
    Nov 2012
    Location
    OKC
    Posts
    123
    Mentioned
    5 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Thanks for helping

    v3.0 is still underway, development has paused but I've not forgotten about it!
    No problem man. Im actually trying to fix a problem i have been having with alch scripts using yours. That being that when i try to alch arrows it will accidentally equip them then exit the script. So i am writing something to have it check the arrow slot and unequip them if they are there and continue. If i am successful you are more than welcome to add it to your script. It might be a really shitty fix though >_<'

  11. #61
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by o0Matthius0o View Post
    No problem man. Im actually trying to fix a problem i have been having with alch scripts using yours. That being that when i try to alch arrows it will accidentally equip them then exit the script. So i am writing something to have it check the arrow slot and unequip them if they are there and continue. If i am successful you are more than welcome to add it to your script. It might be a really crappy fix though >_<'
    That has already been fixed in v3.0, I truly do appreciate the gesture though
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  12. #62
    Join Date
    Nov 2012
    Location
    OKC
    Posts
    123
    Mentioned
    5 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    That has already been fixed in v3.0, I truly do appreciate the gesture though
    Cant wait for it to come out! Gratz!

  13. #63
    Join Date
    Jan 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks really promising! Going to try it out


    Edit: Getting there! Nice job!

    ********************************************
    * iAlch v2.0 *
    ********************************************
    We have alched 991 times.
    We have gained 64415 xp.
    We have been working for 1 Hour, 27 Minutes and 33 Seconds
    ********************************************

    Edit2: It also likes alching nature runes sometime :P

    Edit3:

    ********************************************
    * iAlch v2.0 *
    ********************************************
    We have alched 4918 times.
    We have gained 319670 xp.
    We have been working for 7 Hours, 14 Minutes and 44 Seconds
    ********************************************

    Edit4: Banned when achieved lvl 89
    Last edited by InDeadmau5; 10-22-2015 at 03:24 AM.

  14. #64
    Join Date
    Sep 2015
    Posts
    8
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    Here's a proggy for you guys
    ********************************************
    * iAlch v2.0 *
    ********************************************
    We have alched 1437 times.
    We have gained 93405 xp.
    We have been working for 1 Hour, 7 Minutes and 30 Seconds
    ********************************************
    It gets the job done

  15. #65
    Join Date
    Dec 2015
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    I cant seem to get it to work....I put in my account info correctly but it cant log me in. I was trying to fix it when i slept on the couch by accident and i got this....
    ialch.png
    Last edited by crazykid; 12-27-2015 at 07:57 AM.

  16. #66
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by crazykid View Post
    I cant seem to get it to work....I put in my account info correctly but it cant log me in. I was trying to fix it when i slept on the couch by accident and i got this....
    ialch.png
    LOL, nice. Did it ever manage to enter your username and password? Or log in?
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  17. #67
    Join Date
    Dec 2015
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Nope it kept failing...ill try again and see if it still happens lol

    EDIT: Alright works great now will try to provide proggies when i can Thanks for the actionbar help
    Last edited by crazykid; 12-28-2015 at 10:48 PM.

  18. #68
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Moved to outdated as requested.
    RIP.

Page 3 of 3 FirstFirst 123

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
  •