View Single Post
  #2  
Old 08-06-2004, 02:56 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Use Search and Read the Tutorials.

Quote:
Hello, I have used those CVS build ones, and stuff and others, it just wont work I am so annoyed,
What about it didn't work? The current CVS works fine, maybe you don't have the correct db.

Quote:
if anyone has any release of it that is recent and works I would really like a copy of it thanks.
The latest patch is not compatible with EQEMu, so, this may help.

Quote:
Also, am I supposed to wait to connect until it says xxxx: sleeping on all of the zones?
Assuming its a dynamic (non-static) zone, yes. Always.
__________________
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