Jump to content

ez11

Scripter II
  • Posts

    3690
  • Joined

  • Last visited

  • Days Won

    13
  • Feedback

    100%

Everything posted by ez11

  1. ez11

    ezCrabs

    trials usually only for vip+ users, but i see your osbot acc is from 2013 so i will make an exception this time
  2. ez11

    ezCannon

    Shouldnt make much of a difference for the mage exp/h since refilling doesnt take long. Around 10-15 should be fine. If you are on a world with a high ping or at a spot where you fire more often put it a bit higher to make sure the cannon is always running. Just remember that the script will check if it should refill the cannon and then it will refill the cannon once the condition is met and the reflling action takes time to complete, so if you are on a laggy world that might take a few gameticks more than usual.
  3. ez11

    ezCannon

    There are many reasons why a cannon cant be placed in certain areas, so just enter a valid location. I mean you wouldnt complain about a combat script being usless and being stuck in a loop of banking for food when you set it up to only bring 1 food to a location where you take a lot of damage either right?
  4. ez11

    ezCannon

    What exactly do you mean by that? The script already hops worlds when another players cannon is already placed nearby. Did you enter a coordinate where you are unable to place the cannon as the cannonposition?
  5. I think your friend might not be telling the truth. If you hope that a jmod sees you commenting about a falseban and unbans the account you should probably try posting on twitter or reddit and not a botting forum
  6. Its supposed to work, its just broken since release
  7. Dont put it all into the same if condition. Also there is no need to depositall if your inventory is empty. If the bank is not open you want to open the bank, else (meaning bank is open) and then inside the else you want to check if your inventory is full and you dont have a bronze axe. If thats the case you depositall. If thats not the case you want to check if back contains a bronze axe etc. check 15. for an example. This also shows conditional sleeps which you should use all the time. .
  8. ez11

    ezCannon

    Based on my opinion that more interactions with the game equals higher chance to be detected Id say using the alch setting has a higher chance of getting you banned, hence why I suggest to bot for less than you would without using that feature. I have not received a ban while im testing this script, but there are so many factors like account age, mirrormodemode, account progression etc that I cant say more than that it clearly isnt something that immedieatly gets you flagged by the bot detection system. If its an account you really care about bot as little as possible and maybe slowly bot for longer if things go well. If you bot you can always get banned no matter what you do.
  9. You check if your inventory is empty to decide to cut trees. Just do !getInventory().isfull() if (getInventory().isEmpty()) { Also you should avoid doing stuff like this: if (!getBank().isOpen()) { log("OPENING THE BANK"); getBank().open(); sleep(random(750, 1250)); getBank().depositAll(); sleep(random(750, 1300)); getBank().close(); Just do something like this: if bank isnt open open bank if bank is open - if you dont have all items you want: - withdraw items you want - if you have all items you want: - close bank that way your script shouldnt get stuck incase a loop of the script fails
  10. all good. I would just like to see this bug getting fixed, not for me but because it would be nice for the users of my scripts
  11. thanks for the relevant comment on a bug report
  12. I would suggest filtering by position or just x/y coordinate
  13. Any update on this? Still not working with the same logs.
  14. ez11

    ezCrabs

    Please dm me the full logs (logger is at the bottom of the client) and the settings you used
  15. ez11

    ezCrabs

    You are no longer my favorite canadian
  16. ez11

    ezCrabs

    ofc I will give my favorite canadian a trial
×
×
  • Create New...