Do YOU have omens installed?
At the moment, you may or may not know that I am working on a Custom-Legit server called The Two Empires. This server is to be as custom as we can get, new spells, strings, names, abilities, classes even, eventually. My desire is to have the start zone be an Omens of War zone, and actually its already 90% populated for that purpose. But, being that its a new expansion, and not many severs have used Omens of War, I just wanted to take a poll. Do you, in your eqemu folder, have Omens of War installed? And, if so, would it be a problem having that as a starting city?
__________________
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.
|