Jump to content

ZX700

Members
  • Posts

    23
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

1081 profile views

ZX700's Achievements

Bronze Poster

Bronze Poster (2/10)

3

Reputation

  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).
×
×
  • Create New...