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

You went to the Summit and now you're interested in EMu? Yeesh, thats when you know Sony has done it in. By "some work to do" he means alot of packet collecting, source editing, etc. The databases out there are pretty good but not near complete. And if you're good at C++, you can begin to work on the bugs in EMu. Remember that EQEMu is rarely up to the latest patch, so if you have a large fanbase newcomers may not easily be able to log in.


Also, remember that EQEMu doesnt come with any quests, you have to make them or have your staff make them >.<

-edit- Personally, I think I would donate to see a near-perfect EQLive emulation. But I dont think anyone has the motivation to do something as big as that when they can make something they made up on their own.
__________________
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.