View Single Post
  #1  
Old 12-15-2004, 01:28 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default INFORMATION :: The Quest Archive.

Starting a minilogin? Starting a server? The Quest Archive here is a forum of completed quests submitted by other players for use on your server. Before a quest can be sent here, it must be a useful, or creative quest, must contain all essential data (NPCs, Items, Factions, etc.) and must be fairly easy to set up. To begin, use the Search feature and enter keywords related to the quests you would like. Then, narrow your search to this forum, Quests::Completed. Then click on the results and see if you find one you like!
__________________
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