world.DarnelRoom.npclist = new HashMap<L2NpcInstance, Boolean>();
L2NpcInstance newNpc;
newNpc = addSpawnToInstance(DARNEL, new Location(152759, 145949, -12588, 21592), 0, world.instanceId);
world.DarnelRoom.npclist.put(newNpc, false);
Reflection r = ReflectionTable.getInstance().get(world.instanceId);
r.openDoor(DOOR3);
r.openDoor(DOOR4);
}
private void runSteamRoom1(World world)
{