Skip to content
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

Open
Raggaer opened this issue Mar 18, 2017 · 9 comments
Open

Tibia 11 login #45

Raggaer opened this issue Mar 18, 2017 · 9 comments

Comments

@Raggaer
Copy link
Owner

Raggaer commented Mar 18, 2017

Make tibia 11 login page

@Aerwix
Copy link

Aerwix commented Nov 4, 2017

It's ready?

@Raggaer
Copy link
Owner Author

Raggaer commented Nov 4, 2017

@forgee Is working on it, I saw some progress and so far so good, but I have no idea if its finished

@forgee
Copy link
Collaborator

forgee commented Nov 4, 2017

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.

forgee added a commit that referenced this issue Nov 10, 2017
/nocsrf route
Update docs
@joseluis2g
Copy link
Contributor

How is this

@Raggaer
Copy link
Owner Author

Raggaer commented May 28, 2018

No progress, but should be easy to make using lua

@Raggaer
Copy link
Owner Author

Raggaer commented Jun 16, 2018

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

@joseluis2g
Copy link
Contributor

Could you post it as gist or smth

@Raggaer
Copy link
Owner Author

Raggaer commented Jun 17, 2018

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

@forgee
Copy link
Collaborator

forgee commented Jun 24, 2018

I uploaded what I have. It is a simple plugin that adds a page to handle the post request.
Connect using domain/nocsrf/play

It worked with 11.49.5813 but I have not been able to test with a newer client.

https://github.com/forgee/castro-client11
https://plugins.castroaac.org/view/castro-client11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants