Package instances

Examples of instances.IsthinaNormal$IsthinaDeath


          player.teleToLocation(r.getTeleportLoc(), r);
        }
      }
      else if (player.canEnterInstance(normalIsthinaInstId))
      {
        ReflectionUtils.enterReflection(player, new IsthinaNormal(), normalIsthinaInstId);
      }
    }
    else if (command.equalsIgnoreCase("request_hardisthina"))
    {
      Reflection r = player.getActiveReflection();
      if (r != null)
      {
        if (player.canReenterInstance(hardIsthinaInstId))
        {
          player.teleToLocation(r.getTeleportLoc(), r);
        }
      }
      else if (player.canEnterInstance(hardIsthinaInstId))
      {
        ReflectionUtils.enterReflection(player, new IsthinaNormal(), hardIsthinaInstId);
      }
    }
    else if (command.equalsIgnoreCase("request_takemyprize"))
    {
    }
View Full Code Here

TOP

Related Classes of instances.IsthinaNormal$IsthinaDeath

Copyright © 2018 www.massapicom. 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.