Examples of teleportHome()


Examples of l2p.gameserver.ai.L2CharacterAI.teleportHome()

              field.setAccessible(true);
              field.set(char_ai, interval);
              if(char_ai.isActive())
              {
                char_ai.stopAITask();
                char_ai.teleportHome(true);
                count++;
                L2WorldRegion region = npc.getCurrentRegion();
                if(region != null && !region.areNeighborsEmpty())
                {
                  char_ai.startAITask();
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.