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

OTC V8 in website browser - possible?

OTcreator

Well-Known Member
Joined
Feb 14, 2022
Messages
503
Solutions
1
Reaction score
57
Hello.
Actually Global Tibia have a flash client on website browser and working good.
Maybe OTClient can do it , and write code to add OTC in browser?
This is possible?
 
Actually Global Tibia have a flash client on website browser and working good.
no, it has been removed for a long time already.

Maybe OTClient can do it , and write code to add OTC in browser?
of course it is possible, anything is possible if you find someone with the right skills and willing to do it for you

like this guy did:
 
Check my signature. I created my own client engine and server engine. This has absolutely nothing to do with Tibia except for the graphics. I have my own formats and protocols.

It is possible, just not practical. And it wouldn't have anything to do with OTClient, it may aswell be it's own thing.

But to answer your question, yes if you have the time.
 
It's possible, but a lot of work to make it happen.

You'd have to (at least partially) rewrite the client to be compatible with webGL and different input handling.
Then you'd have to change the protocol on both the client and server a bit so that you can communicate with the server over websocket instead of the usual way, since browsers (at least for now) can only do HTTP/S and websocket connections.
 
Back
Top