-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tibia 11 login #45
Comments
It's ready? |
@forgee Is working on it, I saw some progress and so far so good, but I have no idea if its finished |
Normal login and two factor authentication is finished. Cast support is coming, but I have to look into the different cast systems and how to handle password protected casts. |
How is this |
No progress, but should be easy to make using lua |
I did something in lua but never finished it, but using the json package and the http write function should be anough to make this |
Could you post it as gist or smth |
Something like this function get()
local data = json:unmarshal(http.body)
print(data.password)
end Then you could take a look at znote login and add whats missing, ill try to work on this the following weeks |
I uploaded what I have. It is a simple plugin that adds a page to handle the post request. It worked with 11.49.5813 but I have not been able to test with a newer client. https://github.com/forgee/castro-client11 |
Make tibia 11 login page
The text was updated successfully, but these errors were encountered: