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

Do this,

Start your world.exe

next, go to Start>Run
Type in "cmd" and click Okay.

Next enter "cd\eqemu" (w/o quotes) or whatever your EQEmu dir is, and hit enter.

type in the following:

zone . localhost 7997 localhost
(replace localhost with your server ip)

Now zone.exe should load but it wont automatically close when theres an error. Now, once the error message comes up, right click the zone.exe and hit select all. Next, Hold CTRL and tap C. Come back here and Paste the output.
__________________
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