Jump to content

Spills

Members
  • Posts

    47
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Spills

  1. Spills

    Fruity NMZ

    Hey Fruity, I'm having a problem where the script fails to use special attacks, it equips the correct weapon but then just attacks normally, am I doing anything wrong here or is this a bug? Edit: Forgot to mention I'm using Mirror Mode
  2. Hey @Czar Could I get a trial for this please? Many thanks, Spills
  3. Hey Project, could I possibly get a trial for this? Many thanks
  4. Hey @Czar Was just wondering if there are still plans to add support for the agility pyramid, or if that's on hold for now? Thanks, Spills
  5. @Khaleesi Love the script, though one suggestion. Would you be willing to add the option to repair pouches without the need for a Rune Pouch? Would be good if the bot could withdraw the runes for NPC Contact from the bank after a match is over instead Many thanks
  6. Ahah! I appreciate the response, funnily enough I was thinking about doing it this way, thank you!
  7. For some reason the BufferedImage that I want to paint is constantly returning null even through it's not throwing any exceptions when I read it. public class SpillsFisher extends Script { private BufferedImage background; public final void onStart() throws InterruptedException { try { background = ImageIO.read(getScriptResourceAsStream("resources/background.png")); log("No exceptions"); } catch (IOException e) { log(e.fillInStackTrace()); } } public void onPaint(Graphics2D g) { if(background != null){ g.drawImage(background, null, 10, 10); log("Not null"); } else { log("is null"); <-- it's always returning null here } } Structure within IDE Structure within 7zip (It has the resources folder and the image inside) I was using this post as a point of reference: I've also tried: background = ImageIO.read(SpillsFisher.class.getResourceAsStream("/resources/background.png")); From Having the same issue either way, any ideas?
  8. Could I please get a trial on this?
  9. Hey Khal, could I also get a trial on this? Thanks!
  10. Cheers, A great script, however, I've noticed one issue though. It only seems the fletch the initial inventory of logs that it chops when you have "Fletch near brazier" enabled. For example if I'm at 650 points and I've set it to aim for 750, it will chop 4 additional logs (after the first inventory is fletched and burnt), but it doesn't fletch them, it just burns them, causing it to back and forth, chopping and burning rather than fletching aswell.
  11. Could I get a trial on this please?
  12. I have a fisher with 84 fishing, full angler and access to fish minnows in the fishing guild, all other stats are level 3. How much do you think I could get for it?
  13. No lol, I never dissed the Quran. Someone else pointed out a contradiction and was called racist for it (which I thought wasn't fair). But this has escalated a lot since then and I don't think any good can come from these types of topics.
  14. @Imateamcape I don't quite know why I'm tagged as one of the dimwits The only point I wanted to get across is that it wasn't fair to call someone racist for questioning the Quran (or any holy scripture for that matter). I personally know nothing about it and wouldn't ever stop someone from believing in what they want to believe in. Though this and the other topic has escalated greatly since then and I don't want any involvement in it lol Thanks.
  15. In all fairness, all he did was find a common contradiction between what /some/ people say and what he found in the Quaran. That doesn't make him an Islamophobe or racist.
  16. Maybe not directly, but legitimate players may find it suspicious and then report you - which probably does affect ban rates. I know it's unlikely but some users just like that peace of mind. Next you'll be telling me that getSkills().hoverSkill(Skill.WOODCUTTING); Doesn't affect banrates either.. please.
  17. Spills

    OSBot 2.4.76

    Gimme them days. Thanks for the update, good work as always.
  18. Hi there my yellow counter-part. Good progress so far, good luck with further progress.
  19. Oh, didn't realize he was supplying the accounts + bonds. Fair enough
  20. Just out of curiosity, how would you profit selling the account for 2.5m when the bond to give it membership costs around that price?
  21. Bug: Bot gets stuck inside the Fire Alter and can't find the exit Mode: MIrror Mode
  22. It seems quite a lot of people are having this problem, it's working 100% fine on my end. OS:Windows 10 and on the latest version of Java.
  23. A lot of people say pseudo anti-ban methods don't impact detections, but personally I feel it's a good addition to any script and it gives it's users a bit more peace of mind, I would add it.
  24. In case you're still unaware, mirror mode is working again. Been using it all day!
  25. Couldn't help myself, sorry about that!
×
×
  • Create New...