Beispiel #1
0
  @Override
  protected void onEvtFinishCasting() {
    if (_actor instanceof L2MerchantSummonInstance) return;

    if (getIntention() != AI_INTENTION_ATTACK) getActor().setFollowStatus(_startFollow);

    super.onEvtFinishCasting();
  }