Package lineage2.gameserver.model.base

Examples of lineage2.gameserver.model.base.TeamType.revert()


        allDead = false;
      }
    }
    if (allDead)
    {
      _winner = team.revert();
      stopEvent();
    }
  }
 
  /**
 
View Full Code Here


    if ((team == TeamType.NONE) || _aborted)
    {
      return;
    }
   
    sendPacket(SystemMsg.THE_OTHER_PARTY_IS_FROZEN, team.revert().name());
   
    player.stopAttackStanceTask();
    player.startFrozen();
    player.setTeam(TeamType.NONE);
   
View Full Code Here

      }
    }
   
    if (allDead)
    {
      _winner = team.revert();
     
      stopEvent();
    }
  }
 
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.