Jump to content

satyr

Members
  • Posts

    17
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

satyr's Achievements

Newbie

Newbie (1/10)

3

Reputation

  1. I would imagine that part of the validate statement saying whether or not we are ready to execute involves making sure the character is within a certain area which means the area and objects should have loaded.
  2. Any runecrafting alter? If so I will whip up a quick air rune crafter and see if I have an issue.
  3. Hm, I will look into it as well. Where are you when it happens for you?
  4. Those videos and tutorials don't really touch what I think is important most times. What one should really focus on is learning methodologies of software development, learning how to gauge software quality, learning how to conduct software tests, project management, etc.
  5. I can confirm this issue similarly as well. In order to consistently NOT get NPE I null check the name, and definition using stream. So something like: objects.getAll().stream().filter(w -> w.getDefinition() != null && w.getDefinition().getName() != null) Then you can obviously add something to the effect of w.getDefinition.getName().equalsIgnoreCase("your filter") From there you can use .sorted() and a good lamda expression to sort by distance however you may like. Hope that helps.
  6. satyr

    BETA v1.7.23

    Freaky forester is still failing as well. Just killing the wrong pheasant.
  7. satyr

    BETA v1.7.21

    PM me with the details. Depending if I'm on or not, you might have to wait a couple of hours. By details do you mean the account details or object ids and such? Do you want us to leave it in there for you to solve?
  8. satyr

    BETA v1.7.21

    How do you want us to help with the grave digger, do we contact you when we have it? Then what? I want to help, dunno how.
×
×
  • Create New...