Jump to content

Recommended Posts

Posted (edited)
1 hour ago, wongerlt said:

how this nonsense must work?
 

var closestTarget = targets.stream().min((o1, o2) -> (int) MathUtil.calculateDistance(o1, o2, false)).get();

 

 

this code is bullshit as any other code made by this guy.

 

Extreme caution should be considered before deploying his trash on live servers.

 

PS: the above code line alone has many flaws, this trash will produce exceptions because calculateDistance is volatile and the ordering within the Stream will be completely fucked up screwing with your server's resources and your psychology if you try to fix it

 

consider o1

compares with

               o2 at distance Y at time frame dt1

compares with

               o2 at distance != Y at time frame dt2 !!!!!!!!!!!!!!!!!!!!!!!!!!

 

your sorting is now corrupted and will lead to exceptions and thread exhaustion while the JVM tries to deal with this shit for X amount of players at low itnervals

               

Edited by xdem
Posted

yeah... and i tried to understand what a point to select mob which have lowest distance between other mob but not player.. 😄 totally nonsense

  • Upvote 1
Posted
1 hour ago, wongerlt said:

yeah... and i tried to understand what a point to select mob which have lowest distance between other mob but not player.. 😄 totally nonsense

 

haha ! didn't notice that ! what a clown  !

  • Vision locked this topic
Guest
This topic is now closed to further replies.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock