Really I don't think this is plausable. The people who use OpenZone make content for their servers, and having an expansion to go on any server would be kind of useless to benefit theirs.
For example, if I was proficient in OpenZone and was a developer for a server, why would I make some zones for an expansion when you can just log into my server and play them? Then my server gets more population and you still get to use the new zones.
Just my 2cp.
__________________
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.
|