Quote:
Originally Posted by mzuppo
Quote:
Originally Posted by bluejam
Quote:
Originally Posted by mzuppo
I wonder where could I get the eqgame.exe needed.
|
Huh?
|
Yes, the eqgame.exe that hasn't been patched to the newest.
|
That wouldnt help you would need all the patched DLL's and junk too.
And how did you patch to EQL without an internet connection?
__________________
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.
|