Package ai

Examples of ai.GuardOfTheDawn$TeleportTask


  }

  private void InstSpawnMethod(int npcId, Location point1, Location point2, Location teleport, long refId)
  {
    L2NpcInstance npc = addSpawnToInstance(npcId, point1, 0, refId);
    GuardOfTheDawn ai = new GuardOfTheDawn(npc);
    if(point2 != null)
    {
      ai.points = new Location[]
      {
        point1, point2
View Full Code Here

TOP

Related Classes of ai.GuardOfTheDawn$TeleportTask

Copyright © 2018 www.massapicom. 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.