View Single Post
  #11  
Old 08-16-2004, 05:25 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
Reply With Quote