Updates to Areas, NPCs, Database, and Systems.
- Content
- Areas
- Updated spawn points in New Ammathtar Crypt.
- Small update to Nomad’s Rest.
- NPCs
- Added pulling data from the DB and caching it to a holder to reduce DB calls.
- Areas
- Database
- Updated creatures to pull their local variables from the DB. These are for loot, XP, name color, plot, description, permanent death, immortal, disarmable.
- Added caching of the creature data pulled from the DB to a holder.
- Moved creature DB scripts to the spawn system include script.
- Moved area DB scripts to the area include script.
- Systems
- Server-wide events
- OnModuleLoad
- Added initializing the quest system.
- OnClientEnter
- Updated the message when a PC gets booted before the server has fully loaded. The correct time is now displayed in Pacific Standard Time.
- OnModuleLoad
- XP System
- You must now be within 5 levels of the highest PC in your group to get XP.
- You must now be in the same area as the creature killed to get XP from it.
- Spawn System
- Moved creature DB functions to the spawn system.
- Atlas System
- Fixed a bug that was not allowing local variables to be cleaned up on the Atlas when an area was fully explored.
- Loot System
- Updated the loot tables in the New Ammathtar Crypt.
- Server-wide events
- Scripts
- Updated Scripts(custom)
- Fixed a bug in the OnActivate script that didn’t allow the conversation to start that is assigned to an item.
- Updated Scripts(custom)