View Single Post
  #11  
Old 05-27-2005, 10:40 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Yisasben
It wouldn't really be charging for the game, it's charging for the server as a community... no profit involved, was just a suggestion. It would kind of be like a clan renting a server to plan Call of Duty on, same thing, just with EQ, which, if we're going to get on the legal side, EQEMU isn't exactly legit (not that SOE cares), but once again, it was just a suggestion.
Yeah no, you can take donations, and that is done on many servers, but as soon as you start charging to play (in most circumstances), thats a big no. And EQEMu, afaik, but I'm no legal expert, you can search the forums for more answers for legal questions about this, is fully legal under international law. The DMCA was enough to shut down bnetd, but that was outrageous.
__________________
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