Skip to content

v0.3.0

Compare
Choose a tag to compare
@outdead outdead released this 01 Dec 19:27
· 89 commits to master since this release

Added

  • Add Events.OnEnterVehicle callback. Saves coordinates of the player's entry into the vehicle to {{dd-mm-yy_h-i}}_cmd.txt log file.
  • Add Events.OnExitVehicle callback. Saves player's exit coordinates from vehicle to {{dd-mm-yy_h-i}}_cmd.txt log file.
  • Add Events.EveryHours callback. Makes saving the character to {{dd-mm-yy_h-i}}_player.txt log file every one ingame hour.

Changed

  • Events can be turned on or off in the configuration of the LogExtender object.

Fixed

  • Removed levelup entries from the character’s creation window until the server is fully connected.