View Single Post
  #8  
Old 09-02-2004, 07:18 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: Beg to differ

Quote:
Originally Posted by Wumpas
Quote:
SEARCH BEFORE POSTING YOUR IDIOTIC QUESTIONS.

YOU CANNOT PLAY ON EQEMU IF YOU HAVE PATCHED SINCE JULY 16 2004. PERIOD.
I really beg to differ here do a search yourself please.

5.8 IS COMPATABLE WITH LIVE

Its on the first page of eqemulator.net if you dont beleive me.
Well when you login you never know who's characters you're going to get, Its not very operable, only one almost ghost server...ehh.. can't really play on there. And so many people are having problems with getting on....
__________________
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.