Project 1999

Go Back   Project 1999 > Class Discussions > Melee

Closed Thread
 
Thread Tools Display Modes
  #41  
Old 08-22-2016, 12:13 PM
darkreap darkreap is offline
Sarnak

darkreap's Avatar

Join Date: Jul 2014
Posts: 331
Default

I believe part of the issue with your numbers is your offhand will not be swinging every round. I think with max dw skill you will swing about half the time.
  #42  
Old 08-22-2016, 01:01 PM
jpetrick jpetrick is offline
Fire Giant

jpetrick's Avatar

Join Date: Oct 2013
Location: San Francisco
Posts: 766
Default

Dual Wield % = Dual Wield Skill + Level / 400

Dual Wield cap at level 60 = 240

75% @ Level 60 for Rangers

Spined Dragon Claw = 1.47
Green Jade Broadsword (Offhand) = .88

1.47 + (.88 x .75) = 2.13

I don't know what your dual wield skill is at level 47 but your damage is worse than what I just provided.
__________________
Elzhi <Indignation>
Last edited by jpetrick; 08-22-2016 at 01:04 PM..
  #43  
Old 08-29-2016, 10:15 AM
demokatt demokatt is offline
Fire Giant


Join Date: Jun 2012
Posts: 575
Default

So woodsman staff is:
((31*2)+19)/35 = 2.31 ratio

And two lammys are:
Wurmslayer - ((25*2)+11)/40=1.525 + (0,75*1,525) = 2,67

So even a crappy weapon like lammy is better 50+ ? Are we sure that 2H bonus is 19 at 60? And is it mathematical correct to just take the ratio * 0,75 to simulate offhand damage?
Last edited by demokatt; 08-29-2016 at 10:18 AM..
  #44  
Old 08-29-2016, 12:33 PM
koros koros is offline
Planar Protector


Join Date: Mar 2011
Posts: 1,127
Default

http://codepad.org/NjMM455H

From Rogean directly:

}
// Sep. 19, 2000 until Oct. 8, 2001, delay adjustments.
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;

Ok, so a 35 delay weapon has a 17 damage bonus at 60.

(31*2+17) / 35 = 2.257

I believe the duel wield skill check is (level + skill / 500), not 400. So it fires at 60% for rangers at 60.

so a 1:2 ratio weapon will add a .6 at 60 in the offhand.

Lammys = 2.09
Jade maces = 2.21
Woodsman = 2.256
Crescent Blades of Luclin + Winter's Fury = 2.39
Epics = 2.367 (not including haste and raw atk)

Make sense now?
Last edited by koros; 08-29-2016 at 12:35 PM..
  #45  
Old 08-29-2016, 04:13 PM
jpetrick jpetrick is offline
Fire Giant

jpetrick's Avatar

Join Date: Oct 2013
Location: San Francisco
Posts: 766
Default

Quote:
Originally Posted by koros [You must be logged in to view images. Log in or Register.]
I believe the duel wield skill check is (level + skill / 500), not 400. So it fires at 60% for rangers at 60.
How certain are you of this? I would need to redo a lot of my math on monk weapons if this is true. Which also would make 2handers way better (for monks) than almost any dual wield combination.
__________________
Elzhi <Indignation>
  #46  
Old 08-29-2016, 04:25 PM
Kutsumo Kutsumo is offline
Sarnak

Kutsumo's Avatar

Join Date: Jan 2013
Posts: 308
Default

Quote:
Originally Posted by jpetrick [You must be logged in to view images. Log in or Register.]
How certain are you of this? I would need to redo a lot of my math on monk weapons if this is true. Which also would make 2handers way better (for monks) than almost any dual wield combination.
Pretty sure he's right, some classes have a 500 divider and some classes have a 400 - possibly only Monk has 400.
__________________
<Asgard>
Kutsuu (rog), Neverest (mnk), Guredo (rng)


Life's hard when you're stupid.
  #47  
Old 08-30-2016, 05:37 AM
demokatt demokatt is offline
Fire Giant


Join Date: Jun 2012
Posts: 575
Talking

Quote:
Originally Posted by koros [You must be logged in to view images. Log in or Register.]
http://codepad.org/NjMM455H

From Rogean directly:

}
// Sep. 19, 2000 until Oct. 8, 2001, delay adjustments.
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;

Ok, so a 35 delay weapon has a 17 damage bonus at 60.

(31*2+17) / 35 = 2.257

I believe the duel wield skill check is (level + skill / 500), not 400. So it fires at 60% for rangers at 60.

so a 1:2 ratio weapon will add a .6 at 60 in the offhand.

Lammys = 2.09
Jade maces = 2.21
Woodsman = 2.256
Crescent Blades of Luclin + Winter's Fury = 2.39
Epics = 2.367 (not including haste and raw atk)

Make sense now?
Yes thanks, I was way off in my calculations - wrong weapon and forgot to remove damage bonus on offhand :-)

I think I keep the lammys anyway since I like the stats compared to woodsman, +12 STR, + 12 STA and +40 HP is more worth it imo than 0,166 better ratio and it looks cooler than the old stick I have had for 50 levels :-)

I could switch to two Defiance though, I wonder if 20 AC is better than 12 STA + 40 HP? Also get +16 DEX, could be good for getting more crits on the arrow :-)
  #48  
Old 08-30-2016, 06:32 AM
TheBiznessTZ TheBiznessTZ is offline
Fire Giant

TheBiznessTZ's Avatar

Join Date: Mar 2015
Location: A Mall
Posts: 659
Default

I use Tolans long sword of the glave and swift wind... Am I doing it wrong? ....
__________________
  #49  
Old 08-30-2016, 08:52 AM
demokatt demokatt is offline
Fire Giant


Join Date: Jun 2012
Posts: 575
Default

Btw.. how hard/expensive is it to get my hands over a Swiftwind today on P1999? What steps in the quest do I really need to do to complete the swiftwind part?
  #50  
Old 08-30-2016, 09:47 AM
Cecily Cecily is offline
Planar Protector

Cecily's Avatar

Join Date: Jan 2012
Posts: 5,499
Default

Quote:
Originally Posted by TheBiznessTZ [You must be logged in to view images. Log in or Register.]
I use Tolans long sword of the glave and swift wind... Am I doing it wrong? ....
I think Tolan's sword is terrible, honestly. It's slow for a mainhand and you lose ATK from Swiftwind in offhand. Just all around kinda not so good.
Closed Thread


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 09:27 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 - 2025, Jelsoft Enterprises Ltd.