Thread: Berserker Epic
View Single Post
  #10  
Old 08-04-2004, 12:42 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by gimpdom
That probably is the effect, but since SoE changed how effects worked on items, it lost the 40 atk that was originally in the spell effect (which is now listed as Attack: +40). The effect may have included the 40% haste in it at the start as well.
Good Point.
__________________
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