Jump to content

Czar

Discord Helper
  • Posts

    20974
  • Joined

  • Last visited

  • Days Won

    1814
  • Feedback

    100%

Everything posted by Czar

  1. Hmm when I added them, a user suggested I set the area there, however if you want to chop in a custom area you can always select it in the GUI, since I fixed the image now As for the error, I have fixed it, it will now bank upstairs in the gnome bank near the trees. Update for the bank is now fixed (path updates are instant)
  2. Show me a screenshot and the console log, and I will fix it asap
  3. reminds me of the osbot mouse trail debug nevertheless, good job edit: nvm ^ my post was too l8
  4. for real though, I would probably work for a software company or something, (if i don't already have a business )
  5. Fixed, should be live in the next version (within a few hours)
  6. what seems to be the problem, take a screenshot and show me the console log, and I will fix it ASAP. @blue, screenshot your inventory please, and show it here
  7. The script works best with the least amount of options enabled in the GUI, so if you have any fancy options and are experiencing problems, turn them off and try again. If it still doesn't work, paste the console log here and I will fix ASAP
  8. Player p = getPlayers().closest(playerName); // .. p.interact("Attack"); make sure to add the necessary checks, I'm only showing the core process. It's the same as any other <code>Entity</code>
  9. yes and yes, both will be added right now, and ty
  10. alright, i will make some minor changes to the dialogue interfaces, ty
  11. Are you using the latest client, if so, can you give me some more information? Be as detailed as possible and I will fix it ASAP
  12. Hmm, get rid of the bronze arrows maybe it will solve it :P
  13. I have saved this on notepad, and I will work on it ty @As for the barb fish, there are a few progress reports in the page before this; here's the latest one from the last page
  14. Yes, I will definitely add dark crabs, where to bank though, and any extra features?
  15. We have to wait for OSBot to accept my update, it may take a few hours. Don't worry though, it will be here soon ;)
  16. If you are a low level, set the rs click options in the settings tab to 'always right click'
  17. I added 3 spots in this new update, but it hasn't come through yet EDIT: @Posts above, I have acknowledged and fixed your issues in the next update, don't worry
  18. Any details? - client version - gui settings - tree type/location - anything else? edit: the script is working, maybe you were dc'ed from rs due to recent server ddoses? it happened to me many times, it even stopped the script
  19. For 32 bit, if you put it more than 1200, it won't open at all (?)
  20. You can select it in the map if you want, in the meantime I will add it to the list.
  21. You can set the walker threshold to 0 (if using walking event) or // get minimap tile for position MiniMapTileDestination minimapSpot = new MiniMapTileDestination(getBot(), position); // get main screen tile for position MainScreenTileDestination mainScreenSpot = new MainScreenTileDestination(getBot(), position); // click spot on minimap getMouse().click(minimapSpot); // click spot on main screen getMouse().click(mainScreenSpot);
  22. Unlucky You most likely were detected by using the standard osbot client, or you had botted after a 2 day ban. Other than that, I recommend using mirror mode since it eliminates client detection completely
  23. Well, this could be due to a number of things, which gui settings? which client version? did you enable left-click only in your RS mouse settings? Try enabling no options, just load inventory and start - the script works best that way EDIT: in fact, a new update I made still hasn't been pushed yet, so once that arrives the script will be even better
×
×
  • Create New...