Jump to content

ez11

Scripter II
  • Posts

    3685
  • Joined

  • Last visited

  • Days Won

    13
  • Feedback

    100%

Everything posted by ez11

  1. I assume this is about running mirrormode right? You could put them into different virtual machines. That would avoid the limit afaik. Another option would be to wait for osbot to support runelite for mirrormode which was announced recently. Runelite doesnt have that limit on opening clients. Using runelite for mirrormode might not be as good as using the official client since you are still using a 3rd party client, but probably still good.
  2. ez11

    ezCannon

    No there isnt, if i add eating I would also have to add banking etc and at that point its basically the same as using a full combat script. If you are looking for something like that my crabs script supports cannoning that way. Otherwise I would just recommend you to find a spot where you can safespot. Most of the decent cannoning spots are easly safespotable.
  3. You should always nullcheck and you should avoid using regular sleeps. In your example you click on the furnace and in that time your character will still be moving (and 2sec is probably too short, you should use conditional sleeps here) and the interface isnt even open but you already get the widget. But since the interface isnt open you will get null and after your 2sec sleep you will try to interact with a widget thats null. Also if you just try to execute a bunch of orders in a row like you do your script breaks the moment anything doesnt work as it should (lagg for example). Much better would do doing something like: if widget == null (means interface isnt open) -> interact with furnace -> conditional sleep until widget != null (so interface is open) else if widget != null (interface open) -> interact with widget So in the first loop your script would interact with the furnace and sleep until the interface is open and in the next loop it will interact with the widget. Take a look at this tutorial:
  4. ez11

    ezCrabs

    Update is pushed but I missed yesterdays (wednesdays) sdn updates, so based on timezones I would assume it should be live on osbots servers in like 10hours since its pretty late here. Sorry about the delays on the fix
  5. Start osbot in debug mode from cli like explained here and you should get info about whats wrong
  6. ez11

    ezCrabs

    I already pushed an update to fix that. Should be updated on osbots server in a few hours. Sorry about that
  7. In the future you should google websites that you want to trade with and if they dont show up anywhere you should probably avoid them. How did you even find them?
  8. Too bad jagex highscores website is shit and often doesnt load :x
  9. ez11

    ezCrabs

    Sure, trial is active
  10. ez11

    ezCannon

    Could you please send me a private message with the logs (menu top right of client -> toggle logger) when this happens and send me a screenshot of the entire client and both your break settings visible? So a screenshot that looks like this: You are supposed to setup your breaks and enable them before starting the script.
  11. ez11

    ezCrabs

    It shouldnt reset while you are in combat, could you dm me the logs and your setup the next time you notice this happening? Do you bot on a low level account that takes a long time to kill the crabs? When doing ammonite crabs the script will bank for new supplies or when inv is full. The droprate is so low I dont see how you would ever end up with a full inventory of fossils before you need to bank for new pots anyways
  12. ez11

    ezCannon

    Did you pause the script to setup custom cannoning spots? I just checked the live version and it works without issues. If you have enabled breaks the paint should show this: (-1 means no breaks enabled)
  13. ez11

    ezCrabs

    I already have the hop + waking up new crabs setting, but I can add the hop + only attacking active crabs one too. I put that on my todo list, shouldnt be too much work. Im glad you like the script
  14. ez11

    ezCannon

    It uses the osbot breaksettings. It works just like pretty much anything else, osbots api gives scripters the information to work with
  15. ez11

    ezCannon

    No plan to add alching to the script since clicking 2 times every 3 seconds defeats the point of afk training range
  16. ez11

    ezCrabs

    Can you DM me the logs when this happens and the exact spot + settings you were using? If you have ShareX a gif would be helpful too
  17. 1. Jagex can see you are using a proxy 2. Acc creation/the start of the account is probably the part that Jagex spends the most effort on in terms of detecting bots/suspicious behaviour 3. I highly doubt the ip was never used on osrs before, it shouldnt make much of a difference because 1. and 2. should be the bigger factors, but still seems kinda scummy by the seller Ips dont really get flagged and if you only bot one account at a time you can just bot on your home ip
  18. ez11

    ezCrabs

    I apologize for any inconvenience but there is nothing I can help with in that case, if you have any issues with the script please PM @Token to have it reviewed
  19. ez11

    ezCannon

    really nice account, glad I could help
  20. ez11

    ezCrabs

    Not sure what you are doing but regular mode literally does not regear, nor does it go to the bank as long as you have atleast some of the pots/food you selected. I think my GUI is easy to understand and the topic should make the features pretty clear, but if you tell me what exactly confuses you I will try to explain it better to avoid user based errors in the future
  21. ez11

    ezCrabs

    Pretty big update for progressive mode in the next version: I have added the ability to save your currently selected tasklist as presets. You can then either quickly load the preset in the GUI or you can start the script with the desired tasklist right from CLI. This means if you can set up the script to start from lvl 3 to train to whatever goal you have in mind. Script id is: 1096 example on how to run from CLI: java -jar "PATH TO YOUR OSBOT.JAR HERE" -login OSBOT_ACCOUNT:OSBOT_PASSWORD -bot RS_ACCOUNT:RS_PASSWORD:BANKPIN -script 1096:PRESETNAME Update will be live later today or early tomorrow
×
×
  • Create New...