This is update 0.02. It adds PC maintenance, persistent hit points, and some system updates.
- Systems
- Server-wide events
- OnHeartbeat:
- Added PC Maintenance function. Heal and exports PC
- OnClientEnter:
- Added Welcome Message. Message is a string constant in ‘ss_inc_pc’
- Added persistent hit points across log-ins and server restarts.
- PC Location:
- Updated PCSaveLocation. Added trigger and waypoint templates.
- Log In:
- Updated ss_start_enter to save the token, atlas, and PCID to the PC as local variables for ease of access. Also update all other scripts that use these objects to use the local variables instead.
- New PC Setup:
- Added PCID to the SSToken. This ID is the unix timestamp.
- Rest System:
- Updated ss_mod_rest to allow resting if a rest timeis used.
- Changed messages to floaty text.
- Death System:
- Updated message to PC about XP debt.
- Made being dead persistent across log-ins and server restarts.
- Atlas system:
- New System
- Added the creation of the Atlas during new caracter set up.
- Added Atlas check function in ‘ss_area_enter’.
- Added check to see if an area is auto-explored for the PC.
- OnHeartbeat:
- Scripts
- New Scripts:
- ss_inc_newpc – added for functions associated with new PCs
- ss_savepoint_trg – added for the save points to be active
- Updated Scripts(custom):
- ss_inc_pc – moved new PC functions to ss_inc_newpc
- ss_inc_pc – updated waypoint tags for server safe point to be correct
- ss_inc_pc – added functions for saving and restoring the hit points of pcs
- ss_inc_db – include file for database functions.
- New Scripts:
- Items
- Standard
- Miscellaneous:
- Shining South Atlas added. – ss_atlas
- Standard
- Server-wide events