Jump to content

Czar

Global Moderator
  • Posts

    22272
  • Joined

  • Last visited

  • Days Won

    1986
  • Feedback

    100%

Everything posted by Czar

  1. waterbirth will be worked on some more, at the moment it's still experimental and may cause issues edit: east works fine for now, in fact i'll go ahead and make some changes to waterbirth now
  2. 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)
  3. Show me a screenshot and the console log, and I will fix it asap
  4. reminds me of the osbot mouse trail debug nevertheless, good job edit: nvm ^ my post was too l8
  5. for real though, I would probably work for a software company or something, (if i don't already have a business )
  6. Fixed, should be live in the next version (within a few hours)
  7. 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
  8. 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
  9. 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>
  10. yes and yes, both will be added right now, and ty
  11. alright, i will make some minor changes to the dialogue interfaces, ty
  12. 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
  13. Hmm, get rid of the bronze arrows maybe it will solve it :P
  14. 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
  15. Yes, I will definitely add dark crabs, where to bank though, and any extra features?
  16. 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 ;)
  17. If you are a low level, set the rs click options in the settings tab to 'always right click'
  18. 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
  19. 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
  20. For 32 bit, if you put it more than 1200, it won't open at all (?)
  21. You can select it in the map if you want, in the meantime I will add it to the list.
  22. 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);
  23. 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
×
×
  • Create New...