View Single Post
  #46  
Old 04-27-2005, 11:59 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Necro pets seem to be slightly overpowered. They cast a higher level lifetap that I am unfamiliar with. Level 4 necro pet can knock a level 8 mob down from 100% to 50%. Level 4 necro pet also seems to hit for 10-30's. I donno if this has already been an issue since I have only recently joined the eqemu community.
Yup, this is a database issue, not an EQEMu issue. So you'd need to talk to PEQ about that, that isnt a beta issue
__________________
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