Page 1 of 2 12 LastLast
Results 1 to 25 of 44

Thread: Mattie's Pooter

  1. #1
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Mattie's Pooter

    I no longer play, this script will not be updated anymore.





    Script description:
    This script will make any potion you would like it to. Vials of water and herbs to unfs, or unfs and secondary ingredients to finished potions. THIS DOES NOT CLEAN HERBS. Possibly adding in a future update.


    Setup:
    -Begin in the Soul Wars Lobby standing next to the bank.


    -Select your tab number then make sure your pots and second ingredient are in the correct location shown below.



    -If you're doing Extreme Ranges, make sure to select "True" in the setup and put all your Grenwall Spikes in the correct location shown below. As well as putting the Ranging Potions in the first bank slot of any tab.



    -If you're doing Overloads, make sure to select "True" in the setup and put all your herbs and extreme potions are in the correct locations shown below.




    -Make sure to fill in all the top code:
    Simba Code:
    SERVER            = 0; // Enter "0" to pick a random server.
      MEMBERS           = True; //False if F2P.
      WORLDSELECT       = 0; //What world? Enter "0" for random world.
      //BreakEvery        = 250; // ***  No breaks  ***
      //BreakFor          = 10; //  ***  as of now. ***
      NumbOfPlayers     = 1; //*** Don't change ***  Only does one
      StartPlayer       = 0; //*** Don't change *** account as of now.
      AntibanAttempt    = 6; //How much Antiban? 1=Always  10+=Rare
      PlayerTab         = 9; //What bank tab are your pots in?
      Username          = ''; //Username.
      Password          = ''; //Password.
      BPin              = ''; //Bank Pin.
      ExRange           = False; //Making extreme range pots? True=Yes
      Ovls              = False; //Making overloads? True=Yes
      TotalPots         = 20000; //How many pots to make?
    -Press play and begin autoing


    Known Bugs:
    -None


    Future Updates:
    -Advanced bank finding.
    -Better inv detection.
    -The use of DTMs and FindObj.
    -Other banks.
    -GUI.
    -SMART Paint progress.
    -Add break/AFK option.


    Progress Reports:
    (If you post your progress report, post the pots you made.)


    Code:
    Unfs --> Energy Pots
    **************************
    Matties Pooter 1.2
    
    Total Time: 3 Hours, 58 Minutes and 40 Seconds
    Total XP: 462307
    XP/Hour: 116222
    Starting Level: 97
    Level Ups: 0
    Total Pots Made: 6846
    Pots/Hour: 1721
    Total Invs Made: 489
    **************************
    Code:
    Chelmid: Unfs --> Complete
    **************************
    Matties Pooter v1.3
    
    Total Time: 3 Hours, 1 Minutes and 21 Seconds
    Total XP: 0
    XP/Hour: 0
    Starting Level: 75
    Level Ups: 0
    Total Pots Made: 6734
    Pots/Hour: 2227
    Total Invs Made: 481
    **************************
    Updates:
    v1.1 - Added Overloads.
    v1.2 - Fixed 'Make All' misclick and added more to the progress reports.
    v1.3 - Added everything Harry suggested (Ty Harry) Give him a nice
    Uploads:
    v1 - February 20, 2012
    v1.1 - February 20, 2012
    v1.2 - February 21, 2012
    v1.3 - February 23, 2012
    Last edited by Mattie403; 03-02-2012 at 09:52 PM.

    My Scripts

    Herblore: Mattie's Pooter


  2. #2
    Join Date
    Jan 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Looks great! if this current script im using fails to work again , i'll deffinitely be trying this out.

    On this line of code (39)

    With Players[0] do
    begin
    Name := Username;
    Pass := Password;
    Active := True;
    Pin := BPin;

    everytime i try to type my info in it says this..i tried putting the info in a few different spots , where is it supposed to be?
    [Error] (40:23): Unknown identifier 'Example' at line 39
    Compiling failed.
    Last edited by madmatt9797; 02-20-2012 at 08:38 PM.

  3. #3
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Only within the top. Look at the code i posted up top and only change those settings.

    My Scripts

    Herblore: Mattie's Pooter


  4. #4
    Join Date
    Dec 2011
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's not a big deal, but could you make it so the client doesn't have to restart everytime i stop it and start it again?

  5. #5
    Join Date
    Feb 2011
    Location
    Wisconsin
    Posts
    398
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Gratz on the release, and nice name :P I would use, but I have already achieved the big 99

  6. #6
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tight butts View Post
    It's not a big deal, but could you make it so the client doesn't have to restart everytime i stop it and start it again?
    Change the server number to a different number then 0. The reason it changes every time is because it selects a random server every time.

    My Scripts

    Herblore: Mattie's Pooter


  7. #7
    Join Date
    Feb 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Works okay, it doesn't click on the Make button sometimes, it's slightly to the right of where it needs to click. Then it just sits there and waits 10 seconds to bank. Seems to happen 1/5 times, and is massive exp waste.
    Last edited by mastastick2; 02-21-2012 at 06:22 PM.

  8. #8
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mastastick2 View Post
    Works okay, it doesn't click on the Make button sometimes, it's slightly to the right of where it needs to click. Then it just sits there and waits 10 seconds to bank. Seems to happen 1/5 times, and is massive exp waste.
    Fixed for now. I'll add a better way soon.

    My Scripts

    Herblore: Mattie's Pooter


  9. #9
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by madmatt9797 View Post
    Looks great! if this current script im using fails to work again , i'll deffinitely be trying this out.

    On this line of code (39)

    With Players[0] do
    begin
    Name := Username;
    Pass := Password;
    Active := True;
    Pin := BPin;

    everytime i try to type my info in it says this..i tried putting the info in a few different spots , where is it supposed to be?
    [Error] (40:23): Unknown identifier 'Example' at line 39
    Compiling failed.
    Make sure to only change where I show you. Don't change any other coding.

    My Scripts

    Herblore: Mattie's Pooter


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

    Default

    This thing is working FANTASTICALLY!

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

    Default

    no really i like how basic and easy this is, but it could use some tweaks, when starting from scratch you have to baby it as soon as it runs out of the herb, then switch it over so the the UNF pots can get the 2nd ingrediant. try making it so it just grabs the UNF pots and starts using the 2nd ingred. just an idea!

  12. #12
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ya as of now it's just in a first stage basis. I'm working on a GUI first however.

    My Scripts

    Herblore: Mattie's Pooter


  13. #13
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    1) Don't use coordclicking so much. Instead, if you're clicking the inv, use InvMouse. For clicking the herb use screen at bottom, use a large mousebox.

    2) Don't set highest angle and East every time. Use the knowledge you have from the game- if the compass angle is far away from being East, THEN set it, else you waste time and look like a bot. Same applies to setAngle, except you should only call that when you're logging in or if your antiban sets it to low.

    3) Again, no coords on finding the bank. Bad, bad! Use openBankChest at SW.

    Other than that it looks pretty decent. Fix that stuff up above or you're going to get detected as a bot pretty quickly. GL!


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  14. #14
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm trying! I'll do that all tonight. Ty.

    My Scripts

    Herblore: Mattie's Pooter


  15. #15
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Updated, v1.3 OUT!

    My Scripts

    Herblore: Mattie's Pooter


  16. #16
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    V1.3 works perfectly.A lot better than v1.2.(was making unf pots)
    **************************
    Matties Pooter v1.3

    Total Time: 3 Hours, 1 Minutes and 21 Seconds
    Total XP: 0
    XP/Hour: 0
    Starting Level: 75
    Level Ups: 0
    Total Pots Made: 6734
    Pots/Hour: 2227
    Total Invs Made: 481
    **************************

  17. #17
    Join Date
    Feb 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Not sure what I'm doing wrong but the script just logs in, spins around, then says can't find bank and logs out

  18. #18
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Make sure everything is up to date.

    My Scripts

    Herblore: Mattie's Pooter


  19. #19
    Join Date
    Jan 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    very good script, ran 4 7 hours, then was out of supps

  20. #20
    Join Date
    Feb 2012
    Location
    Minneapolis
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Was wondering what line of code I delete or change to get it to not right click the bank chest before opening it. Would work a lot better if it just left clicked it. Also, stupid question, new to the bot and don't understand the code that well. Question is, every time it repeats the task does it have random mouse movements implemented into it? Like Even though it needs to click in specific areas does it not click in the same exact spot every inventory of potions?

  21. #21
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes it changes spots each click, that's so Jagex doesn't pick up on it. Also, the part for opening the bank is not scripted by me. That's the SRL developers. There a command "OpenBankChest(SW);" That was created by the developers. I do not control that.

    My Scripts

    Herblore: Mattie's Pooter


  22. #22
    Join Date
    Nov 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm 50k xp off of 99 great script!

  23. #23
    Join Date
    Feb 2012
    Location
    Minneapolis
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Alright one more question, you know how it signs in and checks the herblore exp before starting? How do I take that out? It seems very repetitive if my account is flagged as well as I'm using unf. potions so I don't gain exp anyway.

  24. #24
    Join Date
    Jan 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Take out line 289 and 290.

    My Scripts

    Herblore: Mattie's Pooter


  25. #25
    Join Date
    Nov 2011
    Posts
    118
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Runs for a few hours then crashes because 'it can't find bank'.
    Is this the script or the Find_bank_chest in SRL?

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •