Page 1 of 1

How to bot shop?

Posted: 10 Dec 2018, 15:26
by Ecuador
I want to auto confirm buy requests made in accordance with the prices i've set.

ManaChat worked fine when i used it in 2016 June. But trying again now, it isn't working. Its last update was also in 2016 June.

Re: How to bot shop?

Posted: 10 Dec 2018, 18:56
by loofrewop
Manachat cann't connect because it takes the charserv and mapserv IP from the login packets recieved, and server now is sending "127.0.0.1" as the used IP for charserv and mapserv. Just set charserv and mapserv IP manually to solve:

in net/charserv.py, line 141:
change: server = SocketWrapper(host=host, port=port, protodef=protodef)
for: server = SocketWrapper(host="52.174.196.146", port=port, protodef=protodef)

in net/mapserv.py, line 1206:
change: server = SocketWrapper(host=host, port=port, protodef=protodef)
for: server = SocketWrapper(host="52.174.196.146", port=port, protodef=protodef)

Re: How to bot shop?

Posted: 12 Dec 2018, 09:32
by Ecuador
Thanks a lot! My shop is up and running.

Re: How to bot shop?

Posted: 13 Dec 2018, 10:19
by TheManaWorld
It doesnt work on Windows :alt-4:

Re: How to bot shop?

Posted: 15 Dec 2018, 19:26
by TheManaWorld
It works on Linux !