Does anyone here know how to write bots for Magic the Gathering Online or any other MMORPG games? I'm thinking about need some help on an idea i have and if anyone knows of any experts in this field, please let me know. Primarily i want to have someone build a trading bot. Thanks!!
I'm good in Java programming, I know how to write crawling bots. sorry this is new to me... what you mean by MMORPG?
massive multiplayer online role playing game. well first you need to learn protocol of the game with a packet sniffer, from there you write your own sort of client that connects to the game, waits for packets, THEN runs some AI then sends new packets back. pretty simple, huh? NOT SIMPLE! You'd be better off writing your own game and selling it.