top of the hour disc spawns

This commit is contained in:
2024-04-22 19:25:50 -05:00
parent 1567b22fe4
commit 3c1a217ac6
2 changed files with 11 additions and 5 deletions
-5
View File
@@ -108,11 +108,6 @@ public enum LootManager {
mob.level = 60;
mob.healthMax = 7500;
mob.setHealth(7500);
if(mob.firstSpawn) {
mob.killCharacter("first spawn");
mob.firstSpawn = false;
mob.despawn();
}
ChatSystemMsg chatMsg = new ChatSystemMsg(null, mob.getName() + " in " + mob.getParentZone().getName() + " may have found the " + ib.getName() + ". Are you tough enough to take it?");
chatMsg.setMessageType(10);
chatMsg.setChannel(Enum.ChatChannelType.SYSTEM.getChannelID());