Quote:
Originally Posted by cloud2276
I did find the perl enabled eqemu, and got it installed, not going to keep this long, as this isn't a quest support forum, Started the beastlord epic(my favorite class =)) Just having a few NPC database issues to work on, anyways, about the IP issue, I thought the only way to connect to a local server(since minilogin is broke) is through the eqemu.net loginserver? If there is another way, and if that works, it would save me the hassle of constantly looking up my ip/edit my ini.
Anyways, thanks for the replies.
|
It is, but if you change the world IP addresses in loginserver.ini and boot5zones.bat to localhost after you login you can disconnect from the internet and still be on your server.
__________________
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.
|