Jump to content

Manner

Trade With Caution
  • Posts

    616
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Manner

  1. nub
  2. I gonna ban all the mods
  3. If the closest cow is under attack, the script will not do anything. Take a look at this: http://pastebin.com/cTGie1Dq
  4. He was using the shorthand lambda expression, for the Filter<NPC> before. I don't know why he changed it to what he has now. getNpcs().closest(new Filter<NPC>() { @[member='Override'] public boolean match(NPC obj) { return obj.getHealthPercent() > 1; } }) ; is the same as getNpcs().closest(npc -> npc.getHealthPercent() > 1); @@PuppyLover101, change it back to what you had before, where you had the yellow lines. The yellow lines just means there is a warning. It will still compile and run. In eclipse, you can hover over the underlined lines of code and it will tell you what the warning is. It will also give you suggestions on how to fix it. If you can screenshot the warning tool tip, we can help you get rid of it.
  5. can you please hover over the warning and tell use what it says?
  6. Make sure you are using the java 1.8 compiler, so that it supports lambda expressions. http://stackoverflow.com/questions/22544064/java-8-lambdas-dont-work-everything-else-from-java-8-works-though
  7. rip, vip
  8. what? fucking inside jokes
  9. good guy @Alek
  10. Manner

    Member?

    just stop
  11. good night
  12. naw, just give some to me
  13. Manner

    Memories...

    I member..twas a good game
  14. tl and boring dw
  15. tldw
  16. Chocolate Milk
  17. That's me on the right!
  18. Manner

    Virgin

    so cool
  19. it is a site were you apply for a job?
  20. Hmmmm....I feel like you are using someone else's hard work to get likes on your post...
×
×
  • Create New...