Any rough estimates on this please?
Stats:
http://prntscr.com/a4wner
Notable Items:
http://prntscr.com/a4wnvp
Thanks.
P.S. Also has a fairly rare obby mauler related name.
public static boolean isMyPlayerAlone(Script script) {
return script.getPlayers().getAll().size() > 1;
}
Is checking if your player isn't alone.
Iterating through every local player to see if one is interacting with you is overkill. Why not search in a certain radius?
Iirc all you need to know is that the ent is (indirect pun) an entity, and thus 'attackable'. Work with that.
The smoking rock is easily detectable by it's height. Work with that.
Glad to hear that you'll be having additional users to maintain the API.
Surely in regards to the walking, the randomization should be defined by the developer anyway? As each path is different and so ideally the method should take their own values for randomization?