164165166167168169170171172173174
public void run() { L2NpcInstance actor = getActor(); if(actor != null) { actor.stopConfused(); } _madnessTask = null; } }
183184185186187188189190191192193
public void runImpl() { final NpcInstance actor = getActor(); if (actor != null) { actor.stopConfused(); } _madnessTask = null; } }, 20000L); }
314315316317318319320321322323324
public void runImpl() { NpcInstance actor = getActor(); if (actor != null) { actor.stopConfused(); } _madnessTask = null; } }