Everything posted by Alek
-
How do bots communicate to each other?
This would lead to race conditions, so it would probably not work.
-
Blue's Wine Maker
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!
-
Running OSB on a 4k Monitor
Just Google "Java 8 4k dpi aware"
-
every time i start a bot it just logs out and exits the script?!
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.
-
My Script won't start?
Run OSBot in debug mode, it will print out the full error.
-
Super Scripts Progress Thread
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.
-
Project's hunter script gone osbot 2.7
Do you have other SDN scripts, are they showing?
-
OsBot Proxy System
Its easy to detect a proxy, there's a chance you run that your proxy is more dangerous to bot on.
- [Dev Build] OSBot 2.5.7
- Runelite
-
[Dev Build] OSBot 2.5.7
Install Webwalking issue should be resolved!
-
[Dev Build] OSBot 2.5.7
Cant believe nobody reported this yet, thanks for letting me know Ill resolve this soon.
-
[Dev Build] OSBot 2.5.7
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
-
Life Lessons
- Linux server ram usage.
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.- Linux server ram usage.
You said this was a linux server- Linux server ram usage.
What are you using to show ram usage?- Linux server ram usage.
Show the top for both clients- Linux server ram usage.
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.- software developer kills kills 10 people van attack in Torronto
WOW- how to make windows open in different spots?
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.- Local and SDN Resource Loading
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.- WebWalking Between Certain Places Fails
Can you please show the complete code as it currently is, I promise nobody will want to steal it.- [Dev Build] OSBot 2.5.6 - Plugins
How are you running 50+ clients without VIP?- Virgin Jagex employee vs chad OSBot developer
Should really be Zach's avatar, but I'll take the praise. - Linux server ram usage.