#69 - Range Issue Debugging

This commit is contained in:
Rodgerwilco 2012-04-28 13:56:34 -07:00
parent 1511831b0d
commit ec36a93ac0
1 changed files with 4 additions and 0 deletions

View File

@ -263,9 +263,13 @@ public class RangeEvent extends DelayedEvent {
player.getActionSender().sendMessage("WalkMobToMobEvent finish");
npc.resetPath();
player.getActionSender().sendMessage("npc.resetPath");
player.setBusy(true);
player.getActionSender().sendMessage("setbusy");
player.resetPath();
player.getActionSender().sendMessage("resetpath");
player.resetAll();
player.getActionSender().sendMessage("resetall");
if (npc.isScripted())
Instance.getPluginHandler()
.getNpcAIHandler(npc.getID())