Everything posted by Czar
-
Perfect Rock Crabs
Thanks mate, so far I think I've fixed the aggressive mode, other than that the script works fine. The aggressive option was causing problems a few versions ago, however I made some changes in v2.15.
-
Running bot from Command Line
Nope, but good idea
-
Perfect Rock Crabs
Version 2.15 - Fixed visibility issue for aggressive mode (doesn't detect crab when standing on top of it) Update should be live within an hour.
-
CzarRangingGuild
Wow, unlucky man Is your IP flagged or something (did you get banned on another account using another script or anything?), because one user achieved 99 ranged quite recently (a few posts above) which requires at least 100hrs+ of botting.. So that's strange.
-
Perfect Rock Crabs
Has it even made a visible difference? I changed around a lot of the code. Anyway I'll investigate some more I guess.
-
Perfect Rock Crabs
Thanks for the feedback, I will investigate this and make an update ASAP.
-
Perfect Rock Crabs
Version 2.1 - Fixed aggressive mode! Now works flawlessly. - Fixed paint font (url link was dead) Update should be live as soon as SDN manager accepts the update (~1 hour)
-
CzarRangingGuild
Well it is the most popular range guild script in OSBot and it works well Version 4.1 - Fixed paint - Fixed visibility
-
CzarRangingGuild
Will fix this immediately, thought the client fixed the visibility issue already
-
Perfect Fisher AIO
Where exactly did it get stuck, and where did it walk, and did the script correct itself Alright I have added some updates to the script to make it perform better and more efficiently. Version 2.99 - Fixed broken font in paint - Fixed getting stuck in port sarim (happened randomly) - Added more accurate price grabber (more accurate profit)
-
OSBot 2.3.41 - Response Codes, Widgets, Dialogues
Hoooooo yes gj on the updates
-
Perfect Rock Crabs
Update coming soon, ETA ~3 hours, for now just disable aggressive mode like I mentioned earlier
-
Perfect Experiments
Mate all you had to do was ask, world hopping will feature in the next update including an option to hop at X players
-
Perfect Rock Crabs
Make sure you are not using aggressive mode for now, there have been some rough patches with the OSBot client (i'm sure it will be fixed in the coming versions) but in the meantime just don't use that mode. If there are still problems then post it and I will take another look and provide a workaround fix to these issues until the client is sorted. @Non its 4.99
-
Script isn't withdrawing, will only withdraw if i manually open the bank for it.
If it only withdraws when you manually open the bank, there is an issue with opening it (bank.open()). Personally, I have never it used due to the very same reason this thread is posted. However, in the meantime you'll just have to do the plain old RS2Object bankBooth = getObjects().closest("Bank booth"); or, create a filter for it to find all bank booths with the 'Bank' option to get rid of closed bank booths etc (this also applies to bank npcs and bank chests) and interact with it to open the bank.
-
Bought another script, not showing up?
Well give him an auth ares -.- until everything is sorted out :P
-
Bought another script, not showing up?
Which script ?
-
Reporting Bugs with Scripts
The OSBot version is the real killer for bugs (update b4 posting pls)
-
CzarRangingGuild
Sure mate, - Don't bot more than 12 hours/day - Don't bot on RS update days (new updates) that's it, but if you are worried, you can spend some time legit (quests, pking etc) just to be more safe enjoy ;)
-
Perfect Fisher AIO
I added a delay to changing fishing spots so that it doesn't look like a bot. Also, enable Anti-AFK in the GUI to stop it from logging out. I will make some tests to make sure everything is working, however. Thanks for the feedback, will update in ~30 minutes. EDIT: Alright, I fished shrimps @ Karamja and it changed the spots perfectly fine. I'm powerfishing and I enabled anti-afk. I will make an update which makes it Anti-AFK by default, and if you want to AFK then you can enable it in the GUI.
-
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