Quote:
New Murmarite Rune Turn ins. Not random goes through a certain order, (Unsure what happens if try to turn in a rune after the turn in list is complete...)
|
Not needed. Quests are not OP Codes they are perl quests.
Quote:
might collect lvl 70 ding if requested.
|
Also, not an OP code =)
The others might be good additions =)
__________________
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.
|