Everything posted by FrostBug
- Repetition and Looping
-
Repetition and Looping
If you're into this kinda stuff IntStream.range(0, 10).forEach(i -> System.out.println("Loop " + i));
-
Music On/Off
Maybe the audio listener is broken for linux. Perhaps try running client in debug mode and see if it's throwing errors or something?
-
FrostCaves
Looks like a virus/keylogger to me I can't tell from this error. It's just an error that can occur from suddenly not being in the instance anymore (before it can detect it and move on). Could be anything. Could be missing flicks due to bad ping/lag spikes, run out of resources, or could be getting K0'd for other reasons. There is no way to know if not looking
-
LocalPathFinder
Pretty much, yes. I think you should be able to do: modifiedFlags[objToRemove.getLocalY()][objToRemove.getLocalX()] = 0;
-
FrostCaves
If I were you I'd double-check that Sound Effects are on in game settings
-
FrostCaves
Do as you please Sounds to me like game audio wasn't properly configured. Though, that can only occur if you start the script already inside the cave, instead of in the bank.
-
birthday boi
what a scam dun lie, u r getting old
-
Conditional Sleep Confusion
could change the sleep condition to 'item stack amount decreased && not animating anymore'
-
is it possible to get a List of all the inventory slots that contain "item"
as in the item indices? could do something like int[] slots = IntStream.range(0, getInventory().getCapacity()).filter(i -> getInventory().getItemInSlot(i) != null && "ItemName".equals(getInventory().getItemInSlot(i).getName())).toArray();
-
LocalPathFinder
0 is a walkable tile flag
-
FrostCaves
Can't seem to reproduce it. Was there anything in the logger?
-
Region positions
not sure why you want to do it but something like this is probably the most efficient, performance-wise private boolean isLoaded(Position pos) { return pos.getX() > getMap().getBaseX() && pos.getX() < (getMap().getBaseX() + 104) && pos.getY() > getMap().getBaseY() && pos.getY() < getMap().getBaseY() + 104; } Regions are 104x104 EDIT: Didn't test above method, btw
-
FrostCaves
no, sounds like auto configuration has broken. Try configuring manually - Reset hotkeys to default - Turn on Sound Effects (any level higher than 0) I will take a look at it tomorrow
-
Corrupt jar. Tried all help forums
Try deleting the installation folder in your user directory aiban pls
-
Fruity Barrows (Frost Barrows)
Thru OSBot client area or paypal control panel Thanks for using it
-
Fruity Barrows (Frost Barrows)
The mirror client is unfortunately still broken. This is not script specific, so you will have to use standard client mode until it's back up. Alrighty
-
Fruity Barrows (Frost Barrows)
Can you provide a screenshot of it / the log output? A hook may have broken in todays game update, perhaps a visual or log capture would shed some light on it Thanks
-
Fruity Barrows (Frost Barrows)
Please read the troubleshooting section in the OP
-
Fruity Barrows (Frost Barrows)
I don't sell vouchers, sorry. But there is a dedicated section for it in the marketplace Certainly did Started a new one.
-
Fruity Barrows (Frost Barrows)
Afraid not; all control over the break manager was removed Okay 1.5.10 is live; so it should be fixed now.
-
Fruity Barrows (Frost Barrows)
At this point, I can't create a custom break manager either, unfortunately. Even if I tried, I would be unable to control the Auto Login event; and writing a custom login handler is (AFAIK) not allowed on the SDN as it handles sensitive data (username + password). It would be doable for private scripts utilizing CLI; but not for the SDN I've asked the devs, but unfortunately they seem unwilling to add back control over the break manager , so my hands are somewhat tied
-
FrostCaves
hmm, I can't really tell everything that was going on there. If you find more situations where it should have picked a different safespot, please take a picture of the Simulation tab and/or the enemy states / GUI minimap. Tho there are many cases where it will simply have to tank the ranger regardless. Enabling multi-way flicking should take care of some of the damage
-
Fruity Barrows (Frost Barrows)
They are aware of it, and they're doing what they can. This affects all scripts, not just mine.
-
Fruity Barrows (Frost Barrows)
I hope so. But you need VIP rank to use it regardless