Everything posted by Czar
-
OSBot 2.3.42 - Mid-week bug fixes
excellent job guys
- div
-
CzarRangingGuild
Thanks for the feedback, I will update the walking method. EDIT: Hmm in the meantime try raising the memory to at least 512mb, see if that solves the issue
-
Perfect Experiments
You guys want the player to hop when there are 3+ players? (including yourself) So far, I am adding an option for hopping if somebody says 'bot/botting'
-
speed running runescape?
http://pastebin.com/raw.php?i=tzh4Zi18 Not really for speedrunning, but it is efficient af
-
Perfect Rock Crabs
Thanks for the feedback man also I don't think rock crabs drop bones, otherwise yes I can add bone burying support
-
Perfect Rock Crabs
Ohh lol here, this explains better than I can: http://osbot.org/forum/topic/57431-explaining-break-settings/ Don't bot for more than 12hrs/day, and if you want to avoid bans even more, use the mirror client
-
Script getting stuck in a loop
Ah I guess you can make it so if the closed door doesn't exist, then go to the SPIN case (use the spinning wheel) (lumbridgeDoor == null || area.contains(myPosition) to set the SPIN state, otherwise it will just walk to the room redundantly, when it can just click the spinning wheel and immediately start spinning ;)
-
Script getting stuck in a loop
You forgot to add spinningWheel.interact("Use"), that's why it's not doing anything
-
Perfect Rock Crabs
Since it is the first time you are running it, go to bank and have the items you need in your inventory, e.g. 20 trout, 1 camelot teleport then, click the button called 'Load Inventory' and it will save that inventory for the future, so every time you kill rock crabs and bank, it will take out those items. If you bring a camelot teleport with you (cammy tab) it will teleport, if you bring camelot spell runes, it will teleport using the spell. If you want to train ranged, bring some arrows/knives/whatever and run the script. The script does most of the work for you. Make sure you run the script while logged in.
-
Script getting stuck in a loop
Make a filter for the door with the following checks: - hasAction("Open"); - getY() <= Y (y being the y coordinate of the door closer to the stairs, not the second door for rune mysteries) if ^ that door exists, open it, if not, click the spinner and proceed with spinning. public static Filter<RS2Object> LUMBRIDGE_SOUTH_DOOR = new Filter<RS2Object>() { @Override public boolean match(RS2Object o) { if (o != null && (o.hasAction("Open")) && o.getY() < YYYY && o.getName().equalsIgnoreCase("Door")) { return true; } return false; } };
-
Perfect Experiments
Hmm, you'll have to give me more information than that, try running the script now and see what happens, if nothing still happens, I will investigate the issue. I do have an idea though, which experiment spot did you go to? Did you change anything from that last run? I haven't made any recent changes, so if this script worked last time it should keep working and so on, also, make sure to use the latest client .40
-
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