Package instances

Examples of instances.TautiNormal$StartNormalTauti


            player.teleToLocation(r.getTeleportLoc(), r);
          }
        }
        else if(player.canEnterInstance(normalTautiInstanceId))
        {
          ReflectionUtils.enterReflection(player, new TautiNormal(), normalTautiInstanceId);
        }
        return "";
      }
      else
      {
View Full Code Here


        if(player.canReenterInstance(normalTautiInstanceId))
          showChatWindow(player, "tauti/sofa_sizraku002g.htm");
      }
      else if(player.canEnterInstance(normalTautiInstanceId))
      {
        ReflectionUtils.enterReflection(player, new TautiNormal(), normalTautiInstanceId);
        showChatWindow(player, "tauti/sofa_sizraku002a.htm");
      }
    }
    if(command.startsWith("reenter_tauti_normal_battle"))
    {
      Reflection reflection = player.getActiveReflection();
      if(reflection != null)
      {
        if(player.canReenterInstance(normalTautiInstanceId))
        {
          TautiNormal instance = (TautiNormal) reflection;
          if(instance.getInstanceStage() == 2)
            player.teleToLocation(TAUTI_ROOM_TELEPORT, reflection);
          else
            player.teleToLocation(reflection.getTeleportLoc(), reflection);
          showChatWindow(player, "tauti/sofa_sizraku002f.htm");
        }
View Full Code Here

TOP

Related Classes of instances.TautiNormal$StartNormalTauti

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.