Examples of SkillTargetType


Examples of com.l2jfrozen.gameserver.model.L2Skill.SkillTargetType

    }
   
    //************************************* Check Target *******************************************
    // Create and set a L2Object containing the target of the skill
    L2Object target = null;
    SkillTargetType sklTargetType = skill.getTargetType();
    SkillType sklType = skill.getSkillType();

    switch(sklTargetType)
    {
      // Target the player if skill type is AURA, PARTY, CLAN or SELF
View Full Code Here

Examples of net.sf.l2j.gameserver.model.L2Skill.SkillTargetType

   
    // ************************************* Check Target *******************************************
   
    // Create and set a L2Object containing the target of the skill
    L2Object target = null;
    SkillTargetType sklTargetType = skill.getTargetType();
    SkillType sklType = skill.getSkillType();
   
    switch (sklTargetType)
    {
    // Target the player if skill type is AURA, PARTY, CLAN or SELF
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.