Package lineage2.gameserver.model.instances

Examples of lineage2.gameserver.model.instances.NpcInstance.showTransformationSkillList()


        break;
      case TRANSFORMATION:
        learnSimpleNextLevel(player, skillLearn, skill, 0);
        if (trainer != null)
        {
          trainer.showTransformationSkillList(player, AcquireType.TRANSFORMATION);
        }
        break;
      case COLLECTION:
        learnSimpleNextLevel(player, skillLearn, skill, 0);
        if (trainer != null)
View Full Code Here


          return;
        }
        learnSimpleNextLevel(player, skillLearn, skill, 1);
        if (trainer != null)
        {
          trainer.showTransformationSkillList(player, AcquireType.CERTIFICATION);
        }
        break;
      case DUAL_CERTIFICATION:
        if (!player.getActiveSubClass().isBase())
        {
View Full Code Here

          return;
        }
        learnSimpleNextLevel(player, skillLearn, skill, 2);
        if (trainer != null)
        {
          trainer.showTransformationSkillList(player, AcquireType.DUAL_CERTIFICATION);
        }
        break;
    }
  }
 
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.