Disabled defunct module reset

Disabled defunct module reset.  Disabled item destruction on drop.  Added PRC'd creature abilities.  Fixed invalid hak association.  Updated release archive.
This commit is contained in:
Jaysyn904
2023-11-04 17:58:12 -04:00
parent 5b9e05fa1f
commit 6aa7ab4950
191 changed files with 5844 additions and 234 deletions

View File

@@ -26,9 +26,7 @@ if (nInt != OBJECT_TYPE_WAYPOINT)
else
DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eEffect, GetLocation(oTarget)));
DelayCommand(7.0, FloatingTextStringOnCreature("Server Reboots at 10 minutes after Midnight, 8am, and 4pm Easter Standard Time.", oPC));
DelayCommand(7.0, FloatingTextStringOnCreature("Server Reboots at 10 minutes after Midnight, 8am, and 4pm Eastern Standard Time.", oPC));
//DelayCommand(8.0, FloatingTextStringOnCreature("The Underworld was created on 1/1/07 by Guile/Genisys", oPC));
}
DelayCommand(8.0, FloatingTextStringOnCreature("The Underworld was created on 1/1/07 by Guile/Genisys", oPC));
}