Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Server Code Submissions

Reply
 
Thread Tools Display Modes
  #1  
Old 03-07-2009, 06:56 AM
Wolftousen
Sarnak
 
Join Date: Apr 2008
Posts: 49
Default Berserker Blur of Axes AA fix

file: zone/attack.cpp
line: 1,039

Insert:

Code:
if(skillinuse == FRENZY)
	{
		switch(GetAA(aaBlurofAxes))
		{
			case 1:
				damage = damage * 115/100;
				break;
			case 2:
				damage = damage * 125/100;
				break;
			case 3:
				damage = damage * 150/100;
				break;
		}
	}
Description: Berserker Blur of Axes AA was not being taken into account for frenzy damage (that is what the AA is for). Adding this line before sending the damage off should fix it, though I am not sure if it should be placed in the Attack function or CommonDamage function atm (for now putting it in Attack function before calling Damage function).
Reply With Quote
  #2  
Old 03-07-2009, 02:07 PM
Wolftousen
Sarnak
 
Join Date: Apr 2008
Posts: 49
Default

Ok, realized that this had somewhat been fixed in the SVN, overlooked it when i wrote this. But, the % increase that is currently in is not accurate. It should be 15, 30, 50, not 5, 15, 30.
Reply With Quote
  #3  
Old 03-08-2009, 02:40 AM
Wolftousen
Sarnak
 
Join Date: Apr 2008
Posts: 49
Default

This was actually put into zone/special_attacks.cpp line 251 in the latest SVN. Just needs to have the %s changed to: 15, 30, 50 instead of 5 15 30
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 08:16 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3