Jump to content

HeyImJamie

Lifetime Sponsor
  • Posts

    1096
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by HeyImJamie

  1. int logCount; @Override public void onMessage(Message m){ if (m.getType().equals(Message.MessageType.GAME) && m.getMessage().toLowerCase().contains("oak logs")){ logCount++; } }
  2. o you still sell? I'll skype u
  3. JSlayer is now Undefeated Slayer
  4. Any suggestions on best supplier for these?
  5. Right click it and there should be an open with option.
  6. So this is how you put items into GUI's Nice release.
  7. g mauls r cute and they match ur 4hed
  8. Check it's not the same name then like people above have said. I've forgotten to edit script manifest a few times previously
  9. Did you remember to keep scriptattributes or w/e when obfuscating
  10. Could try checking if the Npc is visible / can reach / is on screen or w/e.
  11. Can confirm, My script only activates antiban protocol once every (x + n) * v / z * 100/milliseconds since last action.
  12. It's like you can check boolean values and use certain sleep classes to sleep until they've executed succesfully.
  13. https://en.wikibooks.org/wiki/Java_Programming/Preventing_NullPointerException
  14. You're not null checking your widget, which is probably why the script freezes. I'd also look into using an alternative method to find your widget as using static IDs isn't the best practice when there's so many other ways to do it.
  15. If you're on linux try disabling your in-game sounds.
  16. You can check messages by type. So game, chat, trade etc. Take a look at the API
  17. This, Just a heads up though you don't need to setAllowObstacles as the boolean is already set to true on execution of the event. Teleports you do need to set though
  18. What Apaec said, also why do you define String arrays for things that aren't even an array
×
×
  • Create New...