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.
|