Everything posted by FrostBug
-
Fruity Barrows (Frost Barrows)
60 ranged should be okay I think Magic dart is still better than Wind Wave, though. So stick with that if you can. If you get 70 magic however, the trident is far superior
-
Fruity Barrows (Frost Barrows)
Yep It wont be very profitable with these stats, even if you manage to pull it off You need higher magic and ranged levels for good performance
-
Fruity Barrows (Frost Barrows)
Started a trial Afraid not Started trial
-
Fruity Barrows (Frost Barrows)
I do have some updates planned related to: - Loot tracker price accuracy - Equipment & Prayer switching - (Possibly) Inventory layout management Added
-
How to call out a May-Day call - Full Guide
Where was this thread back when I got my dick stuck in my car door..?
-
Fruity Barrows (Frost Barrows)
Sorry, must have missed that Yes, added a trial
-
Need help on 2 things
public void onMessage(Message message) throws InterruptedException { // We start onMessage if (message.getMessage().toLowerCase().contains("Overload")) // Check if there is an overload return inv.interactWithName(Overload, "Drink"); // Drink said overload? no Overload variable though, meant to be String? return false; // We return false incase nothing is needed } // We close this method Interesting how you're returning booleans in a void method
-
Construction, in house objects
Sure it doesn't show up at all? It's a common issue that it takes a couple of seconds for object changes to become visible to the mirror client
-
I need help
check out the API docs specifically for this task you should look at the classes Npcs and Inventory (accessible from the script class by getNpcs() and getInventory())
-
Stupid coding errors I CANT fix!?
The error is not located in the provided code; most probably something above it EDIT: throwing interruptedexception should not be the issue
-
3333 Zulrah Kc Achieved ^.^
Jar of Swamp on Kill #1
-
Fruity Barrows (Frost Barrows)
proggy from
-
Dealing with dynamic areas
Don't listen to these knobs First go and find the local coordinates of the entities (eg. object#getLocalX, object#getLocalY) then, when you need to find the object / walk to the object, you can get its position by grabbing the base coordinates of your instance (An instance area always fills an entire region) So, the position in the instance would be: new Position(objectLocalX + getMap().getBaseX(), objectLocalY + getMap().getBaseY(), z);
-
Performance improvements planned for this week
- Fruity Barrows (Frost Barrows)
Added- Fruity Barrows (Frost Barrows)
You should have the correct attackstyle selected when you set up the equipment in the GUI If it teleports early, it should state the reason for doing so in the console and log file, check that out- Fruity Barrows (Frost Barrows)
Version 1.1.17 - Added Mort'ton scroll route to barrows - Added checks for iban staff charges- Fruity Barrows (Frost Barrows)
It doesn't run on the mirror client yet Added, good luck!- Fruity Barrows (Frost Barrows)
If you've got any of the log files for a run where it stopped, I'd be glad to take a look PM it to me if you do (Logs: ~/OSBot/Data/FrostBarrows/Logs/)- Fruity Barrows (Frost Barrows)
Added- Coffee
Do you drink it ? Yes How many ~ cups/day? 2-3 on work days, 3-4 on days off How do you take it? Black- player in an area or not
Player otherPlayer = getPlayers().closest("OtherPlayerName"); if(YOUR_AREA.contains(otherPlayer.getPosition()) { //Interesting things happen } EDIT: to get a list of players in your area, you can do: List<Player> playersInArea = getPlayers().filter(new AreaFilter<Player>(YOUR_AREA));- [Coming Soon] OG's TzHaar Fighter (FINISHED)
That looks pretty sweet. Good luck with the development- This Is Why You Get Banned
As soon as you hit 'Run' on the Applet security prompt, they can read your entire filesystem. 'CAN'- This Is Why You Get Banned
1. There are many other bots 2. We would simply change it if they started checking for it 3. Having it does not mean that we use it No - Fruity Barrows (Frost Barrows)