Everything posted by Hel
-
91 RC
Apparently Vaporizer4 or something bots 1-91 RC in 5 days, you're probably best off talking to him
-
botting combat
I bot 50 / 70 / 1 with ~8 hours on, 14 hours off on a multitude of accounts
-
Pest Control
eh, still gonna take me like 30 hours to get void :-(
-
Pest Control
I've honestly never done PC at all, just seems tedious, do you mind PMing me and explaining this?
-
Pest Control
Was just wondering what the ban rate for PC is, was thinking of botting for full void for an account I wanna sell, some stats are already pretty developed so I might just skip out if the ban rate is high
-
GUI checkbox wont disable other GUI options
This makes me both chronically depressed & very happy that you found the answer
-
APA Sand Crabs
Sure thing, I can't seem to PM you, so maybe if you could just shoot me your skype or PM me? Thanks
-
GUI checkbox wont disable other GUI options
Didn't read your code mb lmao Edit: after actually reading your code, could you not just do something like this? chckbxAutoGE.addActionListener(e -> spinnerHides.setEnabled(!spinnerHides.isEnabled()));
-
[F2P][Up to 220k P/H ATM] Temsei's Dough Maker
Dough made: 1 Profit made: -126GP good job crashing the market for pastry dough :-)
-
APA Sand Crabs
Hi, there seems to be an issue with running your APA Rock Crabs through a VPS. I think it has something to do with your "gui.txt" reading (In particular, the lowercase "data"). It would be appreciated if you could fix this up, so I can run this fine on my Linux VPS. If you need any more info please let me know, thanks
-
OSBot 2.4.106 - No Interface Mode
All of the CPU %'s add up to 99. That's the point of that column. A lot of these are made up from background processes. This is a much more accurate way than judging a scroll bar. But thanks for your incorrect input
-
Taking Screenshots WITH paint?
Thanks. must have just been mucking up some imports or something !
-
Taking Screenshots WITH paint?
After digging I found the code "Robot().createScreenCapture", but I can't seem to find what it is now a days, anyone wanna help a fella out? :-)
-
OSBot 2.4.106 - No Interface Mode
You know this is an absolutely terrible way to judge how many are running due to background processes, a better way would be to add all of the CPU %'s and average out the 25, (68.4 / 25 = 2.736 CPU% average per client) 100 / 2.736 = 36 clients. but yanno, doing these sort've things are pointless.
-
Script Errors Whilst Using VPS - Fine Locally Hosted?
mhm I've pretty much given up, I'll just run all my CB scripts locally :-(
-
Script Errors Whilst Using VPS - Fine Locally Hosted?
Just tried that then -- causes errors with the actual client launch. EDIT: Just realised I can have both uppercase AND lowercase folders, I'll copy and paste it, with a changed name and see if that fixes it. EDIT 2: I'm absolutely useless at managing folders in linux, but after finally managing to do so, still not working
-
Script Errors Whilst Using VPS - Fine Locally Hosted?
still getting the error EDIT: I noticed that in the error, the "data" is lowercase, whereas in my folders it's "Data", could that be an issue?
-
Script Errors Whilst Using VPS - Fine Locally Hosted?
Hi, I've been having issues with running certain scripts on my VPS, one of those being "APA Rock Crabs", The error I get is ("java.io.FilePermissions" "/home/vpsfish/OSBot/data/\APA Rock Crabs/gui.txt" "read") reading over that, I thought it would be an ownership issue with the folders, went to the effort of looking into that, didn't help. Any help would be greatly appreciated
- New OSBot Feature - Vote
-
Is it possible to disable RandomSolvers?
yeah, I thought the -norandoms had the same effect as that checkbox, again, thankyou all to clearing this up
-
Is it possible to disable RandomSolvers?
Thanks though :-)
-
Is it possible to disable RandomSolvers?
I was under the assumption the norandoms was for dismissal of randoms? Maybe I'm just misunderstanding though?
-
Is it possible to disable RandomSolvers?
As the title states, was just wondering if it's possible (and if so, how would I go about it?) to either completely disable the auto login random solver, or wait until a boolean is true to go on a break. Thanks
-
Mirror mode not working on Mac.
It can't find your Oldschool client then -- have you tried hooking it into an OSBuddy version?
-
Optimizing Code - Iterating over Objects/NPCS & Inventory Slots
What I was trying to do with that was generate a random whole number from 0 to 27 inclusive (the inventory slots) Then check if that random number (random item slot) had an item in it, if it didn't, it entered a while loop & kept regenerating a random inventory slot until there was an item in the randomly generated slot number. I'd rather if it wasn't spoon fed to me either, I'm actually interested in this and would prefer to just get a directional nudge, so I can still benefit from this, thanks