View Single Post
  #1  
Old 04-08-2005, 07:10 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Rodnoldo
Hello,

I've created a number of custom quests. I have posted some little information on them elsewhere.

The quests for submission to this archive...

Must they be based on (replicated from) LIVE?
Or can they be custom and theme based?

Thanks.

Rodnoldo
Anything at all. Just make sure that, for instance, if you say item 1004, you need to tell us what that item is.
__________________
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