Examples of startCollapseTimer()


Examples of lineage2.gameserver.model.entity.Reflection.startCollapseTimer()

      }
    }
    Reflection reflection = getReflection();
    if (reflection != null)
    {
      reflection.startCollapseTimer(60000L);
      setReflection(null);
    }
   
    if (_matchingRoom != null)
    {
View Full Code Here

Examples of lineage2.gameserver.model.entity.Reflection.startCollapseTimer()

        }
      }
      else if (command.startsWith("ExitFromQuestInstance"))
      {
        Reflection r = player.getReflection();
        r.startCollapseTimer(60000);
        player.teleToLocation(r.getReturnLoc(), 0);
        if (command.length() > 22)
        {
          try
          {
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.