Jump to content

FrostBug

Scripter III
  • Posts

    3967
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by FrostBug

  1. 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);
  2. 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
  3. Version 1.1.17 - Added Mort'ton scroll route to barrows - Added checks for iban staff charges
  4. It doesn't run on the mirror client yet Added, good luck!
  5. 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/)
  6. FrostBug

    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
  7. 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));
  8. As soon as you hit 'Run' on the Applet security prompt, they can read your entire filesystem. 'CAN'
  9. 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
  10. You can regain my vote if you make bad grammar a kickable offense
  11. You'd had my vote if you changed Give everyone kick power in the chatbox to Give OSDs kick power in the chatbox
  12. Like khal said, it's basically the same. http://osbot.org/api/org/osbot/rs07/api/Widgets.html http://osbot.org/api/org/osbot/rs07/api/ui/RS2Widget.html
  13. 1. Use widgets instead of interfaces 2. Make sure you've got the right widget hiearchy of IDs. If it's a grandchild widget, the IDs would go parentID -> childID -> grandchildID 3. Make sure your action string is an exact match with the ingame action
  14. They should rather just have the option to set a welcome message in the actual chatbox, or be able to add it to the rules page Also, OP sux
  15. FrostBug

    FrostHunter

    I'll check it out, thanks for reporting. EDIT: Did a 2 hour run, but can't reproduce it. Is this still happening to you?
  16. Version 1.1.16 - Added a blacklist for untargetable entities - Added a temporary fix for using Toxic Blowpipe* ___________________ The temp. fix for blowpipe allows you to now use the weapon. But it still lacks some custom code to recharge the blowpipe / stop if it runs out of ammo. However, if you fill up a blowpipe completely, it should have enough ammo to last for several days, as it can hold more than 16.000 darts.
  17. I see, thanks. Looks like my failsafe wasn't enough. But looking at your debug print I can confirm that a blacklist would solve the issue, so thanks for posting it I don't know if it's an OSBot client bug, a Runescape client bug, or an actual measure to catch bots :E, but there are indeed cases of invisible barrow brothers. I will patch it right away
  18. if possible, use something like gyazo (or similar), to make a GIF of it. Either way, thanks for the report
×
×
  • Create New...