Package instances

Examples of instances.HarnakUndergroundRuins$FailTask


          }
          else if (player.canEnterInstance(INSTANCE_ID))
          {
            if (st.getCond() < 3)
            {
              ReflectionUtils.enterReflection(player, new HarnakUndergroundRuins(1), INSTANCE_ID);
            }
            else
            {
              ReflectionUtils.enterReflection(player, new HarnakUndergroundRuins(2), INSTANCE_ID);
            }
          }
          htmltext = null;
        }
        break;
View Full Code Here

TOP

Related Classes of instances.HarnakUndergroundRuins$FailTask

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.