Jump to content

ZX700

Members
  • Posts

    23
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by ZX700

  1. Agree with everything you said. Nice job thinking through it all and putting it up here for us.
  2. I think it is fixed by having food on the player. Probably an input bug.
  3. Hi Decode,

     

    Why did I get a spam message?

    1. Decode

      Decode

      For posting ‘hi’ on a thread in the scripting section.

    2. ZX700

      ZX700

      Ahh, don't even remember doing it.

      Okay, my apologies.

  4. ZX700

    .

    ill buy 6m for $4.32
  5. Hi Czar, Your bot gets stuck in the bank. It keeps clicking the deposit items button. I didn't set a bank setting. Cheers
  6. No problem, if you need any more help let me know and ill do what I can.
  7. it wont start because of the line Position CowPosition = (Position) myPosition(); its probably that the client needs to be ingame before you can get the position of the player also if (Banks.LUMBRIDGE_UPPER.contains(myPosition())); you should remove the ; and instead of import java.awt.geom.Area; import javax.swing.text.Position; you need to import org.osbot.rs07.api.map.Area; import org.osbot.rs07.api.map.Position;
  8. It's okay, problem solved (although my understanding remains unclear), thanks anyway!
  9. Oh it seems like you were right! I'm not sure what has changed, but it is suddenly working as you say! Thanks for the help guys! Edit: Perhaps the problem was not hitting refresh.
  10. Furthermore if I try to delete the .jar using file explorer I get the message File In Use: 'The action can't be completed because the file is open in Java(TM) Platform SE binary Close the file and try again.'
  11. The message I'm getting is this: Warning: Artifacts builder: Cannot delete file 'C:/Users/ZX700/OSBot/Scripts/ZX_Agility.jar' C:\Users\ZX700\IdeaProjects\ZX_Agility\src\main.java ! Information: java C:\Users\ZX700\IdeaProjects\ZX_Agility\src\main.java ! Information: java: Recompile with -Xint:unchecked for details. Like I say, if I terminate OSBot then I no longer get this warning.
  12. I've given it a go and my paint hasn't changed . I believe I've done that, Output directory: C:\Users\ZX700\OSBot\Scripts.
  13. Hi guys, Every time I update my script in IntelliJ, I naturally want to test it in OSBot. Problem is that if the client is already open then I can't overwrite the local script as it is loaded into the client. Is there a way to override this and delete the script anyway? It is a pain to keep closing and reopening the client every time. Thanks
  14. Those options don't appear for me. Oh and another problem I'm getting is that when it comes time for my bot to take a break, instead of logging out it will walk to bank and then just stand idle at the bank (when using the crab plugin).
  15. Hi Czar, I'm using this bot and at sand crabs with the sandcrab plugin but I'm having a few issues. Firstly the 'move mouse out of window' option isn't working. It doesn't seem very human like to keep the mouse within the window all the time, though I'm not sure how much that really affects ban rates. Also because of this I can't be sure whether or not the anti-ban protection option is working either. Secondly there are two places to toggle on anti-ban protection (and only one way to toggle on the move mouse out of window option), I am confused as to which I need to set, I imagine that setting both would cause conflicts within the bot? Thirdly I am setting loot to only rare drops, caskets and clue scrolls. But the bot is picking up bronze pickaxes which I'm sure would look pretty strange to Jagex lol! And to other players whose bronze pickaxes it is collecting. For now I am just going to avoid looting altogether when using the sand crab plugin.
×
×
  • Create New...