• 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!

OpenTibia [various] Tibia Extended Client Library

Madzix

Well-Known Member
Joined
Sep 8, 2016
Messages
62
Solutions
12
Reaction score
94
Hello, I wanted to share with you the library that I wrote almost 9 years ago(some of the code is newer).
The code works only for 8.54 and 8.60(since I don't have any use of the other clients).
I might be expand the library even further but I needed it to be simple.
Hope it might be useful for someone.

Extended Features
  • Extended client files(exceeds the 65535 sprite limit)
  • Alpha channel .spr file(allows to use transparency(currently only work in DX9 and OGL)
  • Show health/mana percentage in client
  • Fix some weird problem with timeGetTime on windows 10+ryzen cpu
  • Manabar drawing below player
  • Exceeds the limit of 255 magic effects
  • Exceeds the limit of 65535 max health display
  • Exceeds the limit of 65535 max mana display
  • Exceeds the limit of 255 skills display

Source: SaiyansKing/Tibia-Extended-Client-Library
Download: SaiyansKing/Tibia-Extended-Client-Library
 
Nice work,but Can u Add mount system to 860 or something ??
 
@up In OTClient side it is, it needs TFS source edit.
I already edit tfs 0.4 ready for it and i can use tfs 1.2 tfs compile with mounts ... easyer but i need normal client with mount system players don't Love otclient ..
 
Hello, I wanted to share with you the library that I wrote almost 9 years ago(some of the code is newer).
The code works only for 8.54 and 8.60(since I don't have any use of the other clients).
I might be expand the library even further but I needed it to be simple.
Hope it might be useful for someone.

Extended Features
  • Extended client files(exceeds the 65535 sprite limit)
  • Alpha channel .spr file(allows to use transparency(currently only work in DX9 and OGL)
  • Show health/mana percentage in client
  • Fix some weird problem with timeGetTime on windows 10+ryzen cpu
  • Manabar drawing below player
  • Exceeds the limit of 255 magic effects
  • Exceeds the limit of 65535 max health display
  • Exceeds the limit of 65535 max mana display
  • Exceeds the limit of 255 skills display

Source: SaiyansKing/Tibia-Extended-Client-Library
Download: SaiyansKing/Tibia-Extended-Client-Library

Is there a way to break outfit limit ?
 
Hello, I wanted to share with you the library that I wrote almost 9 years ago(some of the code is newer).
The code works only for 8.54 and 8.60(since I don't have any use of the other clients).
I might be expand the library even further but I needed it to be simple.
Hope it might be useful for someone.

Extended Features
  • Extended client files(exceeds the 65535 sprite limit)
  • Alpha channel .spr file(allows to use transparency(currently only work in DX9 and OGL)
  • Show health/mana percentage in client
  • Fix some weird problem with timeGetTime on windows 10+ryzen cpu
  • Manabar drawing below player
  • Exceeds the limit of 255 magic effects
  • Exceeds the limit of 65535 max health display
  • Exceeds the limit of 65535 max mana display
  • Exceeds the limit of 255 skills display

Source: SaiyansKing/Tibia-Extended-Client-Library
Download: SaiyansKing/Tibia-Extended-Client-Library
could u release this for 8,70 clients? ...
btw awesome release thanks you bro


these are not nastarius.. butbwhat i've told u @Sorn ? something pretty similar has been released for free it's just matter of time until tibianic sources or something better will be released to the public for free
 
Problem with "alpha = true"
Video surface allocation failed. (Error Code 13).
Please choose another video graphics mode.


//tested on Dx9 & OpenGL.
 
Back
Top