View Single Post
  #2  
Old 09-21-2004, 07:14 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: new computer ...whats wrong

Quote:
Originally Posted by rmanwop
i just bought a new computer and before that i was playin on scorps server. i downloaded his patcher and it worked on my old cmputer i even patched to live and that was 3 days ago. not i have my new commputer. it is a dell notebook inspiron 1150 and it is on wireless. i installed eq (eq platinum) and i didnt even patch yet. i downloaded scorps patcher and his eqhost.txt but when i clicked login it said server not available. so then i changed my eqhost.txt to the following
[LoginServer]
login1.eqemulator.net:5995
login2.eqemulator.net:5995
and now when i click the login button eq crashes to my desktop is doesnt even try to connect to the server list. and ideas i tryed search and found nuthing to helpful. and whatever was said i tried and it didnt work. thank you to whoever is able to help me out.
That is not a correct login server.
This IS:
Code:
[LoginServer]
Host=login1.eqemulator.net:5995
DO NOT COPY AND PASTE THIS Because the forums add two 'spaces' after [LoginServer] and eqhost.txt should NEVER have any spaces.
__________________
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.