Jump to content

Czar

Global Moderator
  • Posts

    22973
  • Joined

  • Last visited

  • Days Won

    2095
  • Feedback

    100%

Everything posted by Czar

  1. for real though, I would probably work for a software company or something, (if i don't already have a business )
  2. Fixed, should be live in the next version (within a few hours)
  3. 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
  4. 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
  5. 2914
  6. 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>
  7. yes and yes, both will be added right now, and ty
  8. alright, i will make some minor changes to the dialogue interfaces, ty
  9. 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
  10. Hmm, get rid of the bronze arrows maybe it will solve it :P
  11. 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
  12. Yes, I will definitely add dark crabs, where to bank though, and any extra features?
  13. 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 ;)
  14. If you are a low level, set the rs click options in the settings tab to 'always right click'
  15. 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
  16. 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
  17. 2904
  18. For 32 bit, if you put it more than 1200, it won't open at all (?)
  19. You can select it in the map if you want, in the meantime I will add it to the list.
  20. 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);
  21. 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
  22. 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
  23. Czar

    CzarRangingGuild

    fixed in next version, forgot to enable experience :P also guys, I have just added dynamic signatures, so soon you will be able to see your progress overall
  24. Czar

    CzarRangingGuild

    make sure you are hooking the client correctly, don't hook mirror mode while your account is logged in. if so, just re-log and it will be fine. i'm running 2 mirror mode tabs and it's going fine, so make sure you are loading it correctly
  25. Fixed. I just pushed another update which fixes the camera and reset region handler
×
×
  • Create New...