Everything posted by debug
-
Error Using GUI [Client Crashing]
I was just following this tutorial: http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/
-
Error Using GUI [Client Crashing]
Isn't it suppose to be in OnLoop()?
-
Debug Cutter
I have updated it to include a download.
-
Error Using GUI [Client Crashing]
Thank I managed to get it working now.
-
Error Using GUI [Client Crashing]
http://pastebin.com/khgk46f9
-
Error Using GUI [Client Crashing]
Line 56: status = state.toString(); That other is on line 163.
-
Error Using GUI [Client Crashing]
- Error Using GUI [Client Crashing]
// Create a select box for tree options JComboBox<String> treeSelector = new JComboBox<>(new String[]{"Tree", "Oak"}); // Add an action listener, to listen for user's selections, assign to a variable called selectedTree on selection. treeSelector.addActionListener(e -> selectedTree = treeSelector.getSelectedItem().toString()); I was using this code, but if I choose 'Tree' the client crashes, well, the CPU goes to 100% and I have to force quit, but if I choose 'Oak' then it works perfectly fine. I added another option in front of 'Tree' and now 'Tree' works in second position but the 'Oak' options is now causing the problem.- Debug Cutter
I am working on add more locations now, as well as a UI.- The Scotty Foundation
What even is the difference of having veteran and not? Just the gold username?- Beginning Botter
Isn't Rangers Guild instant ban? I wouldn't bot there if I were you.- Perm Ban FeelsBadMan
Low paid Chinese working for £1 every level 99.- Perm Ban FeelsBadMan
Probably the fresh account was the culprit, same thing happened to me when I was botting agility.- Debug Cutter
Debug Cutter Version: 0.04b (Beta) This is my first script for OSbot - I am still working out the bugs but everything seems to be working perfectly now. I will still be added more features as it goes on, so if you would like to request a feature you can do it in this thread. Current features: Basic Anti-ban Safe walk if in combat Cuts normal trees or oaks Will cut logs anywhere Powerchop only. The script works pretty much anywhere that there are trees or oaks. Screenshots: Download: https://mega.nz/#!kUtDELaA!f-In7csB6w-9c5dPGQ4ItqZsDVAz2BPXZM7RvZF2phI If you have any feedback, I'd really appreciate it.- Hey guys.
- [Developmental] OSBot 2.4.54-.56
Great update - will help a lot of users.- Lifetime Sponsor vs $100 Donor
I'd go for the donator option as the gold username would look more appealing and stand out and it shows how much you have donated - if people don't know what sponsor is they also might not know how much it costs.- Not Dropping All
Thanks, I'll try that. The reason is that I think the dropping is far to fast, and I can't drop items that fast so I was trying to make it delay around a second I will try your method and change the sleep and see if it works.- Not Dropping All
I managed to fix it so it drops all of the inventory. I was trying to add a random sleep between each drop so it doesn't seem to bot like and fast.- Scripts not loading
If you are using a local script, delete C:\Users\USER\OSBot\Scripts and then reload the client and refresh scripts and see if that works.- Scripts not loading
Is this your own script or is it from the SDN? Have you tried any other script to see if it is working and it is just not the one script?- Not Dropping All
I'm not sure why this isn't working, but when it gets to the Drop method it will start from the top and begin dropping, but it will leave the bottom logs, sometimes 1, sometimes 2 and it will keep building up. if (sI.inventory.isFull() && !sI.myPlayer().isAnimating()) { for (Item i : sI.getInventory().getItems()) { if (i != null && i.getName().equals("Logs")) { sI.inventory.dropAll(i.getName()); sleep(random(300, 1200)); } } }- Scripts not loading
Are you in fixed mode with default zoom? - You can try deleting everything OSBot related and downloading it again.- "good weather"
UK weather channel: "Today will be sunny" *Looks outside* It's raining.- scary
Fine Bros and Taylor Swift. That's one way to not go back to YouTube. - Error Using GUI [Client Crashing]