Everything posted by frozen8
-
Failed to start script
FOUND the issue. Can delete that.
-
OSBot & Windows 10
Logicly it should be the same thing. They did some change but it pretty much Windows 8 redesign.
-
DO NOT USE ATM
So people using rsbuddy or osbuddy don't remember what is called will be banned? :P
-
Wine Maker [FASTEST COOKING XP]
I don't care I wasn't hiding anything and people were still complaining it was a virus lol. They could decompile recompile or what ever they want I would not even care lol
-
Fruity Barrows (Frost Barrows)
How long have you guys been botting for lol?
-
Wine Maker [FASTEST COOKING XP]
Have you used it? If yes, did you like it?
-
Compiling without OSBot Jar
That's how it look like:
-
Compiling without OSBot Jar
Hey I'm trying to remove the jar from the jar I'm building when I compile the script but it seems like the OSBot.jar always stay inside. I'm using IntelliJ IDEA and I changed the Setting of the Project Structuve to Provided instead of Compile and it always stay with the jar file. Is there a special way to do it? Thanks for the help!
-
getAmount() Problem
I did some modifications now and it seems to be working fine. Also now another minor problem When I use that path: private final Position[] pathToHassan = { new Position(3275, 3169, 0), new Position(3279, 3177, 0), new Position(2388, 3180, 0), new Position(3291, 3172, 0), new Position(3292, 3167, 0) }; Sometime the bot click a couple time at the same position for some weird reason. I use this to go to a certain location: localWalker.walkPath(pathToHassan); Thanks a lot guys for helping me out so much!
-
getAmount() Problem
Thanks it's working! Also I'm having one last issue with the door. My current code to handle the door is this: if(!myPlayer().isMoving()) { RS2Object largeDoor = objects.closest(new Filter<RS2Object>() { @Override public boolean match(RS2Object rs2Object) { return rs2Object != null && rs2Object.getName().equals("Large door") && rs2Object.getPosition().equals(new Position(3293,3166,0)); } }); if(largeDoor != null){ getCamera().toEntity(largeDoor); if(largeDoor.isVisible()) try { largeDoor.interact("Open"); log("Opening the door"); return true; }catch(Exception e){ log("Door is already open"); return false; } } } The bot isn't Facing the camera on the door and doesn't interact with it. Thanks for helping me
-
getAmount() Problem
No they are not noted. I'm trying to get the number of Jug of water in my inventory.
-
Fruity Barrows (Frost Barrows)
70 Prayer and I use Barrow armor (Dharok, Torag or Guthan ;) )
-
getAmount() Problem
Is there a reason why this is always return 0 or 1 (0 of there's none and 1 if there's any) It's not boolean it's suppose to be integer. inventory.getItem("Jug of water").getAmount() Also is there a way to Face the camera to a NPC? Thanks for the help!
-
Fruity Barrows (Frost Barrows)
I use 5 prayer pot and I usually do 6-8 trips
-
Wine Maker [FASTEST COOKING XP]
That's what I'm using.
-
Wine Maker [FASTEST COOKING XP]
Test it and if it doesn't I'll update it
-
Fruity Barrows (Frost Barrows)
I use Trident but with Torag or Dharok.
-
SELLING THREAD LAYOUTS
So you tell is pretty medicore but you don't know how to do them yet? Are you serious lol.... At least you're trying to make money lol
-
SELLING AD SPACE!
I think people would rather sell ads in a signature of somebody that have 1k post + lol
-
Fruity Barrows (Frost Barrows)
I only drink prayer pot at Dharok. I don't use Prayer pot anywhere else. OSBot client version: 2.3.90 Mirror mode (Yes/No): No Detailed bug description: So if you have prayer point left at the chest. The bot will deactivate it and reactivate it. So maybe if you can do a checkup before deactivating it and enabling it right after it would make the bot less bot like. Script Status & Current Task (As displayed in the paint): Opening Chest Screenshots (If available): N/A Relevant logs (If available): N/A First time being that lucky (2k chest +)
-
Wine Maker [FASTEST COOKING XP]
? I trained to 70 and I don't even know if it costed me 1M lol
-
Fruity Barrows (Frost Barrows)
So far there was a couple glitch but I think. (Same old one) But I'll check if it still do it (KC Bug).
-
Fruity Barrows (Frost Barrows)
I'm using 2 doses per chest. But I'm also high in defence. I would suggest to pray only for Dharok, Karil and Ahrim. Also look into Trident staff and use barrow armor for defence.
-
Fruity Barrows (Frost Barrows)
That depends on the setting you have
-
Fruity Barrows (Frost Barrows)
Show us the debug information so we can help you out.