Jump to content

HeyImJamie

Lifetime Sponsor
  • Posts

    1096
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by HeyImJamie

  1. Since when're you back
  2. int logCount; @Override public void onMessage(Message m){ if (m.getType().equals(Message.MessageType.GAME) && m.getMessage().toLowerCase().contains("oak logs")){ logCount++; } }
  3. You've made enough on ETH already
  4. No rush bbyg
  5. Rip Tom
  6. o you still sell? I'll skype u
  7. JSlayer is now Undefeated Slayer
  8. Any suggestions on best supplier for these?
  9. Right click it and there should be an open with option.
  10. Have you even installed Java
  11. So this is how you put items into GUI's Nice release.
  12. g mauls r cute and they match ur 4hed
  13. Check it's not the same name then like people above have said. I've forgotten to edit script manifest a few times previously
  14. Did you remember to keep scriptattributes or w/e when obfuscating
  15. Could try checking if the Npc is visible / can reach / is on screen or w/e.
  16. Can confirm, My script only activates antiban protocol once every (x + n) * v / z * 100/milliseconds since last action.
  17. It's like you can check boolean values and use certain sleep classes to sleep until they've executed succesfully.
  18. https://en.wikibooks.org/wiki/Java_Programming/Preventing_NullPointerException
  19. 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.
  20. If you're on linux try disabling your in-game sounds.
  21. 46 def
  22. You can check messages by type. So game, chat, trade etc. Take a look at the API
  23. 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
  24. What you need bruh
  25. What Apaec said, also why do you define String arrays for things that aren't even an array
×
×
  • Create New...