Jump to content

ez11

Scripter II
  • Posts

    3687
  • Joined

  • Last visited

  • Days Won

    13
  • Feedback

    100%

Everything posted by ez11

  1. 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?
  2. 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
  3. Its supposed to work, its just broken since release
  4. 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. .
  5. 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.
  6. 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
  7. 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
  8. thanks for the relevant comment on a bug report
  9. I would suggest filtering by position or just x/y coordinate
  10. Any update on this? Still not working with the same logs.
  11. ez11

    ezCrabs

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

    ezCrabs

    You are no longer my favorite canadian
  13. ez11

    ezCrabs

    ofc I will give my favorite canadian a trial
  14. ez11

    ezCannon

    nice to hear that my botting strategy has worked for you aswell been giving that advice for years and so many people just dont want to be patient
  15. ez11

    ezCannon

    Im not planning to add looting to this script. I dont see any reason to add looting for ammo specifically since this is a cannoning script and doesnt use any.
×
×
  • Create New...