It only works if you have the exact version of the EQEMu Server that is outdated and you must have the EXACT client version for it to work. And you need to know exactly what EQEMu server is for that version. So, essentially, if you don't know one or the other or both (or if you dont have em), you can NOT play on minilogin.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|