Active intention for monsters on spawn.
Contributed by sinsegi001.
This commit is contained in:
@@ -1405,6 +1405,9 @@ public class Attackable extends Npc
|
||||
// Clear all aggro char from list
|
||||
clearAggroList();
|
||||
|
||||
// Set the intention of the Attackable to AI_INTENTION_ACTIVE
|
||||
getAI().setIntention(CtrlIntention.AI_INTENTION_ACTIVE);
|
||||
|
||||
// Clear Harvester reward
|
||||
_harvestItem.set(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user