Jump to content

ez11

Scripter II
  • Posts

    3673
  • Joined

  • Last visited

  • Days Won

    13
  • Feedback

    100%

Everything posted by ez11

  1. ez11

    ezCannon

    If you have purchased the cannon script recently you can dm @Maldesto and he can swap the scripts for you if you have the price difference in store credits. I had someone else before who also wanted the crabs script instead of the cannon one and Maldesto was able to swap them. I dont have any plans to add stunalching here. Mirrormode is sadly a bit unstable and requires you to restart it if things break or didnt load properly. There really isnt much we scripters can do when it doesnt properly work except tracking reports of issues and forwarding them to @MGI (mirrormode dev) if there are enough so he can fix them.
  2. ez11

    ezCannon

    1. What exactly is the script doing when its "glitching out"? Also you can set your own positions for cannon and safespot positions, if one of the defaults isnt working use those. 2. Its a cannon script, its made for safespotting with your cannon. If you want a script that does banking and aggroing rockcrabs purchase my crabs script.
  3. ez11

    ezCrabs

    the GUI has 2 settings Skill to train and goal. You need to make sure you actually select strength as the skill to train. The goal settings just decide on when to stop. And because you can train on shared or might want to stop based on hp level instead of strength level it has to be an extra setting.
  4. Either spamclick to open more official clients or use runelite instead
  5. ez11

    ezCrabs

    What exactly is your issue and what exactly does the logger say? If its not properly recognizing that you have a quest done on mirrormode its a client issue not a script issue and can only be solved by the client developers.
  6. ez11

    ezCrabs

    Restart the client. Especially mirrormode has issues sometimes where it doesnt correctly hook into the game so osbots api returns false values sometimes.
  7. 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
  8. 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.
  9. 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?
  10. 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?
  11. 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
  12. Its supposed to work, its just broken since release
  13. 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. .
  14. 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.
  15. 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
  16. 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
  17. thanks for the relevant comment on a bug report
  18. I would suggest filtering by position or just x/y coordinate
  19. Any update on this? Still not working with the same logs.
×
×
  • Create New...