Jump to content

DCHILLING

Members
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

DCHILLING's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Do you know of a way to discard this cache? I've got scripts where walking is infrequent or is used once to get in position. It would be really nice to have as much memory on the machine to accompany as many bots possible
  2. You can see your scripts in your client if you have your scripts' .jar files in the scripts directory
  3. If you're on intellij: Under File -> Project Structure... -> Artifacts you need create a new empty jar by pressing the "+" button. Then add compile output to the jar by double clicking it under the available elements tab. Once it is added, in the output path give the osbot directory for scripts. After you apply the changes and exit the window, under Build -> Build artifacts... -> Build. After that the script should appear in osbot client.
  4. Hello OSBot community, I'm making my second script, which includes fishing and cooking with banking. I've seen answers to other optimization posts, that web walking accounts for most of the memory usage when running a script. Is this true? If so, does garbage collector discard this resource or do I need some special way of removing it if it is not used? Also, does returning higher waiting values in onLoop() function make the script less demanding or just slower?
×
×
  • Create New...