EQ wasn't really ever about gaining the max level in a week or a month anyway (Which used to be impossible =p), It was about exploring new places, meeting new people, questing, its a GAME, have fun. Sure, everyones GOAL is to get the maximum level, but not everyone is rushing to 65. Even if the wizards were overpowered on Scorp, I'd still play an Enchanter.
__________________
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.
|