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

I'm a little confused on this issue. Is FreakU supposed to be an EQClient Clone, but same zones, spell effects, UI, etc?

I think that creating a client with just the same zones but different UI, spell effects and game essentials like that would basically take the eq out of eqemu.
__________________
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