Page 4 of 8 FirstFirst ... 23456 ... LastLast
Results 76 to 100 of 191

Thread: [SRL-6] [F]antastic [F]letcher !

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

    Default

    Quote Originally Posted by Press Play View Post
    Hmmm, sounds very strange! Does the script return a fail and execute or does it just keep on going? So, does the mouse go crazy when you're cutting the logs yes? The production screen detection may be failing... But I can't see why it would.
    Okaaayyy then. Tried it this afternoon again and it works fine now -.- . I triple checked that I had all the settings right this morning and they were: correct graphical, production screen was on, no xp popups, correct details input into the script, etc. Idk what caused it lol. Can't think of anything at all that I have different now than I did before. >.<
    My First Build!, Selling Downloadable Games
    -------------------------------------

  2. #77
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by Austin View Post
    Okaaayyy then. Tried it this afternoon again and it works fine now -.- . I triple checked that I had all the settings right this morning and they were: correct graphical, production screen was on, no xp popups, correct details input into the script, etc. Idk what caused it lol. Can't think of anything at all that I have different now than I did before. >.<
    Ahahah, that's okay! Glad to have it working again for you I like all the feedback I can get, because this next update is BIG And I want to get it all right hopefully!

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

  3. #78
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Press Play View Post
    When you say mouse changes...? The only edits I see about mouse movements are performance updates? I'll test some boxes and see what happens - it may even be a different issue. Thanks.

    EDIT: I realise the problem, Ashaman, your co-ords are a rectangle which include the 'equipment' button You're actually only 1 value off from the values I got! I'll do some more testing before pushing to git, but here are the co-ords if anyone wants to change it themselves!
    Simba Code:
    MouseBox(484, 30, 493, 39, mouse_left);

    PS: GRATZ on SSRL! Well deserved bro


    Hmmm, sounds very strange! Does the script return a fail and execute or does it just keep on going? So, does the mouse go crazy when you're cutting the logs yes? The production screen detection may be failing... But I can't see why it would.
    The changes to the mouse was to how randomness works - it used to only add values, now it randomly adds of subtracts - that's why the old close bank failed

  4. #79
    Join Date
    Nov 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    [Error] C:\Users\computer\AppData\Local\Temp\Temp1_Fantast ic Fletcher (Release Pack V1.06) (1).zip\Fantastic Fletcher (Release Pack V1.06)\[ RUN ME ] FantasticFletcherV1.06.simba(99:30): Unknown identifier 'db' at line 98
    Compiling failed.
    i want to fletch at draynor bank but it says its an unknown identifier? any help?

  5. #80
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    The changes to the mouse was to how randomness works - it used to only add values, now it randomly adds of subtracts - that's why the old close bank failed
    Ahhhhhhhhhh, I see, thanks!


    Quote Originally Posted by runskittles3 View Post
    [Error] C:\Users\computer\AppData\Local\Temp\Temp1_Fantast ic Fletcher (Release Pack V1.06) (1).zip\Fantastic Fletcher (Release Pack V1.06)\[ RUN ME ] FantasticFletcherV1.06.simba(99:30): Unknown identifier 'db' at line 98
    Compiling failed.
    i want to fletch at draynor bank but it says its an unknown identifier? any help?
    You need to fill in the variable properly! Draynor bank is declared as a string (because that's how SRL5 is set up for some things). Your line 98 should read:
    Simba Code:
    Arrays[P_BANK_LOC]    := ['db']; // Bank location; which bank? Refer to "SRL\core\bank.simba".

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

  6. #81
    Join Date
    Nov 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Fanastic Fletcher is loading...
    Be very careful, you are not using the version checker...
    SRL Compiled in 0 msec
    ** Smart Cannot Spawn Clients **
    Successfully executed.

    it doesnt want to open a SMART and i cant use it on a browser, any help? thanks.

  7. #82
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by runskittles3 View Post
    Fanastic Fletcher is loading...
    Be very careful, you are not using the version checker...
    SRL Compiled in 0 msec
    ** Smart Cannot Spawn Clients **
    Successfully executed.

    it doesnt want to open a SMART and i cant use it on a browser, any help? thanks.
    Does SMART work with other scripts for you? When this happens to me, it's usually an internet issue. Try repairing internet connection, restart Simba and try again?

    EDIT: Alternatively, a quick search shows this as a possible solution
    Last edited by Press Play; 04-01-2013 at 12:25 PM.

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

  8. #83
    Join Date
    Nov 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Press Play View Post
    Does SMART work with other scripts for you? When this happens to me, it's usually an internet issue. Try repairing internet connection, restart Simba and try again?

    EDIT: Alternatively, a quick search shows this as a possible solution
    were would i put that code into your script? can you post the script after you have placed that into it?
    would help heaps!

  9. #84
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by runskittles3 View Post
    were would i put that code into your script? can you post the script after you have placed that into it?
    would help heaps!
    You don't need to edit the script at all just try and:
    Quote Originally Posted by The Killer View Post
    open your script with the open tool in simba

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

  10. #85
    Join Date
    Nov 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Press Play View Post
    You don't need to edit the script at all just try and:
    do you mean i go into file then press open then choose the script like that?

  11. #86
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by runskittles3 View Post
    do you mean i go into file then press open then choose the script like that?
    Open from: C:\Simba\Simba.exe (a shortcut will work ) then use the open tool:
    to open up your script :P

  12. #87
    Join Date
    Nov 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by The Killer View Post
    Open from: C:\Simba\Simba.exe (a shortcut will work ) then use the open tool:
    to open up your script :P
    cheers

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

    Default

    Kk, it's happening again. Here's the error I get while the mouse is moving around erratically:

    ** Warning in OpenBankFast: Unknown bank: 20 **
    ** Warning in OpenBankQuiet: Unknown bank: 20 **
    ** Warning in OpenBankFast: Unknown bank: 20 **
    ** Warning in OpenBankQuiet: Unknown bank: 20 **
    ** Warning in OpenBankFast: Unknown bank: 20 **
    ** Warning in OpenBankQuiet: Unknown bank: 20 **
    ** Warning in OpenBankFast: Unknown bank: 20 **
    ** Warning in OpenBankQuiet: Unknown bank: 20 **
    ** Warning in OpenBankFast: Unknown bank: 20 **
    After it's done fletching it continues moving erratically around for about 5 seconds before clicking on the bank. Withdraws logs, starts fletching, then repeats.

    I'm using the same exact settings as last night when I said it was working. Graphically settings are all min and screen is set to fixed. Idk =/

    EDIT: It's trying to find the bankchest's color while it's fletching. The erratic mouse is moving in a pattern hovering over the items that have a similar color as the banks, looking for the uptext. Once it finds it, it clicks on it then banks no problem.
    Last edited by Austin; 04-01-2013 at 06:57 PM.
    My First Build!, Selling Downloadable Games
    -------------------------------------

  14. #89
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by Austin View Post
    Kk, it's happening again. Here's the error I get while the mouse is moving around erratically:



    After it's done fletching it continues moving erratically around for about 5 seconds before clicking on the bank. Withdraws logs, starts fletching, then repeats.

    I'm using the same exact settings as last night when I said it was working. Graphically settings are all min and screen is set to fixed. Idk =/

    EDIT: It's trying to find the bankchest's color while it's fletching. The erratic mouse is moving in a pattern hovering over the items that have a similar color as the banks, looking for the uptext. Once it finds it, it clicks on it then banks no problem.
    The only reason I can see for this to happen is if you minimise/unminimise the SMART window? Because this causes the SMART screen to flash black (or white) and can make the bot think that you have finished fletching (because the production screen is not there).

    Also, in the main bank function (in SRL), when you use a bank chest with OpenBank(), it also calls the functions for the normal banks - giving you:
    Progress Report:
    ** Warning in OpenBankFast: Unknown bank: 20 **      etc.
    I'll probably fix that up later tonight And I'll also have a closer look at your bug!

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

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

    Default

    Quote Originally Posted by Press Play View Post
    The only reason I can see for this to happen is if you minimise/unminimise the SMART window? Because this causes the SMART screen to flash black (or white) and can make the bot think that you have finished fletching (because the production screen is not there).

    Also, in the main bank function (in SRL), when you use a bank chest with OpenBank(), it also calls the functions for the normal banks - giving you:
    Progress Report:
    ** Warning in OpenBankFast: Unknown bank: 20 **      etc.
    I'll probably fix that up later tonight And I'll also have a closer look at your bug!
    None of the times that I tested your script did I minimize the client (I never do >.<), so it can't be that. I'm not sure why I seem to be the only one having that problem though. I'll just try another bank.
    My First Build!, Selling Downloadable Games
    -------------------------------------

  16. #91
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by Austin View Post
    None of the times that I tested your script did I minimize the client (I never do >.<), so it can't be that. I'm not sure why I seem to be the only one having that problem though. I'll just try another bank.
    Soul wars bank chest should be fine. I think it may be a different issue - I'm looking into it now. I'll test some maple shieldbows (that's what you're making yes?)

    Here's a proggy of the new version at Soul Wars (with the new bank coords (I'mm push them to git soon; I just don't have the time atm!))

    Progress Report:
    [7:11:06]: /-------------------------------------------------------------\
    [7:11:06]: |-------------------------------------------------------------|
    [7:11:06]: |                        Press Play's                         |
    [7:11:06]: |                   [F]antastic [F]letcher                    |
    [7:11:07]: |                        Version 1.10                         |
    [7:11:07]: |-------------------------------------------------------------|
    [7:11:07]: |     TOTALS :                                                |
    [7:11:07]: |       Time Running  : 7 hr 11 min 6 sec                     |
    [7:11:07]: |       Bows Strung   : 10612                                 |
    [7:11:07]: |       Exp Gained    : 795900                                |
    [7:11:07]: |                                                             |
    [7:11:07]: |     PLAYER 0 : [ Stringing Yew Shieldbow ]                  |
    [7:11:07]: |       Time Running  : 7 hr 7 min 50 sec                     |
    [7:11:07]: |       Bows Strung   : 10612                                 |
    [7:11:07]: |       Exp Gained    : 795900                                |
    [7:11:07]: |       Exp / Hour    : 111836                                |
    [7:11:07]: |       False Reason  : Used up all items: Primary            |
    [7:11:07]: |                                                             |
    [7:11:07]: |                                                             |
    [7:11:07]: |-------------------------------------------------------------|
    [7:11:07]: \-------------------------------------------------------------/
    [7:11:07]: 
    [7:11:09]: SendReport(); failed.
    [7:11:09]: Successfully executed.

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

  17. #92
    Join Date
    Mar 2013
    Posts
    14
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Press Play View Post
    @Casperftw; Congratulations on being the 71st person to get 99 fletching with my script! Added to first post AND, can i just say... that is A LOT of arrows !

    haha i know i worked it out at 500k exp per hour and 100m GP worth of arrows haha. guess i can say ill never run out.

    Thanks for making it. This is why i donate for quality scripts

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

    Default

    Quote Originally Posted by Press Play View Post
    Soul wars bank chest should be fine. I think it may be a different issue - I'm looking into it now. I'll test some maple shieldbows (that's what you're making yes?)

    Here's a proggy of the new version at Soul Wars (with the new bank coords (I'mm push them to git soon; I just don't have the time atm!))

    Progress Report:
    [7:11:06]: /-------------------------------------------------------------\
    [7:11:06]: |-------------------------------------------------------------|
    [7:11:06]: |                        Press Play's                         |
    [7:11:06]: |                   [F]antastic [F]letcher                    |
    [7:11:07]: |                        Version 1.10                         |
    [7:11:07]: |-------------------------------------------------------------|
    [7:11:07]: |     TOTALS :                                                |
    [7:11:07]: |       Time Running  : 7 hr 11 min 6 sec                     |
    [7:11:07]: |       Bows Strung   : 10612                                 |
    [7:11:07]: |       Exp Gained    : 795900                                |
    [7:11:07]: |                                                             |
    [7:11:07]: |     PLAYER 0 : [ Stringing Yew Shieldbow ]                  |
    [7:11:07]: |       Time Running  : 7 hr 7 min 50 sec                     |
    [7:11:07]: |       Bows Strung   : 10612                                 |
    [7:11:07]: |       Exp Gained    : 795900                                |
    [7:11:07]: |       Exp / Hour    : 111836                                |
    [7:11:07]: |       False Reason  : Used up all items: Primary            |
    [7:11:07]: |                                                             |
    [7:11:07]: |                                                             |
    [7:11:07]: |-------------------------------------------------------------|
    [7:11:07]: \-------------------------------------------------------------/
    [7:11:07]: 
    [7:11:09]: SendReport(); failed.
    [7:11:09]: Successfully executed.
    Yeah, that's what I'm making. And okay, I'll just doing something else until then .
    My First Build!, Selling Downloadable Games
    -------------------------------------

  19. #94
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by Austin View Post
    Yeah, that's what I'm making. And okay, I'll just doing something else until then .
    Here's a proggy of maple shieldbows at Soulwars bank. I watched it for a while and nothing seemed to go amiss. I'm using an updated version, but none of the functionality has changed since the most recent released version.
    Progress Report:
    [5:49:29]: /-------------------------------------------------------------\
    [5:49:29]: |-------------------------------------------------------------|
    [5:49:29]: |                        Press Play's                         |
    [5:49:29]: |                   [F]antastic [F]letcher                    |
    [5:49:29]: |                        Version 1.10                         |
    [5:49:29]: |-------------------------------------------------------------|
    [5:49:29]: |     TOTALS :                                                |
    [5:49:29]: |       Time Running  : 5 hr 49 min 29 sec                    |
    [5:49:29]: |       Logs Cut      : 8540                                  |
    [5:49:29]: |       Exp Gained    : 497882                                |
    [5:49:29]: |                                                             |
    [5:49:29]: |     PLAYER 0 : [ Cutting Maple Shieldbow (U) ]              |
    [5:49:29]: |       Time Running  : 5 hr 47 min 29 sec                    |
    [5:49:29]: |       Logs Cut      : 8540                                  |
    [5:49:29]: |       Exp Gained    : 497882                                |
    [5:49:29]: |       Exp / Hour    : 86089                                 |
    [5:49:29]: |       False Reason  : Used up all items: Primary            |
    [5:49:29]: |                                                             |
    [5:49:29]: |                                                             |
    [5:49:29]: |-------------------------------------------------------------|
    [5:49:29]: \-------------------------------------------------------------/
    [5:49:29]: 
    [5:49:30]: Successfully executed.

    If you'd like, you can test out my development version at https://github.com/daazndagger/FantasticFletcher
    But, the form is a bit buggy at the moment It shouldn't make a difference really - all the fletching methods have stayed the same.

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

  20. #95
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Hi guys Just another update from me, your sexy developer of the script I'm going to be pushing the release of version 1.10 back about a month or so because I'll be participating in the SRL Members+ scripting comp! Not even sure if you guys are allowed to know about it but I don't see why not

    Another note to all people using this script. The more feedback you guys give - the more stable and flawless I can make the bot! I would like to see feedback given in something like the following example

    Progress Report (Cutting maple shieldbows(u) at soulwars bankchest):
    Progress Report:
    [12:00:24]: /-------------------------------------------------------------\
    [12:00:24]: |-------------------------------------------------------------|
    [12:00:24]: |                        Press Play's                         |
    [12:00:24]: |                   [F]antastic [F]letcher                    |
    [12:00:24]: |                        Version 1.10                         |
    [12:00:24]: |-------------------------------------------------------------|
    [12:00:24]: |     TOTALS :                                                |
    [12:00:24]: |       Time Running  : 12 hr 24 sec                          |
    [12:00:24]: |       Logs Cut      : 17556                                 |
    [12:00:24]: |       Exp Gained    : 1023515                               |
    [12:00:24]: |                                                             |
    [12:00:24]: |     PLAYER 0 : [ Cutting Maple Shieldbow (U) ]              |
    [12:00:24]: |       Time Running  : 11 hr 55 min 48 sec                   |
    [12:00:24]: |       Logs Cut      : 17556                                 |
    [12:00:24]: |       Exp Gained    : 1023515                               |
    [12:00:24]: |       Exp / Hour    : 85889                                 |
    [12:00:24]: |       False Reason  : Could not fletch                      |
    [12:00:24]: |                                                             |
    [12:00:24]: |                                                             |
    [12:00:24]: |-------------------------------------------------------------|
    [12:00:24]: \-------------------------------------------------------------/
    [12:00:24]: 
    [12:22:52]: SendReport(); failed.
    [12:22:52]: Successfully executed.


    Why did it fail?
    Encountered black mainsreen and mini-map. Possibly a connection error.
    Try and give as much detail as possible.

    What are some possible things I can look into?
    In this case, it seems as though it' not the scripts fault. But if you have been getting a consistent error, try and guess as to where the error may lie.

    And attached is a screenshot!
    Screenshots are very important and highly useful if the script fails and finishes in this way.
    Attached Images Attached Images

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

  21. #96
    Join Date
    May 2012
    Location
    North Yorkshire, UK
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    /-------------------------------------------------------------\
    |-------------------------------------------------------------|
    | -daazndagger-'s |
    | [F]antastic [F]letcher |
    | Version 1.06 |
    |-------------------------------------------------------------|
    | TOTALS : |
    | Time Running : 7 hr 29 min 14 sec |
    | Logs Cut : 10584 |
    | Exp Gained : 793800 |
    | |
    | PLAYER 0 : [ Cutting Yew Shieldbow (U) ] |
    | Time Running : 7 hr 27 min 51 sec |
    | Logs Cut : 10584 |
    | Exp Gained : 793800 |
    | Exp / Hour : 106550 |
    | False Reason : Could not withdraw |
    | |
    | |
    |-------------------------------------------------------------|
    \-------------------------------------------------------------/

    Only thing I can find wrong with the script is that it sometimes manages to mis-click and wind up outside of the castlewars banking area - I've not tried running the script anywhere else though so this may only be in castlewars
    Create a POH Alter script

    6 99's to go before maxing a mainly botted account

  22. #97
    Join Date
    Mar 2013
    Posts
    222
    Mentioned
    3 Post(s)
    Quoted
    143 Post(s)

    Default

    Quote Originally Posted by Press Play View Post
    Just to double check you're using the correct settings... Make sure you're using SMART8 and your firewall is not blocking Simba from accessing the internet. Also, out of curiousity, have you run any 07 scripts?
    I'm also having the same problem. I have autoupdate = true but it keeps bypassing the update and says 'be careful'.
    I left it on overnight and after the session ended, it didn't restart.
    but for the 6 hours the session didn't end, it worked great.

  23. #98
    Join Date
    Apr 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Was using Draynor bank ('db') and everything worked flawlessly. However, when i switched to Edgeville bank ('eb') the script fails. All i get is a red dot moving outside the bank on the west, east and south sides (was standing at the counter myself).

  24. #99
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 9:7): Unknown identifier 'Break' at line 78 I get that error help please

  25. #100
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by JDBORED View Post
    Only thing I can find wrong with the script is that it sometimes manages to mis-click and wind up outside of the castlewars banking area - I've not tried running the script anywhere else though so this may only be in castlewars
    Thanks for the feedback Have you tried other banks?

    Quote Originally Posted by RlagkRud View Post
    I'm also having the same problem. I have autoupdate = true but it keeps bypassing the update and says 'be careful'.
    I left it on overnight and after the session ended, it didn't restart.
    but for the 6 hours the session didn't end, it worked great.
    For the latest version, I've excluded the version checker and auto updater because it wasn't working properly! But in the nest version, this will be fixed. When you say it "didn't restart" after 6 hours, what happened, and what does the debug display?

    Quote Originally Posted by JYG View Post
    Was using Draynor bank ('db') and everything worked flawlessly. However, when i switched to Edgeville bank ('eb') the script fails. All i get is a red dot moving outside the bank on the west, east and south sides (was standing at the counter myself).
    All the bank-finding methods are in SRL, which is a good thing because they can be fixed without me having to update the script! If I have time, I'll have a look - but you can always post the bug in the SRL bugs section of the forums

    Quote Originally Posted by Trigys View Post
    [Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 9:7): Unknown identifier 'Break' at line 78 I get that error help please
    Have you made sure you have the latest SRL and SMART8? Try force updating SRL (SRL > Settings > Override Update (checked); SRL > Update).

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

Page 4 of 8 FirstFirst ... 23456 ... 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
  •