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

Quote:
Originally Posted by Numtin
I've changed everything in the boot5zone.bat to localhost and unlocked the server (value is 'false') and it did the exact same thing. Crashed the zone.exe files.

I'm assuming you meant to change external IP's on the boot5zones.bat file only since I still need the external IP address on the loginserver.ini
Wrong. Change EVERY external IP to localhost.

-edit-
If after you do that, and it doesn't work, try:
127.0.0.1
__________________
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