Package l2p.gameserver.model

Examples of l2p.gameserver.model.L2Playable.followToCharacter()


        setIntention(CtrlIntention.AI_INTENTION_ACTIVE);
        return;
      }
      if(!actor.isInRange(target, offset + 20) && (!actor.isFollow || actor.getFollowTarget() != target))
      {
        actor.followToCharacter(target, offset, false);
      }
      _followTask = ThreadPoolManager.getInstance().scheduleMove(this, 1000);
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.