Project 1999

Go Back   Project 1999 > Server Issues > PvP Bugs

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #32  
Old 11-06-2014, 12:39 AM
Latege Latege is offline
Aviak


Join Date: Nov 2014
Posts: 75
Default

That seems just about what it should be based on the code.

Code:
	else if (RuleI(Combat,TwoHandedDmgBonus) == 2)
	{
		if (Weapon->Delay <= 27)
			return (GetLevel() - 22) / 3; // Just 1h bonus + 1.
		
		int32 base;
		if (GetLevel() > 50)
			base = ((GetLevel() - 7) / 3);
		else
			base = ((GetLevel() - 25) / 2);

		if (Weapon->Delay <= 39)
			return base;
		else if (Weapon->Delay <= 42)
			return base + 1;
		else if (Weapon->Delay <= 44)
			return base + 3;
		else
			return base + (Weapon->Delay - 31)/3;
	}
I don't know if it rounds up or down, but Oggok Cleaver should have a 20.66 damage bonus, and Weighted Axe should be 57.33. If it rounds all the numbers down before adding then it will be 20 vs 56 or so.
Reply With Quote
 


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 12:16 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.