Everything posted by Token
-
100% disk usage still not solved
Are you running a script?
-
who pays?
Yes because they are in love with your money, not you
-
who pays?
Be humble and don't expose your wealth to the people you are dating. Having money obviously increases your chances of getting a date or women agreeing to go out with you but that's only because the candidate pool is larger and includes gold diggers (lots of them really). If you don't put your car in your facebook profile pic and you don't tell your dates exactly what your job is. Just say your profession instead, eg programmer, not chief software architect at microsoft. If people need to know you have money in order to date you, then you need to understand those are "hookups" not "relationships".
-
who pays?
Dating etiquette, hence it's different because US society is different from the EU one, where men are more traditional (and also there is more "gender inequality" in EU than in the US). I have no idea who pays on a gay date though, hit me up if you find out...
-
who pays?
In the US its 50% each, in europe the man always pays. That's not only on first date, it's on all dates.
- Stealth Builder
- Stealth Builder
-
Stealth Builder
Try now, it seems like the server was offline
-
Stealth Builder
The auth queue was full for this script but should be fixed now
- Stealth Builder
-
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?
-
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.
-
How to download and install to linux
Do you know how to use ubuntu?
-
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.
-
Alternative for isAnimating
The isAnimating() method does exactly what it is supposed to do. Character animation sequences are not continuous, a character has many animations and in order to play another animation it will always have a transition period between 2 animations (eg: Unity State Machine transitions, animation blending curves). Let Animation1 and Animation2 be 2 animation clips played by a character and none the neutral state Animation1 ----> Animation2 ----> Animation2 ----> none, none ----> Animation2 Arrows represent transitions, either abrupt or through blending, in runescape's case there is no blending. There is a transition even in a sequence of the same animation because the skeleton of your character has to change but there will not be a transition between neutral states because the bones do not change position and the time of the animation converges to 0. In conclusion the character animation should not be used for anything that describes continuity and you should only rely on it as a trigger (and no, isAnimating() shouldn't return true).
-
Stealth Builder
Jagex changed construction, it's going to be updated soon
-
Error has occured while loading hooks
I work at microsoft
-
Error has occured while loading hooks
You need a genuine windows copy to run runescape as yesterday's update
-
Max number of clients for free users
It says 2 BOTS not 2 CLIENTS
-
Stealth Builder
The required money is high because it instant buys everything and I assume that's with mahogany planks
-
Botting Computer
i7 cpus usually improve the performance of java programs through hyperthreading due to the high amount of threads used by the jvm, you don't need a gpu at all for runescape and it will not increase performance since jagex only started using computational shaders in latest rs3 graphics, ddr4 memory is a complete waste of money because you won't see any difference and you should go for 32 gb anyway
-
Stealth Builder
Authed Well what's in the logger?
- Stealth Builder