Page 21 of 24 FirstFirst ... 111920212223 ... LastLast
Results 501 to 525 of 594

Thread: AshamanRoguesCooker

  1. #501
    Join Date
    Mar 2014
    Posts
    38
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    In the FindFire method I recommend setting the wait range a little wider, it seems if the random(100) is small then it wont click the cook button. Did it several times to me before fixing.

    in FindFire
    Find:
    Code:
     If ChooseOption.Select(['> Fire'],800) Then
          Begin
            SmartImage.Clear;
            Wait(Random(100));
            MouseBox(IntToBox(293,332,505,348),Mouse_Move,Mouse_Break);
            T.Reset;
            T.Start;
            Repeat
              Wait(Randomrange(500,1000));
              If SkillMenu('cooking',RandomRange(5000,5555)) Then
              Begin
                Wait(RandomRange(100,500));
                GetMousePos(X,Y);
                MultiClick(Point(X,Y),50,2);
                Result:=True;
                Break;
              End;
              If T.GetTime>8000 Then
                Break;
            Until Not IsLoggedIn;
    Replace with:
    Code:
     If ChooseOption.Select(['> Fire'],800) Then
          Begin
            SmartImage.Clear;
            Wait(Random(100));
            MouseBox(IntToBox(293,332,505,348),Mouse_Move,Mouse_Break);
            T.Reset;
            T.Start;
            Repeat
              Wait(Randomrange(500,1000));
              If SkillMenu('cooking',RandomRange(5000,5555)) Then
              Begin
                Wait(RandomRange(100,500));
                GetMousePos(X,Y);
                MultiClick(Point(X,Y),50,2);
                Result:=True;
                Break;
              End;
              If T.GetTime>8000 Then
                Break;
            Until Not IsLoggedIn;

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

  3. #503
    Join Date
    Feb 2012
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Is this still working? i log in and he identifies the banker, but just hovers mouse over him.


    http://i.imgur.com/ShpWj1S.png

  4. #504
    Join Date
    Jan 2012
    Location
    New Zealand
    Posts
    331
    Mentioned
    4 Post(s)
    Quoted
    94 Post(s)

    Default

    not sure if this happens to everyone or not but this just doesn't look right to me :I please tell me if i did something wrong.. i have the sps map in the right place the forum was will filled out correctly to my knowledge i have implemented one line that was to include DirectX plugin but the "problem" occurs on GL or DX

    i took a short video showing the "problem" i have made rs in oldschool low graphics ect ect..

    http://screenpresso.com/=cfApe
    Current Rank Supreme Master First Class

  5. #505
    Join Date
    Dec 2013
    Location
    UK
    Posts
    106
    Mentioned
    4 Post(s)
    Quoted
    61 Post(s)

    Default

    does this still work?

  6. #506
    Join Date
    Apr 2013
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    When script run's, It login's fine but then just sits there.

  7. #507
    Join Date
    Apr 2013
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    For some weird reason the bot get rid of the inventory by trying to open up the inventory.

  8. #508
    Join Date
    Dec 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    i cant cook tuna it works perfect but it dont click cook.

  9. #509
    Join Date
    Apr 2012
    Location
    Seattle
    Posts
    791
    Mentioned
    1 Post(s)
    Quoted
    159 Post(s)

    Default

    Hopefully this works when dxpw comes around!

  10. #510
    Join Date
    Jul 2014
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    yea when cooking tuna the script terminates saying I dont have any fish in my bank when i have 1000+

  11. #511
    Join Date
    Aug 2014
    Posts
    278
    Mentioned
    10 Post(s)
    Quoted
    113 Post(s)

    Default

    failed to find army file.

  12. #512
    Join Date
    Jan 2012
    Location
    New Zealand
    Posts
    331
    Mentioned
    4 Post(s)
    Quoted
    94 Post(s)

    Default

    Quote Originally Posted by nutta124 View Post
    does this still work?
    Still works for me

    Quote Originally Posted by Xgremreaper View Post
    When script run's, It login's fine but then just sits there.
    Have you set it up correctly? make sure you have zoomed all the way out and the sps image is in the right folder with the correct name.

    Quote Originally Posted by lorenzo1970 View Post
    i cant cook tuna it works perfect but it dont click cook.
    im cooking tunas right now running just fine

    Small Proggie:

    Code:
    =========AshamanRoguesCooker v2.1=========
    Time Running: 19 Minutes and 46 Seconds
    Tuna Cooked: 336
    Experience Earned: 36400
    Experience/Hour: 110397
    Tuna/H: 1019
    ==========================================

    Quote Originally Posted by Cyanempire View Post
    failed to find army file.
    Have you made a player file? make sure you spelt it correctly .. or go to C:\Simba\Includes\Players and then delete the player file to your account and remake it and then re set up script? :0

    so far working fine for me
    Current Rank Supreme Master First Class

  13. #513
    Join Date
    Jan 2012
    Location
    New Zealand
    Posts
    331
    Mentioned
    4 Post(s)
    Quoted
    94 Post(s)

    Default

    Proggy

    Current Rank Supreme Master First Class

  14. #514
    Join Date
    Jan 2012
    Location
    New Zealand
    Posts
    331
    Mentioned
    4 Post(s)
    Quoted
    94 Post(s)

    Default

    Quote Originally Posted by lorenzo1970 View Post
    i cant cook tuna it works perfect but it dont click cook.
    feels as if im taking over this thread but im not but.. i ran into a issue tonight while running this script and it just wouldn't click big blue "Cook" button once it had clicked the tuna onto the fire..after some thought.. it came to mind that..

    i had moved the box that had that interface with the cook button.. thats why it just clicked it on the fire and didn't click cook..so i just moved the box down a bit so when it does the loop the lil red dot is lined up with the cook bar clicks cook .. it works for me hope it works for you
    Current Rank Supreme Master First Class

  15. #515
    Join Date
    Mar 2014
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    I'm having an issue with the script closing and then reopening the backpack after banking.

  16. #516
    Join Date
    Jan 2012
    Location
    New Zealand
    Posts
    331
    Mentioned
    4 Post(s)
    Quoted
    94 Post(s)

    Default

    Got 99 Cooking last night with this cooked around 200k Tunas made a nice hefty profit Thank you for my second cape.

    Will post in your firemaking thread once i have 99 in that too (ETA 1week) doing some quests for now to seem more legit xD
    Current Rank Supreme Master First Class

  17. #517
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    57 Post(s)

    Default

    I got 92-99 with this on another account (now banned for something unrelated to Simba). Going to give this another go now. Glad it's still here. Thanks Asha.

  18. #518
    Join Date
    Aug 2014
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    what is the most recent updated script for this script?

    your script stops working for me after an hour or two after giving an error saying theres not enough things to cook, but i have plenty to cook. what should i do

  19. #519
    Join Date
    Sep 2014
    Posts
    112
    Mentioned
    5 Post(s)
    Quoted
    55 Post(s)

    Default

    script worked great for me last night, can't get it to actually click on the fire now. it opens bank, takes lobs and stores repeatedly

  20. #520
    Join Date
    Dec 2013
    Posts
    74
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    Quote Originally Posted by cbrems View Post
    script worked great for me last night, can't get it to actually click on the fire now. it opens bank, takes lobs and stores repeatedly
    update your sps , srl and plugins, then restart simba, it will work

  21. #521
    Join Date
    Sep 2014
    Posts
    112
    Mentioned
    5 Post(s)
    Quoted
    55 Post(s)

    Default

    Quote Originally Posted by gawain View Post
    update your sps , srl and plugins, then restart simba, it will work
    yup, that's what it took 99 cooking like 3/4 days ago

  22. #522
    Join Date
    Sep 2014
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Hey Ashaman, any chance of combining this script with your bonfire script?

    Everything could be done at the shanty pass?

    OT; great script, have only been running it for 10 mins or so.
    Thinking about doing 1-99 cooking with it on my pure.

  23. #523
    Join Date
    Jan 2014
    Posts
    30
    Mentioned
    1 Post(s)
    Quoted
    16 Post(s)

    Default

    Got 99 cooking last night via this script. Very stable and efficient as always, thanks again Ashaman!

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

    Default

    Quote Originally Posted by Sinix View Post
    Hey Ashaman, any chance of combining this script with your bonfire script?

    Everything could be done at the shanty pass?

    OT; great script, have only been running it for 10 mins or so.
    Thinking about doing 1-99 cooking with it on my pure.
    Actually yea it's in dev right now, but I've been distracted by a few other projects

    Quote Originally Posted by Nerrultheretard View Post
    Got 99 cooking last night via this script. Very stable and efficient as always, thanks again Ashaman!
    Awesome man congrats!

  25. #525
    Join Date
    Dec 2013
    Location
    UK
    Posts
    106
    Mentioned
    4 Post(s)
    Quoted
    61 Post(s)

    Default

    Erm, it got the fish out of the bank but it doesnt click ''cook'' button. Have i done something wrong?


    Edit: Never mind, fixed.

Page 21 of 24 FirstFirst ... 111920212223 ... 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
  •