Page 22 of 24 FirstFirst ... 122021222324 LastLast
Results 526 to 550 of 594

Thread: AshamanRoguesCooker

  1. #526
    Join Date
    Aug 2014
    Location
    Michigan, USA
    Posts
    138
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    When banking, it takes a good 10-15 seconds to BankScreen.QuickDeposit.

    Code:
    Procedure Banking;
    Var
      I: Integer;
    Begin
      If Not IsLoggedIn Then
        Exit;
    
      If CheckStuff Then
        Exit;
    
      PinScreen.Enter(Players[CurrentPlayer].BankPin);
    
    
      If BankScreen.GetPackCount > 0 Then
        BankScreen.QuickDeposit(QUICK_DEPOSIT_INVENTORY);
    
      For I:=0 To 3 Do
        If BankScreen.Withdraw(10, WITHDRAW_AMOUNT_ALL, ['']) Then
          Break;
    
      Wait(Random(100));
      BankScreen.Close;
      Wait(Random(100));
      TabBackpack.MouseSlot(1,Mouse_Move);
      OnMe.Reset;
      OnMe.Start;
    End;
    Clearly something in here^.

    Cant seem to figure it out.

    Thanks in advance!

  2. #527
    Join Date
    Mar 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Doesn't find the fire very well, tried 5 different worlds. Would mostly withdraw the Rocktails, attempt to find the fire, fail, re-bank, and repeat.

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

    Default

    Double check your Graphics settings maybe you forgot something ...works fine for me here is a proggy
    Code:
    =========AshamanRoguesCooker v2.1=========
    Time Running: 3 Minutes and 43 Seconds
    Lobster Cooked: 55
    Experience Earned: 6600
    Experience/Hour: 106478
    Lobster/H: 887
    ==========================================

  4. #529
    Join Date
    Nov 2011
    Location
    The Netherlands <3
    Posts
    133
    Mentioned
    0 Post(s)
    Quoted
    49 Post(s)

    Default

    Works flawless, thank you very much!

  5. #530
    Join Date
    May 2014
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    =========AshamanRoguesCooker v2.1=========
    Time Running: 2 Hours, 34 Minutes and 56 Seconds
    Lobster Cooked: 2982
    Experience Earned: 383547
    Experience/Hour: 148528
    Lobster/H: 1155
    ==========================================

    Short proggy, could go even longer, but I just needed a few levels for a quest Worked flawlessly except when the camera was all the down and in the wall, so it couldn't find the banker because the screen was all black. I can post a screenshot when it happens if needed. Thanks for the script!

  6. #531
    Join Date
    Dec 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    275k xp /hr

    I love you Ashaman

  7. #532
    Join Date
    Dec 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    *deleted, my mistake*
    Last edited by drbungle; 12-03-2014 at 03:46 PM.

  8. #533
    Join Date
    Jan 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    fail simba.png

    hey guys

    can anyone help me with this failure?
    after 5 mins this error pops out

    a other problem is.. he cooked 3 rocktails and then he need to bank? then again cooked 3 rocktails or maybe now 4 and banked.
    Last edited by ownagelouis; 12-15-2014 at 04:41 PM.

  9. #534
    Join Date
    Apr 2012
    Location
    Gielinor
    Posts
    231
    Mentioned
    4 Post(s)
    Quoted
    33 Post(s)

    Default



    Simba Code:
    =========AshamanRoguesCooker v2.1=========
    Time Running: 14 Minutes and 6 Seconds
    Lobster Cooked: 308
    Experience Earned: 36960
    Experience/Hour: 157107
    Lobster/H: 1309
    ==========================================
    We Are Low On Materials Terminating
    Screenshot saved, send to Ashaman if you're not really out of fish!
    Successfully executed.

    PM'd Ashaman, but since he is on leave, i'm crying. Anyone else getting this problem?

  10. #535
    Join Date
    Dec 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Seems to have broken down overnight

    SRL etc up to date

  11. #536
    Join Date
    Sep 2014
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Using in a few weeks after i finish firemaking.

  12. #537
    Join Date
    Nov 2014
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    It won't start because my army is incorrect??? My player manager has worked for seriously every single script but this? Even when i fill in my "player1" and playerfile it refuses to start.

  13. #538
    Join Date
    May 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Well, let's go for 104m with this script, wish me luck

  14. #539
    Join Date
    Jan 2010
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    does this support cooking urns and bank load outs for faster xp?

  15. #540
    Join Date
    Feb 2012
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I keep getting this error:
    Error: Too many parameters found at line 343
    Compiling failed.

    which is this line:
    If (ChooseOption.OptionsExist(['Exam','mine','Examine','Canc','ncel','Cancel'],400)) Then

    I removed some of the parameters and I am still having problems. Any fix?

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

    Default

    Quote Originally Posted by sit blackboy View Post
    I keep getting this error:
    Error: Too many parameters found at line 343
    Compiling failed.

    which is this line:
    If (ChooseOption.OptionsExist(['Exam','mine','Examine','Canc','ncel','Cancel'],400)) Then

    I removed some of the parameters and I am still having problems. Any fix?
    Change the line to:

    Simba Code:
    if (chooseOption.optionsExist(['Exam', 'mine', 'Examine', 'Canc', 'ncel', 'Cancel'])) then
    @Ashaman88;
    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. #542
    Join Date
    Feb 2012
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Change the line to:

    Simba Code:
    if (chooseOption.optionsExist(['Exam', 'mine', 'Examine', 'Canc', 'ncel', 'Cancel'])) then
    @Ashaman88;
    Thank you very much kind sir

  18. #543
    Join Date
    Mar 2014
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Love the script thanks!

  19. #544
    Join Date
    May 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    =========AshamanRoguesCooker v2.1=========
    Time Running: 5 Hours, 59 Minutes and 57 Seconds
    Lobster Cooked: 7297
    Experience Earned: -15335
    Experience/Hour: -2556
    Lobster/H: 1216
    ==========================================

    Works like a charm! Although I tweaked it a bit to cook sweetcorn which still gives decent exp and there's no loss on cash. Thanks for the great script!

  20. #545
    Join Date
    Aug 2014
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    =========AshamanRoguesCooker v2.1=========
    Time Running: 1 Hour, 7 Minutes and 10 Seconds
    Lobster Cooked: 1352
    Experience Earned: 11017808
    Experience/Hour: 9841561
    Lobster/H: 1208
    ==========================================

    Disregard the Experience Calculations, they messed up.
    Script is working fine regardless.

  21. #546
    Join Date
    May 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    So close to 99! Cooking sweetcorn gives 104 exp so I'm getting great experience and making a slight profit. I recommend if you're willing to wait for your GE offer to fill because it might take a while to fill, but it's worth it.

  22. #547
    Join Date
    May 2014
    Posts
    633
    Mentioned
    8 Post(s)
    Quoted
    322 Post(s)

    Default

    Used this to fulfill a few cooking pillars that I managed to get during dxp. Still works like a charm! Maybe it could be made a little better if it incorporates bank presets (probably not worth changing it tho since it'd be such an easy update to add in yourself!)

  23. #548
    Join Date
    Jun 2014
    Posts
    17
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    It is asking for SRL Stats account, which I don't have. After saying no to the pop-up screen, it did not run. Any help?

  24. #549
    Join Date
    Feb 2015
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    =========AshamanRoguesCooker v2.1=========
    Time Running: 1 Hour, 30 Minutes and 2 Seconds
    Lobster Cooked: 1987
    Experience Earned: 50235200
    Experience/Hour: 33477424
    Lobster/H: 1324
    ==========================================

    The EXP is a little glitched but the script works fantastically, thank you.

    I had a 5 hour proggy earlier, forgot to save it .

  25. #550
    Join Date
    Mar 2014
    Posts
    5
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    =========AshamanRoguesCooker v2.1=========
    Time Running: 5 Hours, 2 Minutes and 35 Seconds
    Lobster Cooked: 4604
    Experience Earned: 47636274
    Experience/Hour: 9445725
    Lobster/H: 913
    ==========================================

    Similarly to the top comment, exp is glitched lmao.
    I had to implement a few fixes in the script to make it work,
    I've noticed the script sometimes decides to randomly use presets (1st preset) and sometimes it withdraws it from the top right hand corner of the bank. And I had to move the cooking tab a bit lower to get the cursor to click the Cook button.
    but otherwise an amazing script! I've gained about 14 levels in cooking since using this script.


    And at Jochang2014, you can just ignore it by hitting no, and no once again, and the script should run fine.

Page 22 of 24 FirstFirst ... 122021222324 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
  •