Everything posted by Novak
-
inventory.contains slow?
no, but is it really faster than the manual mouse moving I wrote using mouse.move? and does it check to make sure the items have come/left the inventory within 50ms? please explain how it calls it 100 times? the 100 is just for the timeout, if i is less than 100 AND our inventory still contains the item, then sleep for 50. Obviously if the item has left the inventory then the for statement no longer executes because the second condition isn't true.
-
inventory.contains slow?
still literally the same thing as OP, it will still be slow cause its using the same .contains method, and the inventory will not be empty after depositing
-
inventory.contains slow?
but thats not the point, my point is why does it take so long for it to update, this method worked perfect for osb1, it would respond as intended.
-
inventory.contains slow?
that is literally the same thing as my OP, just with an unneeded if statement
-
inventory.contains slow?
thats bad though. Its a static sleep and it doesn't check the the item has actually left the inventory. there is nothing wrong with the logic, it has to do with how .contains is updating, which is my question In response to your edit: that means it will keep trying to deposit it every 50ms, which it takes longer for the item to leave the inventory than that. So in that case it would keep spamming items to deposit until it leaves, which probably takes about a second. 1000/50 is 20, which means that it would spam the deposit 20 or so times until it left, which is very bot like.
-
inventory.contains slow?
i want it to continue after the uncuts have left the inventory. So it should sleep for 50ms intervals until the uncuts have left the inventory. Instead, it is taking seconds to update which is causing it to sleep for more 50ms intervals. The 100 is there so that if it exceeds 100 50ms intervals, it will time out and go back into the loop
-
inventory.contains slow?
For some reason it seems really slow to me: depositAll(uncut); for(int i = 0; i < 100 && inventory.contains(uncut); i++) { sleep(50); } is waiting a couple seconds to continue when it should respond within 50ms. Any ideas?
-
script request
i make scripts in general, and sometimes i make random scripts for people
- @Alek.
-
Can someone PC this low level Void ranger
ill give you 5 dollars
-
@Alek.
what was the lie, i want to hear it
- script request
- Ely & I
-
[Resurrection] Auto Magic Pro
Its coming back. Soon. Sooner than you think. Be prepared to have your pants blown off. Same great functionality with better stability. Legend: Done In Progress Not Started To-Do List: Alching Teleporting Superheating Enchanting Stun Humidify Plank
-
I'm Finally Back
I sorted out my issues IRL, and I am back! ILU
-
What kind of bot is OS bot?
injection
-
@Beastlymaul + Gh0st
who the hell is gh0st
- OSBot 2.1.11
- All GoldFarm Methodes!
-
what the fuck osbot 2
obviously a scripter error
-
OSBot 2.1.10
mouse is still iffy, misses the location of items ALOT
- Rockwings
-
Mod Edit: [Please use the Mandatory Forms] Nezz's rock crab script
the equipment tab method is broken in osbot, wait for it to be fixed. nezz has no control over this
-
New computer :)
gtx 660 or 760, i5, 8 gig ram, any mobo that fits your budget, probably a 700w psu
-
Epic Script Factory - Create ANY Script With No Limitations!
this is exactly why i don't use intellij btw