Jump to content

Spills

Members
  • Posts

    47
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male
  • Location:
    UK
  • Interests
    All kinds

Recent Profile Visitors

1659 profile views

Spills's Achievements

Bronze Poster

Bronze Poster (2/10)

11

Reputation

  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.
×
×
  • Create New...