Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    200
  • Feedback

    100%

Everything posted by Alek

  1. Alek

    2 def or??

    I think at max level it doesnt matter
  2. This would lead to race conditions, so it would probably not work.
  3. It's a script issue @ThatGamerBlue. It's only showing partial stack trace because it keeps getting spammed, so it gets truncated. What needs to happen is either you or the botter catches the nullpointer BEFORE it starts lagging out like that. Hopefully that helps!
  4. Just Google "Java 8 4k dpi aware"
  5. Ask the scripter on their thread, under Official Scripts. I'm sorry but this section is reserved for scripting help, not how to use scripts.
  6. Run OSBot in debug mode, it will print out the full error.
  7. Oh god not this again, no Slayer threads are allowed - not even as a joke. Sick of these threads. PM me with a video of 5 consecutive Duradel tasks being completed and I'll allow this thread and give you expedited scripting permissions.
  8. Do you have other SDN scripts, are they showing?
  9. Its easy to detect a proxy, there's a chance you run that your proxy is more dangerous to bot on.
  10. Alek

    Runelite

    It's open source
  11. Install Webwalking issue should be resolved!
  12. Cant believe nobody reported this yet, thanks for letting me know Ill resolve this soon.
  13. Download: http://osbot.org/devbuilds/osbot 2.5.7.jar Changelog: -Patched bank scrolling, please give feedback -Patched web walking exceeding threshold limit in certain areas with teleports on -Patched threading issue with script executor -Added support for game ticks -Plugin selector GUI under development, currently doesn't work - not a bug -Deprecated needToScrollDown -Deprecated needToScrollUp -Deprecated needToScroll -Deprecated getMaxScrollHeightNeeded -Deprecated getMinScrollHeightNeeded
  14. Ah okay I didnt know this was a feature on Debian. Alright and you said the only client that had this issue was OSBot? Ill ping Zach about this.
  15. You said this was a linux server
  16. What are you using to show ram usage?
  17. Show the top for both clients
  18. The simple test would be starting one OSBot client and one REGULAR (NOT OSBUDDY/RUNELITE/XYZ) client overnight. Do NOT start scripts, do NOT log in, just simply bring them both to the login screen. Look at the differences between them when you wake up in the morning. Obviously OSBot WILL use more memory because it has to load a lot more things, but both clients should be under 1GB. Otherwise we dont know if its the game or the client.
  19. Want me to add a CLI command for this? Edit: If anyone has a solution that already exists please post before I write redundant code.
  20. OSBot has a Script method called getScriptResourceAsStream; its purpose is to write code once no matter if the script is in a jar, zip, class files, local, or on the SDN. Namely, this topic will show you how to set up your packaging for compatibility between local and SDN resource loading. Since the SDN requires a specific package structure, your local project will need to be the same. The format is: ModuleName/src,resources/files For instance: MacroSlayer/src/Main.java MacroSlayer/resources/image.png For instance, this is what it should look like: Now the InputStream returned from getScriptResourceAsStream should be of the following format: getScriptResourceAsStream("resources/image.png") For instance, this user's script has this code which works both locally and on the SDN: Using this method will simplify your development process when using resources.
  21. Can you please show the complete code as it currently is, I promise nobody will want to steal it.
  22. How are you running 50+ clients without VIP?
×
×
  • Create New...