Thread: Throwing fix
View Single Post
  #2  
Old 03-07-2009, 06:32 AM
Wolftousen
Sarnak
 
Join Date: Apr 2008
Posts: 49
Default

File: zone/special_attacks.cpp
Line: 841

Add:

Code:
switch(GetAA(aaThrowingMastery))
{
	case 1:
		MaxDmg = MaxDmg * 115/100;
		break;
	case 2:
		MaxDmg = MaxDmg * 125/100;
		break;
	case 3:
		MaxDmg = MaxDmg * 150/100;
		break;
}
Description: This is for Berserker Throwing Mastery AAs
Reply With Quote