Jump to content

Temsei

Members
  • Posts

    91
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Temsei

  1. Ok so,

     

    when you call:

    Entity tree = objects.closest("Tree");
    

    You're getting the closest object which matches the name "Tree" and that only. So you could get a tree which is closest to you, but isn't in the area, and so it won't click it.

     

    The code i posted finds the closest object using a filter and only gets objects which have the name "Tree" AND are in the area you specified.

     

    let me know if i wasn't clear.

     

    Precise.

     

    Ahhh, of course. I got it, thanks a lot buddy!

  2. when attempting to find the closest and most appropriate tree in that area, i would recommend usng a filter like so:

     

     RS2Object tree = script.getObjects().closest(t -> t != null && t.getName().equals("TREE_NAME_HERE") && AREA_NAME_HERE.contains(t));		
    

    this will only find trees in that area.

     

     

    Precise.

     

    Thanks a lot! Seems to be working well.

     

    Would you mind explaining the steps your code goes through? I'm not fully comprehending it. More specifically this little part here:

    (t -> t != null
    

    And why doesn't this

    Entity tree = objects.closest("Tree");
    if (LEVELING_AREA1.contains(tree) {
    
    }
    

    accomplish the same thing?

  3. Hey,

     

    I have a few preset areas where the script will power chop trees. I don't want the bot to walk out of the preset area and currently have a simple check for cutting trees within the area:

     

    if (LEVELING_AREA1.contains(tree) {
    tree.interact("Chop down");
    }
     
    This creates a small problem. If the tree isn't within LEVELING_AREA1, the script will still hover over the tree and proceed to get stuck as it can't chop it down. 
     
    How could I make it so it doesn't even attempt to chop the trees down that aren't in the area?
     
    Thanks in advance!
  4. ok, i have done it, now it works, but the prices are fked up a bit. ty

     

    Yea especially the price of pastry dough has been dropping but it's still making decent profit p/h with current prices.

     

    The paints 'money made' is probably already incorrect since it doesn't actively get the current prices from GE but calculates the profit from the items prices that I set at the time of the release. If you want to get correct figures, just calculate your dough made * price of dough - jug of water & pot of flour.

  5. I just set it to make pastry doughs, so bot just clicks on pot of flour and jug of water and that is all.. It doesn't click to make pastry doughs..

     

    Did you reselect the pastry dough from the drop-down list? The script won't recognize the ingredient unless you click it from the list (regardless of pastry dough being set as default).

  6. Nice rel, but it just doesn't work.. I start it and nothing happens..

     

    What was your set up? Be at a bank with an empty inventory and have jugs of water and pots of flour in your bank. 

    You also have to choose the ingredient you want to make from the GUI that pops up when you start the script.

  7. Temsei's dough maker


     


     


    Information


    With this script you can make pastry dough, bread dough and pizza bases out of flour.


    While the script can be an excellent money maker, the market for these ingredients isn't huge


    so you should be keeping a close eye on your items market if you're planning to use the bot in larger amounts.


     


     


    Requirements


    Making dough has no skill requirements, start the script in a bank with pots of flour and jugs of water in your bank and you're good to go!


     


     


    Images


     


    doughproggy.png


     


     


    doughgui.png


     


     


    If you run into any issues with the script or have any suggestions, please make a post about them!


    Proggies are also much appreciated. smile.png


     


     Download


     


    https://drive.google.com/open?id=0B5zfq4J918uyaWRXbk9CWHM1T3c


     


    Save the .jar file in "C:\Users\YourUsername\OSBot\Scripts" and refresh your scripts in the osbot client. Enjoy!


     


    Made a lot of GP with the script? Want to give a little something back?


    While donations obviously aren't any kind of necessity, they definitely will motivate me to create more scripts for the public.


    If you wish to make a donation, please follow the paypal donate link below or PM me if you want to donate RSGP.


    https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y26BKQUXZRBTY


     


    • Like 6
  8. I have been using it to buy runes from Aubury, so far with moderate babysitting. F2P only so far.

     

    The main reason for the babysitting is fighting with the auto-logout from world hopping. So far I've set the sleep to at least 7 - 8 seconds and it'll seemingly run for an hour before I get logged again. Is there a recommended time for this?

     

    Otherwise, I've encountered the problem where the script will be in "world hop" status, but only hovers over the world and won't click it (F2P). Pausing and Playing again seems to fix the problem for a while. 

     

    Best to set frequent breaks in the client

  9. Thanks for the replies!

     

    as zerker said, if you know what your doing that, if your not like majority of people https://virmach.com/

     

    They come setup, you just have to uypdate to most recent osbot or other botting client. 

     

    You pay for what you get; cheap normally is shit, etc

     

    if running multipul accounts make sure each account is proxied, cost more but its worth it in the long run.

     

    Bot for around 8 hours a day per account? then try and play the account for some time as well.. like i go pking on the different accounts etc that i bot on to break up the day on them.. little things like that, maybe quests just personally thinks it lowers ban rates.

     

    https://virmach.com/windows-remote-desktop-vps/

     

    How many bots do you think the 25$ plan could hold effectively?

×
×
  • Create New...