View Single Post
  #10  
Old 08-22-2004, 07:44 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

I don't usually use the #spawn commands, but I assume how its supposed to work is you login,

Code:
#spawn A_Mob 6 70 ...
/targ A_Mob00
#npcspawn Create

(Restart Zone)

/targ A_Mob00
#npcstats
Name: A_Mob00
NPCID: 000001
...
...

#dbspawn 000001
#dbspawn 000001
#dbspawn 000001

/targ A_Mob01
#npcspawn add

/targ A_Mob02
#npcspawn add

/targ A_Mob03
#npcspawn add
Yes, no?
__________________
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