Everything posted by Snowydell
-
Thought on Quantum Physics
Yeah the whole concept doesn't make to much sense
-
Varrock South-West Clay Miner w/Banking
Kk I'll try to fix that, I'll update you if it's fixed
-
Thought on Quantum Physics
Was up late last night watching a ton of videos on it. Do you guys think it's real or bullshit?
-
Varrock South-West Clay Miner w/Banking
Is it the dc from the 6 hour limit or just a random dc? Also how many clay did it bank until it dced? I never added anything in the script if it were to dc maybe I'll look into it.
-
Stay logged in While AFK?
Auto Clicker? Or just make a quick script that clicks then sleepsrandom(10000,20000) ^ would be less of a ban rate if none at all, idk how Jagex bans the bots so idk if they get it by the patterns in the script or from the client itself.
-
Varrock South-West Clay Miner w/Banking
Oh I forgot to add a elaspedtime timer, w/e, happy botting
-
Varrock South-West Clay Miner w/Banking
Kk walking should be fixed now and the new links are up, this one should work pretty well. Enjoy
-
Varrock South-West Clay Miner w/Banking
Thank you! Let me see if I could fix that, I was having a lot of problems with the walking so I might just have to my own method of walking and not the api but i'll try and fix it right now, i'll update you when the new links are up Edit: I used "Pandemic" walking method to fix it i'll post links in a second.
-
How to do this
Kk, thank you I appreciate it
-
How to do this
Yeah this seems to complicated for my Java level just by that one sentence lmao
-
How to do this
I need help with this now. Basically when the script starts a dialouge box comes up to ask where they are running the script. Then I have if statements so whichever choice they choose it goes into that if statement. How would I do something like, if(option ==0) { run this specific class only }
- How to do this
-
Need a partner
What program(s) do you make your graphics in? They're sick
-
Varrock South-West Clay Miner w/Banking
Did you fix it? If not try the new link
-
When I export a script to share
kk, thank you
-
When I export a script to share
Am I supposed to keep the .classpath and .project when I turn it into a Jar to share with people? If i'm sharing it locally do I keep the .classpath and .project on when I export it or do I disable it?
-
Varrock South-West Clay Miner w/Banking
Did you put the jar in the osbot script folder then refresh the local script? If that doesn't work i'll put the file on a different download site maybe the jar is corrupted
-
Varrock South-West Clay Miner w/Banking
Np , if anyone needs me to put the file on a different website I could do that if the link isn't working.
-
Varrock South-West Clay Miner w/Banking
The script mines clay then banks at Varrock West bank. You can also leave your pickaxe in your inventory when mining and the script will still work. There may be some bugs so if there is please post it in the thread. Also this bot isn't the best for efficiency if you're competing with other bots because some stuff is left out such as the bot stopping his mining animation despite the rock being gone after someone has mined it etc but if you're not competing with other people for ores it works out very well. Download link for Jar: http://uppit.com/1wwq1fk6fsi9/Varrock_Clay_Miner.jar If that link doesn't work: http://www.filedropper.com/varrockclayminer_1 *To run the script put it in your osbot scripts folder then refresh the local scripts on the client and it should be there. * Script requested by "Naveedyz" *Thanks to "Pandemic" for his tutorial on walking, I used his method because the api was acting up, tutorial can be found here: http://osbot.org/forum/topic/29924-pandemics-scripting-series-part-ii-path-walking-and-simple-banking-updated-for-osbot-2/
-
When I export a script to share
Thank you :p
-
When I export a script to share
Could have sworn I saw something the other day saying to only export the classpath or the project when you're going to share it with people. Which one is it?
-
Fast Question
Thanks guys I will try that Isolate
-
Fast Question
Here's the code NPC cow = npcs.closest("Cow", "Cow calf"); if(!inventory.isFull() && COW_AREA.contains(myPlayer()) && !myPlayer().isUnderAttack() && !cow.isUnderAttack() && cow != null) { cow.interact("Attack"); } Now basically what happens is it will target the closest cow even if it's in combat so it will just wait until the cow is dead to target a new cow. How would I make it do something like: npc.closest("Cow", "Cow calf").!isUnderAttack Sorry for all the questions, but this script i'm working on i'll put in the local script section so hopefully if it works
-
Script I just made is not running?
Thank you so much it's working now
-
Script I just made is not running?
Yeah Heres a pastbin: http://pastebin.com/F3rcag4Z Much easier to read sorry about that.