Page 1 of 1
Some help would be nice.
Posted: 23 Feb 2013, 21:09
by triggs
I have started work on building a "friendly bot" for my public server to act as ManaMarket. I have already coded most of the bot program but I'm having problems with sending and receiving packets. I can connect to the physical server but not get past the login server (I can't seem to get through sending any packet with the login information). The bot does NOT render anything as it is not a client but a separate program just running an instance. If anyone can help I would appreciate it.
Re: Some help would be nice.
Posted: 23 Feb 2013, 22:00
by o11c
There's some documentation here:
http://wiki.themanaworld.org/index.php/ ... na_Packets
Pretty much only the login-server stuff is complete. Help is welcome!
Re: Some help would be nice.
Posted: 23 Feb 2013, 22:07
by triggs
Thanks!
EDIT: Question: Whats the Socket Flag?
Re: Some help would be nice.
Posted: 24 Feb 2013, 00:22
by Crush
I have started work on building a "friendly bot" for my public server to act as ManaMarket. I have already coded most of the bot program but I'm having problems with sending and receiving packets
Why do you have to reinvent the wheel? I thought friendly bots on TMW would have to be free software...
Re: Some help would be nice.
Posted: 24 Feb 2013, 00:58
by triggs
Crush wrote:I have started work on building a "friendly bot" for my public server to act as ManaMarket. I have already coded most of the bot program but I'm having problems with sending and receiving packets
Why do you have to reinvent the wheel? I thought friendly bots on TMW would have to be free software...
Well I didn't know this and the problem is how I'm coding it. I'm coding it using VB and C++ is what TMW stuff is coded in so either way I would have problems. I didn't know that you can download the bot code.
EDIT: I can't find the source code now that I've started looking for it