View Single Post
  #5  
Old 12-28-2004, 04:17 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Yeah, Scary pretty much got it. As far as I understand it, the Client does not allow NPC's to cast beneficial spells on PC's, or as far as we yet understand how it works.

Best thing would be to use selfcast(); and if you want, doanim();
__________________
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