• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!
[OTCv8] In-Game Highscores Window [TFS 1.x]

[OTCv8] In-Game Highscores Window [TFS 1.x] 2026-05-23

No permission to download
OTClient version
  1. Kondra's v8
Good day, OTLand ^^

I made this for my server and thought I would share it with the community. I hope it is useful to someone.

I tried looking for something like this, but I was only able to find older highscores systems that worked through commands, so here it is.

Features
  • In-game highscores popup using extended opcode 73
  • Level category first, with no rebirth/reset-specific category
  • Categories: Level, Sword, Axe, Club, Distance, Shielding, Magic Level, Fishing
  • Search box for filtering visible names on the current page
  • Page navigation
  • Highlighted own character row
  • Rank coloring: #1 gold, #2 white, #3 bronze, #4+ light gray
  • Includes a fixed 20x40 topbutton icon strip for normal/open toggle states

1779552974537.webp

Download Contents

Code:
client/
  modules/game_highscore/
    highscore.lua
    highscore.otmod
    highscore.otui
  data/images/topbuttons/
    highscore.png

server/
  tfs1x/highscores.lua

docs/
  INSTALL_TFS1X.md






Quick Install

1. Copy client/modules/game_highscore/ into your OTCv8 client's modules/ folder.
2. Copy client/data/images/topbuttons/highscore.png into your OTCv8 client's data/images/topbuttons/ folder.
3. Install the server-side extended opcode handler from server/tfs1x/highscores.lua.
4. Restart the client and server.

See docs/INSTALL_TFS1X.md for the full TFS 1.x setup.
  • Like
Reactions: maylsonlive
Author
USA Tibia
Downloads
19
Views
470
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from USA Tibia

Back
Top