View Single Post
  #147  
Old 06-01-2011, 10:50 AM
Tenudil Tenudil is offline
Orc


Join Date: Oct 2009
Posts: 41
Default Melee hate

Kanras since you seem to be working on hate generated by melee attacks lately I was curious how much different the code on P1999 is from the standard emu code right now. I found a couple of threads that seem to have pretty good evidence/parses that show hate by regular melee attacks was simply (DB + base weapon damage) or DB + base weapon damage +1) for mainhand attacks and just base weapon damage or base weapon damage +1 for offhand attacks.

http://www.thesteelwarrior.org/forum...ead.php?t=3789
They use a shadownight spell with a known hate value and compare the number of swings to gain agro here. They don't actually come to the correct conclusion here because unknown to the parsers and hidden in a post half way through the thread the spell doesn't add hate when not in melee range. If you correct the number of casts of Terror of Terris with this information it comes very close to (DB + base weapon dmg) from above.


http://forums.station.sony.com/eq/po...opic_id=110464

Melee end up generating less hate per damage for the same reason that spell crits don't add hate. Hate is based on the base damage of the attack. Melee end up adding a massive amount of damage onto the base damage of the weapon with each hit, but the aggro they generate is based on that base weapon damage (and any base damage bonuses that apply).

Rashere