Everything posted by Token
-
isAnimating() is returning false during the brief period between sequence of animations
Only purpose of isAnimating() is to determine when a Character started performing an attack, other than that you don't have any reason to use it.
-
i shud be an artist
That's a camel...
-
can we remove bought ranks from thread titles?
[scripter] should definately be allowed since scripters are more trusted than anyone else
-
How many accounts could I run?
My laptop has 4 fans. It stays cool no matter what you run on it, but it may produce a lot of noise.
-
How many accounts could I run?
I wouldn't run more than 2 accounts per client. I've ran 24 on my laptop before which in terms of specs sounds like pretty much what you have.
-
never get banned?
I defined conditional sleeps in AHK language. This was more than 1 year ago.
-
never get banned?
I botted 99 herb with AHK. All I used was eliptical mouse movements (near instant speed) with 3 pixel randomisation, sleeps were conditional so not staticly defined.
-
[F2P] PORT SARIM BEER BUYER
My eyes hurt :tears:
-
Login accounts from .txt
Account/Proxy data are saved in your OSBot folder in an ecrypted form. You know what you have to do
-
Dear OSbot, can you help me with this?
Idk... In school it was all console based for me...
-
Dear OSbot, can you help me with this?
They ask you to use JavaFX in school?
-
Dear OSbot, can you help me with this?
I'm not very familiar with JavaFX but window controls generally rely on events. Also if you want to be a serious programmer you don't write code in anything but english.
-
Script not doing anything once its started [Noob Help]
Java is case sensitive so it's the same if you name your variables "man" or "Man". It only matters that you use the same everywhere in your code.
-
Script not doing anything once its started [Noob Help]
Your man variable is most likely null resulting in always waiting. You should search for a man in onLoop() not onStart().
-
Which is the best software for creating scripts?
Eclipse is the standard for Java Development but I'm pretty sure NetBeans is also very popular (and offered by Oracle).
-
you guys...
Because of fear that one day you shall come back and release more free scripts
- you guys...
-
i love osbot
Going to watch porn tonight
-
Lifetime Sponsor could be a flashing name?
Scripters should have glowing and sparkling names, then we talk about sponsors
-
WalkingEvent GroundItem
Even GroundDecoration? Lol kidding, maybe there is something different in clipping flags for tiles containing GroundItem which the walking code does not handle. I never use anything but the position one because its definately the most stable one. If that one produces an error then all others will 100% be broken too.
-
WalkingEvent GroundItem
Does it work for NPC?
-
WalkingEvent GroundItem
I never tried to walk to an entity but I guess it searches for a walkable position around the entity first so it can generate a path (walking to an unwalkable tile will result in no path found), the method which walks to an entity might simply be broken. Walking to a position is considered "lower level" than walking to an entity so it is generally more stable... but why are you trying to touch @Khaleesi ... :ph34r:
-
I do not know how to handle, help me,
I don't really understand what you are trying to achieve but there is clearly an error in your code and that is not those 2 lines. If you are trying to say that this error only occurs when the BreakManager interfers with your script then you should make a bug report on it.
-
OSBot Script Analyzer
You have local scripts in your scripts folder which use deprecated methods. This is not something you have to worry but rather something you should report to the script authors.
-
I do not know how to handle, help me,
I don't think there's a problem with those 2 lines... but It's quite shocking how you have an array called eat_ID that actually holds food names instead of ids...