EvilPuncker Posted September 12, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted September 12, 2012 (edited) File Name: Fix to auto-close on wrong password/id for new clients File Submitter: EvilPuncker File Submitted: 11 Sep 2012 File Category: Source Modifications Content Author: *Athena team Well, the code is kinda simple and since most people don't know about it yet, I'm releasing a diff for those who want it, it is just a piece of code copied from char.c and pasted into login.c to make the client send "rejected from the server" on wrong password, so it will not close anymore, and you can edit your msgstringtable.txt to show "wrong password/rejected from the server", hope you enjoy. Click here to download this file Edited September 15, 2012 by EvilPuncker 1 Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted September 12, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted September 12, 2012 (edited) is this for real? im going to try it. if this works..only one thing left... the click delay's on 2011 xD EDIT: Working! and it says rejected from server right?... how about when i go to character selection then click "cancel"...it says.. "Are you sure you want to quit?" it closes the client.. can you change it to when i click "cancel" it returns to login? Edited September 12, 2012 by Mr BrycE Quote Link to comment Share on other sites More sharing options...
Judas Posted September 13, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted September 13, 2012 no fix for that Quote Link to comment Share on other sites More sharing options...
Osaka Posted September 15, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 03/03/12 Last Seen: November 4, 2016 Share Posted September 15, 2012 (edited) There was any problem with it? Why is the file unavailable? o.o Edited September 16, 2012 by Osaka Quote Link to comment Share on other sites More sharing options...
Loom Posted September 15, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 23 Reputation: 3 Joined: 02/11/12 Last Seen: December 8, 2014 Share Posted September 15, 2012 Unavailable o_o Quote Link to comment Share on other sites More sharing options...
Mystery Posted September 15, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted September 15, 2012 (edited) There was any problem with it? Why is the file unavaliable? o.o Unavailable o_o The file has been updated and since it has, it has to be re-approved. Edit Approved. Edited September 15, 2012 by Mysterious Quote Link to comment Share on other sites More sharing options...
Rebel Posted September 16, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Share Posted September 16, 2012 I hope someone can release the client way on fixing this.. I tried using that but like Emistry said if your players accidently / purposely spam it... their account will be treated as DDoS attack by the server and temporary block them from login for a short interval... Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted September 16, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted September 16, 2012 @Razer X, you can add the counter in conf files, default is 5 if not mistaken, just add up to 30. Who will type wrong-pass 30 times Quote Link to comment Share on other sites More sharing options...
PewN Posted September 18, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted September 18, 2012 not working on me File Name: Fix to auto-close on wrong password/id for new clients File Submitter: EvilPuncker File Submitted: 11 Sep 2012 File Category: Source Modifications Content Author: *Athena team Well, the code is kinda simple and since most people don't know about it yet, I'm releasing a diff for those who want it, it is just a piece of code copied from char.c and pasted into login.c to make the client send "rejected from the server" on wrong password, so it will not close anymore, and you can edit your msgstringtable.txt to show "wrong password/rejected from the server", hope you enjoy. Click here to download this file why it's not working on 2011-03-15? Quote Link to comment Share on other sites More sharing options...
Mystery Posted September 21, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted September 21, 2012 Nice fix Working for my 2012-06-18 client xD Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted September 24, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Author Share Posted September 24, 2012 no longer needed, use this: http://rathena.org/board/topic/53421-weediffgen/page__st__180#entry140755 Quote Link to comment Share on other sites More sharing options...
86991101 Posted March 7, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 10 Reputation: 1 Joined: 07/27/12 Last Seen: December 6, 2024 Share Posted March 7, 2013 This is very good Working for my 2012-06-18 client Quote Link to comment Share on other sites More sharing options...
FReyes Posted January 11, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 117 Reputation: 1 Joined: 01/05/14 Last Seen: December 17, 2022 Share Posted January 11, 2014 hi there where can i replace this ? Index: trunk/src/login/login.c =================================================================== --- trunk/src/login/login.c (revisão 16773) +++ trunk/src/login/login.c (cópia de trabalho) @@ -1045,7 +1045,14 @@ if( !check_password(sd->md5key, sd->passwdenc, sd->passwd, acc.pass) ) { ShowNotice("Invalid password (account: '%s', pass: '%s', received pass: '%s', ip: %s)\n", sd->userid, acc.pass, sd->passwd, ip); - return 1; // 1 = Incorrect Password + { + int fd = sd->fd; + + WFIFOHEAD(fd,3); + WFIFOW(fd,0) = 0x6c; + WFIFOB(fd,2) = 0; + WFIFOSET(fd,3); + } } if( acc.expiration_time != 0 && acc.expiration_time < time(NULL) ) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.