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

AAC TFS 1.2 / MyAAC 1.0 BETA - LOGIN in-game via website

Xedoxo

Member
Joined
Oct 24, 2010
Messages
131
Reaction score
19
Hi

There a option to include option to log in character ingame by website? Example:
Someone log in site, click manage characters and have option "LogInToGame" and automatically the character is logged in to the server

Any ideas, tutorials something? I'd be grateful for any advice
 
It's called custom protocol handler and no, AFAIK official tibia client doesn't support this.


You may ask about OtClient - yes it's possible but not so easy.
 
It's called custom protocol handler and no, AFAIK official tibia client doesn't support this.


You may ask about OtClient - yes it's possible but not so easy.

Yes i ask for otc and i think it doesnt matter. I just want a option to IF YOU CLICK ON SITE in manage_characters - LOG IN so it sends only to TFS information about LOG_IN player_name. And character is logged in server, nothing else.
 
If you mean some kind of spoof using PHP script. There is PHP OpenTibiaClientProtocol:
which can login into game and close connection (like 'exit' in client).

Yes, but i no have idea how to run it with 8.00 protocol and if it possible to integrate with MyAAC?
 
Yes, but i no have idea how to run it with 8.00 protocol and if it possible to integrate with MyAAC?
Code that detects if player is in game or not, and then load it from database or connect to it is - call it from some Lua function and you get player logged into game from Lua script:
You also have to edit code that blocks attack and kick from game for losing connection:
 
Back
Top