Copy the full session block straight from the Tibia client (the section that begins with “Session data:”).
How this is calculated
  • Each killed monster is looked up by name and matched to its bestiary difficulty.
  • Proficiency per kill: harmless 1, trivial 30, easy 70, medium 100, hard 165, challenging 240.
  • Session length is read from the “Session:” line (or the start/end timestamps as a fallback).
  • The per-hour rate divides total proficiency by the session length in hours.
  • If the session is shorter than 1 hour, the per-hour rate is extrapolated from the available data.