Thread: druid epic 2.0
View Single Post
  #4  
Old 09-22-2004, 01:40 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

In order for us to have quests/mobs/etc.. someone needs to run through it and packetcollect/log the mobs and quest responses. So we cannot give you any info whatsoever on an unsolved quest.
__________________
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