View Single Post
  #20  
Old 09-23-2004, 07:14 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
Reply With Quote