View Single Post
  #14  
Old 08-13-2004, 03:50 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by hidetada
This is very interesting indeed. I have a live account though. I actually have two live accounts. But in order to loggin will I have to pay to make it to the patch? This may cause many losses to EQEmulator. Is that going to be a problem? I may have to buy GoD in order to play on it unless there is some way around it. Ah well. I am not going to worry about it. Good luck to the ones that have to.
In launchpad you can still patch to an expansion, you just cant use it (on eqlive), even if you didn't buy it. Just like the old one.
__________________
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