Everything posted by Token
-
Stealth Quester
I guess it was down back then, let me know if you want to try it
- Stealth Quester
-
100% CPU Usage every time I start a script
There are tutorials on using the CLI on the forums, the combination of -Xms256m with -mem 1024 should prevent any out of memory errors (do not use -Xmx1024m as the client overrides that flag)
- How many bots this VPS can run?
- Stealth Quester
-
100% CPU Usage every time I start a script
On your end all you can do is start a new client every time you start a script and remove all unnecessary local scripts you have in your scripts folder, your best bet would be writing a detailed bug report in the client bugs & suggestion section with all information about your operating system EDIT: also try starting with -mem 1024 flag from CLI
-
100% CPU Usage every time I start a script
I've noticed the same issues while webwalking after the last client update (or the 2 webwalking updates before it), the problem you are describing is a GC overhead limit exceeded error thrown during webwalking events (out of memory error) with the exact same code as before the updates. The PC you are running OSBot on doesn't have that much importance because we are talking about a resource management error in this case which will always result in a JVM crash.
- Stealth Quester
-
Stealth Quester
But didn't you get a trial before? Authed
- Stealth Quester
- Stealth Quester
-
Stealth Quester
No reason for new quests to be there
-
Stealth Quester
Yes there is no announced ETA
- Stealth Quester
-
How to download and install to linux
Do you know how to use ubuntu?
-
Stealth Quester
It's a known error in the client, not script related, just restart the client and it should be working
-
Stealth Quester
Bug report template (please post at least the whole logger contents) F2P/P2P: Stealth Injection/Mirror Mode: CLI parameters: Number of bot tabs open in 1 client: Number of clients running: Operating system: Scripts previously ran in the same client session: Attack style: Quest: Place where it happens: Logger contents: Description
-
Stealth Quester
Fill in a bug report, the template is on first post Authed
- Stealth Quester
-
Stealth Quester
Restart your client, it's outdated
- Stealth Quester
- Stealth Quester
-
Stealth Quester
The game and the client change every week so yes I've been fixing every new bugs that appeared ever since the script release
-
Alternative for isAnimating
The description is most likely wrong, last time I checked 70% of the API wasn't even documented but the return value looks correct to me. Yes there is, by hardcoding a method to verify this but as I mentioned in the last part "the character animation should not be used for anything that describes continuity and you should only rely on it as a trigger", I doubt you need to use the animation the way you are trying to do it. If you need any advice, let me know what you are trying to use it for.
- Stealth Quester