https://github.com/nekiro/otloginserver
Small and portable web login server that helps you connect to your tibia server using client 12.
https://github.com/nekiro/otloginserver
http opentibia ots server
Last synced: 3 months ago
JSON representation
Small and portable web login server that helps you connect to your tibia server using client 12.
- Host: GitHub
- URL: https://github.com/nekiro/otloginserver
- Owner: nekiro
- License: gpl-2.0
- Created: 2020-10-13T19:16:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T12:27:40.000Z (about 4 years ago)
- Last Synced: 2025-01-30T09:41:25.745Z (about 1 year ago)
- Topics: http, opentibia, ots, server
- Language: C#
- Homepage:
- Size: 15.6 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# OT Login Server
Web Login server is used to help you connect to your tibia server supporting newest protocol version 12.
It was intended to use in development environment, so it may be buggy or not performant enough to suit production environments. Use at your own risk.
Technologies:
- .Net Core 3.1
- C#
- MySql
## Protocol Supported
12.85
## How To Compile
It's actually pretty simple.
Right click OTLoginServer project file and click publish, if you wish you can change some options there and just click publish.
That's it :)
OR
run build_win.bat or build_linux.bat
## How To Use
It's trivial, after you succesfully published, you gonna see new directory in your `bin` directory called `publish`.
Simply move your .exe file to your forgottenserver root directory (this one with config.lua in it)
That's it, just run it and enjoy. Make sure you `run` it as `administrator` though.
By default it will listen on `http://localhost:80/login/`, you can change this in Const.cs.
### Bugs
There is always room for improvement, so you if ran into any bug or so, report them in issues tab.
Pull requests are always welcome!