Ramona adjustments.

Contributed by Sero.
This commit is contained in:
MobiusDevelopment
2020-11-09 22:52:14 +00:00
parent 300f9cfcfd
commit f5e93884b8
10 changed files with 15 additions and 15 deletions

View File

@@ -111,7 +111,7 @@ public class Ramona extends AbstractNpcAI
};
// Locations
private static final Location DEFAULT_LOC = new Location(86338, 172099, -10602, 16383);
private static final Location RAMONA_SPAWN_LOC = new Location(86327, 169759, -10465, 16383);
private static final Location RAMONA_SPAWN_LOC = new Location(86376, 172072, -10602, 16383);
// Other
private static final int ROOM_CONTROL_DOOR = 22230711;
private static final NoSummonFriendZone ZONE = ZoneManager.getInstance().getZoneById(210108, NoSummonFriendZone.class);
@@ -521,7 +521,7 @@ public class Ramona extends AbstractNpcAI
door.closeMe();
}
});
startQuestTimer("SPAWN_RAMONA_1", 10000, npc, null);
startQuestTimer("SPAWN_RAMONA_1", 6000, npc, null);
break;
}
case RAMONA_1: