Thread: Is this Wierd?
View Single Post
  #9  
Old 08-03-2004, 11:14 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by hypershadow66
Hey it worked!! anyways, how come the mobs when i make them and do a #npcspawn create, then restart the server they dont show up?
Try adding the npc to npc_types (or NPCs tab in EQAdmin) and using #dbspawn.
__________________
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