mcmonkeyprojects / Sentinel

Combat NPCs for Spigot!
MIT License
168 stars 84 forks source link

Allow Sentinel to not retarget #314

Closed Novalescent closed 4 years ago

Novalescent commented 4 years ago

For Sentinel,

I love sentinel, but the biggest complaint I have with it right now is that every time the runUpdate() occurs, it selects a new closest target.

If possible, it would be very useful to me if once it has a target, it does not retarget unless it is specified a new target or the target is dead or out of range.

mcmonkey4eva commented 4 years ago

Added config option random.retain target, set to true for this request.