st.setState(STARTED);
}
else if (event.equalsIgnoreCase("loc1"))
{
htmltext = "droph_q307_2a_1.htm";
RadarControl rc = new RadarControl(0, 1, GorgolosLoc);
st.getPlayer().sendPacket(rc);
}
else if (event.equalsIgnoreCase("loc2"))
{
htmltext = "droph_q307_2a_2.htm";
RadarControl rc = new RadarControl(0, 1, LastTitanUtenusLoc);
st.getPlayer().sendPacket(rc);
}
else if (event.equalsIgnoreCase("loc3"))
{
htmltext = "droph_q307_2a_3.htm";
RadarControl rc = new RadarControl(0, 1, GiantMarpanakLoc);
st.getPlayer().sendPacket(rc);
}
else if (event.equalsIgnoreCase("summon_rb"))
{
if ((ServerVariables.getLong("HekatonPrimeRespawn", 0) < System.currentTimeMillis()) && (st.getQuestItemsCount(CaveExplorationText1Sheet) >= 1) && (st.getQuestItemsCount(CaveExplorationText2Sheet) >= 1) && (st.getQuestItemsCount(CaveExplorationText3Sheet) >= 1))