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"))
{
}