Package ai

Examples of ai.GuardofDawnFemale$Teleportation


          guard.setAI(new GuardofDawnStat(guard, spawn[1]));
        }
        for (Location spawn[] : guardsOfDawnFemale)
        {
          NpcInstance guard = newInstance.addSpawnWithoutRespawn(27352, spawn[0], 0);
          guard.setAI(new GuardofDawnFemale(guard, spawn[1]));
        }
        for (Location spawn[] : guardsOfDawn2)
        {
          NpcInstance guard = newInstance.addSpawnWithoutRespawn(18834, spawn[0], 0);
          guard.setAI(new GuardofDawn(guard, spawn[1], spawn[2]));
View Full Code Here

TOP

Related Classes of ai.GuardofDawnFemale$Teleportation

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.