Page 12 of 15 FirstFirst ... 21011121314 ... LastLast
Results 276 to 300 of 359

Thread: [RS3] [SRL-6] iOak [Chops & banks oak logs at Varrock!]

  1. #276
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    This happens when you dont have aerolib downloaded and/or not placed in correct folder.
    The error should be obvious, you'll have to find out where to download it on your own though.

  2. #277
    Join Date
    Aug 2014
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by YouPee View Post
    This happens when you dont have aerolib downloaded and/or not placed in correct folder.
    The error should be obvious, you'll have to find out where to download it on your own though.

    Ye i found it allready but thanks for the info.

    Now i still have this error

    Error: File "Reflection/Reflection.Simba" not found at line 5
    Compiling failed.

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

    Default

    Quote Originally Posted by zircon View Post
    Ye i found it allready but thanks for the info.

    Now i still have this error

    Error: File "Reflection/Reflection.Simba" not found at line 5
    Compiling failed.
    This is an RS3 script. You may be getting that error, but you're not getting it with my script.
    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. #279
    Join Date
    Aug 2014
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    This is an RS3 script. You may be getting that error, but you're not getting it with my script.
    Yes indeed, i did something wrong, i redownloaded ur script and it works just fine

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

    Default

    Quote Originally Posted by zircon View Post
    Yes indeed, i did something wrong, i redownloaded ur script and it works just fine
    You were using the wrong script originally, using someone else's script and thinking it was mine
    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. #281
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    I got a little confused when i saw the title.
    oh well

  7. #282
    Join Date
    May 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    The following bitmaps were not freed: [SMART Debug Image]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (18-11-15 at 03.36.18 AM).txt] has not been freed in the script, freeing it now.

    im getting this error any ideas

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

    Default

    Quote Originally Posted by voltrbots View Post
    The following bitmaps were not freed: [SMART Debug Image]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (18-11-15 at 03.36.18 AM).txt] has not been freed in the script, freeing it now.

    im getting this error any ideas
    Please post the rest of the debug output, what you have there isn't actually an error.
    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

  9. #284
    Join Date
    Jan 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    script hangs at the bank, opens the bank but does not deposit

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

    Default

    Quote Originally Posted by janbricky View Post
    script hangs at the bank, opens the bank but does not deposit
    Interfaces are probably wrong, make sure you've followed the instructions in this thread: https://villavu.com/forum/showthread.php?t=47714
    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

  11. #286
    Join Date
    Jan 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Interfaces are probably wrong, make sure you've followed the instructions in this thread: https://villavu.com/forum/showthread.php?t=47714
    I have executed all steps in that tutorial. I also tried openGL and DirectX but both do not work.

    I modified the bank function and added

    if bankScreen.isOpen then
    writeLn('Bank is open');
    It never prints. I experienced this problem with another script today as well. So It looks like SRL has a bug to me.
    Last edited by janbricky; 12-15-2015 at 07:50 PM.

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

    Default

    Quote Originally Posted by janbricky View Post
    I have executed all steps in that tutorial. I also tried openGL and DirectX but both do not work.

    I modified the bank function and added



    It never prints. I experienced this problem with another script today as well. So It looks like SRL has a bug to me.
    Doubt there's a bug in SRL, there'd be more than one report by now. An incorrect setup is far more likely, post a screenshot.
    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

  13. #288
    Join Date
    Jan 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Doubt there's a bug in SRL, there'd be more than one report by now. An incorrect setup is far more likely, post a screenshot.

    https://gyazo.com/30ca2b251f6067cbaaca96ffdb7f5907 I have tried putting the subscribe button at the bottom of the chat and other places. Not sure if that matters.

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

    Default

    Quote Originally Posted by janbricky View Post
    https://gyazo.com/30ca2b251f6067cbaaca96ffdb7f5907 I have tried putting the subscribe button at the bottom of the chat and other places. Not sure if that matters.
    The position of the subscribe button sometimes matters, but not for any of my scripts.

    Open up the <Esc> menu and re-choose the Old School interface layout. That'll kick all interfaces back to their default positions. I'm hypothesizing that your bankScreen interface was moved at one time or another.
    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

  15. #290
    Join Date
    Jan 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    I have set the layout again and noticed that if you make the chat smaller (and also the skill bar), it no longer works. It looks like it's fixed now. Thanks

  16. #291
    Join Date
    Dec 2015
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    sweet!

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

    Default

    Quote Originally Posted by syaak View Post
    sweet!
    Don't spam my thread.
    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

  18. #293
    Join Date
    Dec 2015
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    [DEBUG] : Our location is currently: trees, took 547 ms.
    [DEBUG] : Detecting trees
    [DEBUG] : Preliminary ATPA length: 0

    [ERROR] : *** FATAL ERROR: No trees found!


    [WARNING] : *** Terminating script ***
    No Trees Found as it cuts down a tree. Thanks

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

    Default

    Quote Originally Posted by Scottbah View Post
    [DEBUG] : Our location is currently: trees, took 547 ms.
    [DEBUG] : Detecting trees
    [DEBUG] : Preliminary ATPA length: 0

    [ERROR] : *** FATAL ERROR: No trees found!


    [WARNING] : *** Terminating script ***
    No Trees Found as it cuts down a tree. Thanks
    Post a screenshot of your game window, ensure you have your graphics and interfaces set up correctly
    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

  20. #295
    Join Date
    Dec 2015
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I fixed my previous issue, but now I get stuck next to the varrock palace after a few inventories of oaks

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

    Default

    Thanks for this awesome script !!

    I was running into trouble with the script at first (me being an idiot)

    I had my main all set up but didn't have my newb set up 100% correctly and i only noticed that when the script accidently logged into my main and it was working 100%. I kept getting stuck on the TRS.Lobby error...

    Testing out the scripts now on my newb who i started at 15WC... Will post a proggy as soon as i can

    EDIT: I wasnt able to get my previous proggies, ill look into getting more
    ioak proggy.png
    Last edited by crazykid; 12-26-2015 at 07:25 PM.

  22. #297
    Join Date
    Jul 2014
    Posts
    34
    Mentioned
    3 Post(s)
    Quoted
    14 Post(s)

    Default

    @KeepBotting

    imgur.com/ a /iYT5V

    Keep getting ---- FATAL ERROR: TPlayerArray.setup(): Failure

    I know the reason behind this, as I've read every page in this thread. However, I have my player set up in the SRL Player Manager, and the nickname is in the playerName area in your script/bot. The other images are of my interface/graphics settings. I've tried with a defualt old school layout, and one with the chat box minimized a bit, still get the same error. If you or another experienced member could give me a bit of insight on how to actually fix this, I'm about to lose my marbles lol. Thank you and happy holidays.

    EDIT: This has since been resovled, for some reason Rafiki wasn't saving my login info.
    Last edited by vipertrek79; 01-02-2016 at 11:33 AM. Reason: See last line.

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

    Default

    Here are some more proggies...If i may suggest is it possible to have a break, how long you want to run for and restart SMART feature? Ive seen it on other scripts and it i think it helps to lower the "banning" possibility...You have great Anti-ban features...This is an awesome script which got me from lvl 15 to lvl 70 WC( More then my main LOL )....Using this script only for the purpose of getting oak planks for my main and it works amazing...

    iaok proggy 2.pngProggy 2 is a normal kinda babysitting proggy
    iaok proggy 3.pngProggy 3 was before i left work and until lunch time...Got scared sh**less when i logged onto teamviewer on my phone and i swear i saw a green phat person following me to the bank..immediately logged off

  24. #299
    Join Date
    Jan 2016
    Location
    South Carolina
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Having Problem Using the script.
    whenever i run it, it logs in fine, but once it open the game, the debug cursor just moves into chatbox and then doesnt move again. Then after maybe a minute of it just sitting there the SMART window closes. Any Idea?

    EDIT: Last problem fixed but new one has show up, the paint doesnt match up with the text that i assume is supposed to be in it. Screenie for reference
    d8a1cd60f7e002fe952df03f8e097d98.png
    Last edited by TheUnbroken; 01-02-2016 at 10:40 PM.

  25. #300
    Join Date
    Jul 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Nice script!
    Works just fine, will post proggy s00n.
    Cheers.

Page 12 of 15 FirstFirst ... 21011121314 ... 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
  •