View Single Post
  #8  
Old 07-16-2004, 12:07 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by supernewb
Making levels lower would consist of making the mobs alot easier to kill, or a lil less harder so they cant be soloed...
Right, the hps on the mobs would be low but It would be tweaked depending on the popularity of the server.

Anyway I spent some time on the quests and Ive changed it around a bit. Except to see another post about this in 6 years
__________________
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.