Malcolm Posted October 29, 2019 Author Share Posted October 29, 2019 2 hours ago, run escapes said: hey Malcolm i was wondering if you can make it so we can make our own usernames with the txt? something like this: username:password:charname This is actually something I could easily implement actually and if the username is already taken I'll have it select one of the suggested names. 1 Quote Link to comment Share on other sites More sharing options...
run escapes Posted October 29, 2019 Share Posted October 29, 2019 4 minutes ago, Malcolm said: This is actually something I could easily implement actually and if the username is already taken I'll have it select one of the suggested names. sounds great. I was thinking it could be optional eg if you just leave it username:password it would generate names like it does now but if you add a last : with username it should create the char with the specified username Quote Link to comment Share on other sites More sharing options...
Malcolm Posted October 29, 2019 Author Share Posted October 29, 2019 2 minutes ago, run escapes said: sounds great. I was thinking it could be optional eg if you just leave it username:password it would generate names like it does now but if you add a last : with username it should create the char with the specified username Yup. I'd just have another checkbox if you're selecting your usernames with the accounts. Completely optional 1 Quote Link to comment Share on other sites More sharing options...
Malcolm Posted October 29, 2019 Author Share Posted October 29, 2019 V1.31 - Added option for users to select their own username VIA the loaded file. Made a check for names being available/taken and will select one of the alternative usernames if one is not available. 1 Quote Link to comment Share on other sites More sharing options...
Kramnik Posted October 30, 2019 Share Posted October 30, 2019 (edited) 18 hours ago, Malcolm said: V1.31 - Added option for users to select their own username VIA the loaded file. Made a check for names being available/taken and will select one of the alternative usernames if one is not available. Hi @Malcolm after this update I seem not be able to use account creation from the list. Made same file name as yesterday, same directory, but now the logger says that " Account List cannot be found" and after first account creation the script crashes. Also note that file is named accounts.txt , but I tried accounts aswell just though maybe this will fix the problem Edited October 30, 2019 by Kramnik Quote Link to comment Share on other sites More sharing options...
Malcolm Posted October 30, 2019 Author Share Posted October 30, 2019 (edited) 10 minutes ago, Kramnik said: Hi @Malcolm after this update I seem not be able to use account creation from the list. Made same file name as yesterday, same directory, but now the logger says that " Account List cannot be found" and after first account creation the script crashes. Also note that file is named accounts.txt , but I tried accounts aswell just though maybe this will fix the problem I'll look at it right now. It's V1.31 correct? @Kramnik sorry this may have been a bit confusing. The name of the file itself does not need the txt in it, but when you enter the file in the script you need to put the file type in it. So if you name your file "accounts" you should enter "accounts.txt" in the GUI. Just noticed this. Edited October 30, 2019 by Malcolm Quote Link to comment Share on other sites More sharing options...
Kramnik Posted October 30, 2019 Share Posted October 30, 2019 (edited) 19 minutes ago, Malcolm said: I'll look at it right now. It's V1.31 correct? @Kramnik sorry this may have been a bit confusing. The name of the file itself does not need the txt in it, but when you enter the file in the script you need to put the file type in it. So if you name your file "accounts" you should enter "accounts.txt" in the GUI. Just noticed this. Yes its 1.31. Tried as you said but getting this error when client freezes Also these errors Edited October 30, 2019 by Kramnik Quote Link to comment Share on other sites More sharing options...
Malcolm Posted October 30, 2019 Author Share Posted October 30, 2019 Just now, Kramnik said: Yes its 1.31. Tried as you said but getting this error when client freezes Are you entering usernames on all of the accounts in that txt file? If you dont it will throw that. Quote Link to comment Share on other sites More sharing options...
Kramnik Posted October 30, 2019 Share Posted October 30, 2019 5 minutes ago, Malcolm said: Are you entering usernames on all of the accounts in that txt file? If you dont it will throw that. No, I write like Login:Password but I also don't tick the "Including username in file..." box Quote Link to comment Share on other sites More sharing options...
Malcolm Posted October 30, 2019 Author Share Posted October 30, 2019 1 minute ago, Kramnik said: No, I write like Login:Password but I also don't tick the "Including username in file..." box OH I thought you were including usernames. At what point is it throwing that error? At the beginning of the script or the end when it tries to log into a new account? Quote Link to comment Share on other sites More sharing options...
Kramnik Posted October 30, 2019 Share Posted October 30, 2019 1 minute ago, Malcolm said: OH I thought you were including usernames. At what point is it throwing that error? At the beginning of the script or the end when it tries to log into a new account? Right after I click start it immediately crashes Quote Link to comment Share on other sites More sharing options...
Malcolm Posted October 30, 2019 Author Share Posted October 30, 2019 (edited) 4 minutes ago, Kramnik said: Right after I click start it immediately crashes I'm not having the issue. How is the information formatted in your file and how are you entering the GUI exactly? This is what I'm doing. And my accounts are formatted LOGIN:PASSWORD If you do maybe remove any white spaces you may have in your txt file. This may be an issue also. @Kramnik can confirm I just tried to make an account with white spaces in it and it threw the error you were getting. I'll patch that Edited October 30, 2019 by Malcolm Quote Link to comment Share on other sites More sharing options...
Kramnik Posted October 30, 2019 Share Posted October 30, 2019 4 minutes ago, Malcolm said: I'm not having the issue. How is the information formatted in your file and how are you entering the GUI exactly? This is what I'm doing. And my accounts are formatted LOGIN:PASSWORD If you do maybe remove any white spaces you may have in your txt file. This may be an issue also. @Kramnik can confirm I just tried to make an account with white spaces in it and it threw the error you were getting. I'll patch that Checked my file and it was like this acc1@mail.com:pass123 acc2@mail.com:pass123 etc. but it the end it had two empty line without text. So this is what was causing the problem? Quote Link to comment Share on other sites More sharing options...
Malcolm Posted October 30, 2019 Author Share Posted October 30, 2019 1 minute ago, Kramnik said: but it the end it had two empty line without text. So this is what was causing the problem? Yes, remove the empty lines and you should be fine. I'm fixing that so it doesn't occur to other users. Quote Link to comment Share on other sites More sharing options...
Kramnik Posted October 30, 2019 Share Posted October 30, 2019 8 minutes ago, Malcolm said: Yes, remove the empty lines and you should be fine. I'm fixing that so it doesn't occur to other users. Ah indeed it solved the problem. Thank you Quote Link to comment Share on other sites More sharing options...