@
rock.theory
Start off with opening a connection to one of the servers
Default port 2050
server_list={
{"USWest","50.18.113.133"},
{"USMidWest","107.22.218.252"},
{"EUWest","46.137.187.86"},
{"USEast","184.72.218.199"},
{"AsiaSouthEast","46.137.247.5"},
{"USSouth","107.22.231.55"},
{"USSouthWest","50.18.176.194"},
{"EUEast","46.51.176.123"},
{"EUNorth","176.34.240.11"},
{"EUSouthWest","176.34.240.126"},
{"USEast3","50.19.47.160"},
{"USWest2","184.169.130.44"},
{"USMidWest2","174.129.56.145"},
{"USEast2","23.21.243.164"},
{"USNorthWest","184.169.131.108"},
{"USSouth2","107.20.55.255"},
{"AsiaEast","46.137.218.95"},
{"USSouth3","204.236.195.161"},
{"EUSouth","176.34.71.225"},
{"EUNorth2","46.137.38.91"},
{"EUWest2","176.34.195.206"}
}
There are probably lots of tutorials for making a simple chat client and sever for your chosen language,
I don’t know how to achieve this in vb, or c@
http://www.codeprojec*****m/Articles/...P-Chat-Program
Microsoft API as documentation online, and is very useful .
sockets
http://msdn.microsof*****m/en-us/libr...=vs.85%29.aspx
Edit
I’m probably never going to make that dll for you, it requires to much time and I have everything I need without a c++ version
This is code written in C it is a basic asynchronous non-blocking client connecting to one of the rotmg nexus servers.
Compiler is mingw32, dev c++, I’m sure you can use code blocker as it also uses mingw32 compiler
http://pastebin.com/KpMj8dfY