Thread: _Chr List?
View Single Post
  #1  
Old 07-27-2004, 08:58 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default _Chr List?

Hello Again, all =)

I know the EQEMu Guidebook has a good list of the _chr names needed for the zone_chr.txt files, but so many of the models I'd like to have are not there, does anyone have a more complete list they would share? I searched around for this but couldnt find anything, so if this has been posted before let me know maybe I put in the wrong search query
__________________
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