Everything posted by Novak
- Spam Topic V1
-
LocalWalker for Position[] fix
walking methods should be boolean to determine if they have happened/you are at the tile/Area you want to be
-
A Hat Tip To Alek
I just wanted to make a thread thanking @Alek. He has single handedly kept the OSBot client from burning to the ground with his great skill and determination. He manages the SDN, which is a job and a half on its own. On top of that, he maintains and updates the client with new API features. He has taken what should be about 5 peoples jobs and made them his own, which deserves some recognition. Without him, there would be no client right now, and thus no site. So, thank you @Alek for all you have done. It doesn't go unnoticed and I hope you continue to be a wizard. -Novak
-
Who wants to help me learn to script? :)
1. learn java 2. read api 3. type script such wow much amaze
-
ATTN: Beta Testers needed!
I need around 3 beta testers for my tanning script. Your job will be to: -report bugs -get proggies > 3 hours -give suggestions -anything else i need If you are a beta tester and you are successful at these things, you will get a free copy of the script when it goes on the SDN. Things to know: -the jar will be obfuscated. don't like it, don't ask for a beta spot. -it will contact a website to get a boolean of whether the script is still in beta. if the boolean is false, then the beta is over and the script will no longer run. post here/add me on Skype to discuss. Skype is in my siggy
- Baller's Graphics Store | PP | RS3GP | 07GP | 200+ Orders completed
- Way to alert user?
- OSBot 2.3.3 - Cached interfaces
-
500k Contest!
The first person to get a 10 hour proggie with Auto Magic Pro wins 500k. Post it here, then pm me to arrange payment. Alching/Stunning is probably your best bet, as superheat may have a few bugs as well as stun-alching. Good Luck!
-
Unable to connect to OSBOT server after downloading new version
tbh mine isn't even updating, i guess we will have to wait until a dev sorts this out
-
[Resurrection] Auto Magic Pro
almost ready for release! Just getting the 2 hour proggy
-
Some of my CSGO footage
*cs on twitch :P
-
OSBot 2.2.47 - PolygonArea, Banks, and more
what OS X version do you have? it opens fine for me on 10.10.1
- Some of my CSGO footage
-
Double AWP kill! :)
plss stop making videos like you are good
-
[Resurrection] Auto Magic Pro
Enchanting finished, should also finish stunning tonight, look for a release soon!
-
how do i add the scripts i bought
when you sign in it is automatically loaded from the SDN. just hit start script and they should pop up automatically
-
[Resurrection] Auto Magic Pro
Update: Coming along smoothly, should be done this weekend!
-
Disabling anti ban
antiBan.unregisterAllBehaviors(); right in the docs
- shit fuck
-
[Resurrection] Auto Magic Pro
Update, Superheat core complete, testing next day or two
-
inventory.contains slow?
in the OP i state i am using a for loop that sleeps until inventory.contains is no longer true, so it wont exit that loop until it is false OR it times out at 5 seconds
-
inventory.contains slow?
no. im saying the inventory.contains does not update its value(true/false) for a long time after it is actually true/false. example: i deposit item A into the bank from my inventory. when the item disappears, inventory.contains should be false. instead, it is still true for another couple seconds, slowing down the script
-
Looking for a scripter
wants a quest script. /thread
-
inventory.contains slow?
sure, but you are arguing over a minimal cpu hit which is not what i am asking. I am asking why .contains is getting updated so late after the inventory has changed. calling it over should not affect what the output of the call is and also: yours says if inventory contains item: sleep for 5 seconds, because there is no condition for the for statement except that i is less than 100.