View Single Post
  #2  
Old 03-15-2005, 04:26 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Minlail
2 questions
how can i set max level?
Look at features.h in the zone project.
Quote:
how can i set it so when new users are created (when an accout logs in for the first time) there status level is 0?
It is like this by default.
Quote:
how can i create/edit spells or spell effects (like procs)
Edit the spells_us.txt in your's and your player's EQ directory.
__________________
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