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

Make master work in offline mode #60

Open
MrAlexEsisteGia opened this issue Apr 15, 2018 · 1 comment
Open

Make master work in offline mode #60

MrAlexEsisteGia opened this issue Apr 15, 2018 · 1 comment

Comments

@MrAlexEsisteGia
Copy link

MrAlexEsisteGia commented Apr 15, 2018

is there a way to set the master in offline mode?
it just says
"Error: Invalid credentials. Invalid username or password."
(the command is "node .\rbot.js localhost 25565 Bott [settting]")

@rom1504 rom1504 changed the title Can't control the bot in offline mode Make master work in offline mode May 1, 2018
@nota-star
Copy link

im a bit late but swap
password:process.argv[5] to password:process.argv[6] (line 17)
and
achieve.init(task.all_task.tasks,task.all_task.giveUser,task.all_task.parameterized_alias,task.all_task.alias,task.all_task.stringTo,bot,process.argv[6]);
to
achieve.init(task.all_task.tasks,task.all_task.giveUser,task.all_task.parameterized_alias,task.all_task.alias,task.all_task.stringTo,bot,process.argv[5]);

then just dont give a process argv 6
example: node rbot.js localhost 23365 testbot yourusername

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

3 participants