Examples of NpcMageAI


Examples of ai.NpcMageAI

        break;
      case 33173:
        sel1.setAI(new NpcArcherAI(sel1));
        break;
      case 33174:
        sel1.setAI(new NpcMageAI(sel1));
        break;
      default:
        break;
    }

    switch(npcId2)
    {
      case 33171:
        sel2.setAI(new NpcHealerAI(sel2));
        break;
      case 33172:
        sel2.setAI(new NpcWarriorAI(sel2));
        break;
      case 33173:
        sel2.setAI(new NpcArcherAI(sel2));
        break;
      case 33174:
        sel2.setAI(new NpcMageAI(sel2));
        break;
      default:
        break;
    }
    adolf.setAI(new NpcWarriorAI(adolf));
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.