Everything posted by Czar
-
GoblinKiller [First Script/Open Source]
Just skimmed over the code, here are a few suggestions - Use filters for NPCs (both goblins and randoms), yes what you have is fine, but the goblin npc getter could be slightly optimized public Filter<NPC> goblin = new Filter<NPC>() { @Override public boolean match(NPC n) { if (!n.getName().equalsIgnoreCase("Goblin")) { return false; } if (n.getHealth() == 0) { return false; } if (!getMap().canReach(n)) { return false; } return true; } }; In this case, it will only attack goblins with health above 0 (alive) that it can currently reach. - Use getNpcs().closest(goblin) or ("Goblin", "Chicken", "Lesser demon") to get the nearest npc, instead of sorting them by distance manually - You can use npc.interact("Attack"), or simply hover and mouse click, however make sure you are not redundantly hovering over the npc, so if (hover) { // //blahblah } else { mouse.hover(..); } - Avoid sleep(Long.MAX_VALUE), instead, (assuming you want to stop the script) just call stop(); and it will logout automatically and terminate the script Overall, your code displays background knowledge with java however, a lack of understanding of the OSBot API, you can find it here So, take some time to familiarize yourself with the OSBot API and you should be just fine
-
Bought another script, not showing up?
Scripts/vip/purchases of any kind have started delaying for whatever reason, it should appear anywhere from 5 minutes to an hour, just keep refreshing scripts.
-
OSBot 2.3.40 - Dialogues, Pin Solver, and Patches
hooo yes chivlary is fixed i meant chivalry
-
Perfect Fisher AIO
Download the latest OSBot version .39 and everything will work OSBot has fixed their methods in this version
-
CzarRangingGuild
Download the latest OSBot version .39 and everything will work
-
Fishing Bots..
Widgets are broken (banks/deposit boxes/dialogues) at the moment.
-
Perfect Fisher AIO
Alright I have contacted the devs for this because it seems like most scripters are having this problem too, I will make a temporary workaround where it uses the fish on the deposit box, since the deposit box interface is crashing osbot. Version 2.97 - Temporary fix to deposit boxes until OSB is fixed Update should be live within an hour (until admin verifies it) Post suggestions below (if any) EDIT: Seems like the other fishing scripts are affected by this too. Here's a screenshot of the new update: I expanded the GUI, added a tool tip (help) for each option and added a new option for emergency purposes (if the depositing feature is ever broken, you can use the backup one)
-
Perfect Fisher AIO
Thanks for this, it will be fixed ASAP. ETA ~30 minutes, for now if you can, just powerfish until I fix this since powerfishing works
-
[#2] SDN Weekly | Script Releases | News & Updates
Ahhh czar experiments missing gj nonetheless XD
-
Perfect Fisher AIO
Version 2.96 - Fixed banking due to recent client changes - Made dialogues faster (used to be VERY slow) Update should be live within an hour
-
An improved section for scripting.
10/10 already wanted this since '14
-
Perfect Fisher AIO
Using client .38 ?
-
Perfect Fisher AIO
Version 2.95 - Fixed gangplank bug when sailing - Improved walking, no longer gets stuck at karamja anymore
- Perfect Rock Crabs
-
Perfect Fisher AIO
Hmm if you have an older client then use that temporarily, I will make an update in the meantime to fix this issue. ETA 2 hours.
-
CzarRangingGuild
Hmm I guess I'll have to rewrite the entire paint then. Aside from the paint, the script should be working perfectly fine though so expect an update in maximum 3 hours to fix this paint
-
Perfect Rock Crabs
Alright I'm pushing another update right now, it should be live within an hour Version 2.05 - bug fixes - Fixed getting stuck near cave - Added an option for looting edible seaweed - Made more space in the GUI
-
Perfect Fisher AIO
GUI Settings, fish, fishing location?
-
Perfect Rock Crabs
Ah well looks like west must still be bugged from the last few versions. Thanks for clearing it up! Guys, for now just go to the east rock crab area, that seems to be working just fine
-
Perfect Rock Crabs
Alright, I added the edible seaweed to extend trips, I guess i'll expand the GUI and add an option for seaweed. As for the hop worlds, I will look into it asap. Thanks for the feedback!
-
OSBot 2.3.38 - Mirror Client BETA + more
Windows 8.1 here, anybody else with an issue? :3
-
Perfect Rock Crabs
The edible seaweed or just regular seaweed? If regular seaweed, just enable minimap walking and it wont pick them up. As for edible seaweed, I can make it an option, sure it only takes a few minutes.
-
CzarRangingGuild
Okay, OSBot was now updated to version .37, everything is now fine, happy botting!
-
CzarRangingGuild
Use latest OSBot client version .37
-
Perfect Experiments
Make sure you guys are using the latest client, OSBot just updated to version .36