Jump to content

Cloxygen

Scripter II
  • Posts

    108
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Cloxygen

  1. 14 hours ago, zuuxii said:

    Hey, works great for most spots. Only thing is when I set up in gem cave under shilo village from karamja gloves, it goes and banks in shilo village instead of using the deposit box in the gem cave. Any chance you could make it use the deposit box so it never has to leave the cave?

    I can but I don't have an account with karamja gloves so you have to wait for me to get them

  2. 19 hours ago, timboslicejh21 said:

    How long should the update take? i just tested it and its the same thing

     

    Edit: i would be happy to take a look at the code and help if need be

    The code is fixed, but the Osbot guys have to approve the commit. Pretty sure they do it once a day.

     

    22 hours ago, jeiser1997 said:

     this bot is capable of increasing mining at level 15?

     

    mine iron ore and change pick?

    No, you gotta do that yourself, sorry.

  3. 11 hours ago, timboslicejh21 said:

    I tested it out, and when it walks back from port sarim deposit box it just stands at the eastern wall outside. It wont go back inside the guild

    ok, thanks. i'll look at it

    Edit: Should be fixed when it updates.

  4. If you want to place it in the same tile you took it from you can store the position before you pick it up like this

    GroundItem groundItem;
    Position itemPosition;
    groundItem = getGroundItems().closest(e -> e != null && e.getName().contains("Bird snare"));
    if(groundItem != null) {
        itemPosition = groundItem.getPosition();
        groundItem.interact("Take");
    }

    Or you can make an array of positions around your character when the script starts and check to see if there is a snare in them with RS2Object getPosition() on nearby snares. You would also want to track which snares were yours incase someone started laying traps in your positions.

  5. On 2/19/2019 at 10:54 PM, phiercee1 said:

    awesome script! Thank you so much for the dedication also! 

    quick question, does this offer support for rune ess? (haven't had a chance to try it yet)

    It doesn't work with essence. this one does, not mine, but it's good.

    15 hours ago, assaulted said:

    Uhhh I was mining in rimmington at the copper rocks when you first walk into the mine.

    Were you using a slow connection? I can't reproduce either of these issues. If they happen every time could you maybe record it and send it to me?

  6. On 2/18/2019 at 5:58 PM, ksd69 said:

    But it banks in the members area, correct? Not Fally East Bank? I'm F2P and it would save me a ton of time if it went up the ladder and banked there.

    I just tested it out and it still seems to be trying to bank in motherlode even though I'm starting in the guild.

    It should bank in F2P now, the update took some time to go through.

     

    21 hours ago, assaulted said:

    Unfortunately the script clicks the empty rock again after depleting the ore. This happens almost every time it mines a rock.

    Also got this error:

    [ERROR][Bot #1][02/18 06:55:40 PM]: Error in script executor!
    java.lang.NullPointerException
        at org.osbot.rs07.api.map.Position.isVisible(yf:91)
        at org.osbot.rs07.api.model.InteractableObject.isVisible(wl:277)
        at src.Main.L(r:414)
        at src.Main.onLoop(r:43)
        at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(sh:238)
        at java.lang.Thread.run(Unknown Source)
    [ERROR][Bot #1][02/18 06:55:40 PM]: Error in script executor!
    java.lang.NullPointerException
        at org.osbot.rs07.api.map.Position.isVisible(yf:91)
        at org.osbot.rs07.api.model.InteractableObject.isVisible(wl:277)
        at src.Main.L(r:414)
        at src.Main.onLoop(r:43)
        at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(sh:238)
        at java.lang.Thread.run(Unknown Source)


    Got that error and script proceeded to shut down after 2 hours 47 min of mining.

     

    If it weren't for these two issues the script would be perfect :( would love to see my first issue up top fixed though.

    Can you tell me where you're mining?

    • Like 1
  7. On 2/16/2019 at 9:33 PM, ksd69 said:

    Any way to bank in fally east when using the mining guild?

    Edit: I've been using it for about 2k iron banked in varrok east, no problem. Using barb village for now (coal)

    Sorry, last update messed up mining guild. I fixed it though

    • Like 1
  8. On 2/12/2019 at 4:24 PM, bot4win said:

    When i mine coal the bot goes the "RED" route when banking, can you make it so it goes the "GREEN" route instead, since by going the red route it uses a lot of time.

    MINING.png

    done

  9. On 1/26/2019 at 9:40 AM, elthree said:

    im having an issue where when it drops some inventories it gets caught on a random iron ore that prevents it from continued drop or mine. it has the ore highlighted and isn't able to shift drop it.

    This is fixed

  10. On 1/5/2019 at 1:23 PM, SmoknAceX said:

    Broken in the members mining guild. It goes up to deposit box and ends script. Thank you for the great script. Account over 3 months old and no ban on this script yet. (used in moderation with plenty manual breaks and also babysitting while playing call of duty and drinking coffee)

    Just submitted update, fixed this and some other bugs. Also new paint.

  11. On 12/18/2018 at 4:35 AM, xBow said:

    It need somekind of "fail-safe".

    Somehow it lost pickaxe in the middle of mining. And tried to mine without ~ 4 hours.

    Ofcourse I got banned ?.

    It did few runs just perfectly I don't know what happend.

    Maybe you can add something like :

    if no oickaxe in inventory or equiped walk to closest bank and withdraw one. If not found stop and logout.

    or if text found "You need pickaxe to mine...."

    Thanks for this. Currently the script will not start without a pickaxe and I have a whitelist of items not to be dropped/deposited. But I will add a check for pickaxe that runs with the script.

  12. On 12/14/2018 at 1:12 AM, kingdiako said:

    would this work in rivington with the bank deposit box? and also when it mines in the al kharid mine it banks in the duel arena instead of in the city anyway that can be changed? Other those it works perfectly fine!

    Yes it will work in Rimmington. In Al kharid it's probably be because the duel arena bank is actually closer. The webwalker automatically calculates the closest bank (actual walking distance not a straight line), so i can't say for sure, but I would trust it.

  13. 11 hours ago, bornescaped said:

    Got permabanned, I was pretty cautious. Never botted more than 40min in a run.

    Botted Max 2hours a day, took me 3 days to get banned.

    Script is nice, but it's not human like, the script is too flawless.

    Especially the dropping needs to be humanized.

    Still liked the script though, you need to work on the anti-ban.

    thanks for the feedback. I haven't seen any evidence that anti-ban has any impact on ban rates, but it will have an impact on the speed of the bot. Scripts are not allowed to contain optional anti-ban so I chose to exclude it. Sorry.

  14. On 10/8/2018 at 4:32 PM, barkyt2 said:

    Script works great, but noticing in the comments prior you thought you fixed it returning to your original tile. At least in the mining guild this isn't working. At the 3 iron location it will just randomly click on the mini map, causing it to run to each side for the iron, eventually depleting run energy. Aside from this, this works excellent.

    I added code to fix this but it might still be bugged. I will look into it again.

     

    On 9/16/2018 at 7:04 PM, ereekki said:

    yeah its the place where you get access with karamja gloves 3

    I don't have an account with karamja 3 gloves, I will add as soon as I get one

  15. On 9/8/2018 at 6:23 PM, knight1990 said:

    how do you get it to go to the bank and deposit ores? i see the deal on the left said says banking but that done work.

    Its a button, did you click it?

  16. On 8/14/2018 at 1:28 PM, omgperson1 said:

    Currently the script worked great for the past day and today it starts to just stop working. When running the script, it loads for a few seconds, no interface display and then just doesn't work. 

    I will look into this.

  17. On 7/25/2018 at 11:36 PM, Nickdee said:

    seems to be working good mining guild, thank god because all other scripts even one i paid for arent working... does this have dragon pickaxe spec support? didnt notice if it did or not but could be good to add

     

    edit: one other thing, when going to deposit when an inventory is full of just iron it clicks the deposit bag icon on the bottom lower left, BUT.. when there is jewels or unidentified minerals in inventory the bot will right click on the iron, deposit all, then right click the jewel deposit then right click the mineral deposit or something like that so I feel like it should just click on the bag to deposit every time as that is the fastest and this behavior looks a bit  bot like, 

    also have had the starting tile issue twice when starting at the mining guild 3 iron rocks closest to bank, it seems that when i pick the rocks to mine from top to bottom it sticks on starting tile but when i did it another way it started mining from the other side inefficiently. 

    edit: now i am having the starting tile issue regardless of the way i picked rocks

     

    anyways thanks alot for the script just thought i would give feedback

    I think I fixed the tile issue, you should now return to the tile you started on (when the script is next updated). 

  18. On 6/27/2018 at 5:17 PM, westyy123 said:

    lmao anyway is there any chance you could set a tile to stand on? like if im in a triple iron spot it will just run back to the ore and not stand in the middle of all three. it will just run around the ores mining them, looking like a bot. oh and also mining guild works a charm now! thanks!

     

     

    Thanks for the feedback. This should be fixed next time the script is updated

    • Like 1
  19. On 6/14/2018 at 4:35 AM, westyy123 said:

    working pretty bloody good. however was just wondering if you could add support for banking in the mining guild. 

    It should already support mining guild. if it doesn't for you, can you send me specifics and ill try to see why

    Edit: the script will work in all parts of the mining guild whenever the update goes through.

×
×
  • Create New...