View Single Post
  #15  
Old 08-08-2004, 06:40 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by jimbox114
Why does so many people want to make a EQ Classic Server? I mean we got the grand creation right now that is very stable, supports several open zones at the same time, and works very well. I would think if another classic server was made it would not be played much since most classic eq fans are probably going to go to the grand creation. Just a thought?
Do a search for (or check the pig pen i think) for the posts "The Dream of Classic EQ and why it can't work" and "The Dream of Classic EQ and why it CAN work".

There are long posts about this already.
__________________
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