Page 1 of 1

[BUG] Shaman Threat

PostPosted: Tue Mar 03, 2015 6:03 am
by Mizu
Rockbiter Weapon and Earth Shock are meant to apply additional threat, but do not on Nostalrius.

Earth Shock's threat value in Vanilla should be 2x its damage, while here it is 1x.

Rockbiter Weapon should add a flat amount of threat per swing multiplied by your weapon speed, but does not. Here are the values from KLHThreatMeter's KTM_Data.lua:

Code: Select all
   ["earthshock"] =
   {   
      class = "shaman",
      multiplier = 2.0,

Source: http://www.wowwiki.com/Earth_Shock

Code: Select all
-- These are the DPS modifiers for ranks of rockbiter. Whenever a hit lands with a rockbiter weapon, the added threat
-- equals the speed of the weapon times the rockbiter value, e.g. 72 dps for max rank.
--! This variable is referenced by these modules: combat, my,
me.rockbiter =
{
   [1] = 6,  --  1
   [2] = 10, --  8
   [3] = 16, -- 16
   [4] = 27, -- 24
   [5] = 41, -- 34
   [6] = 55, -- 44
   [7] = 72, -- 54

Source: http://db.wowascension.com/?spell=20871

While one might be inclined to write off the nonfunctionality of Shaman tanking as a minor issue at best, this has broader implications for Enhancement as a whole, as Rockbiter Weapon can thus be safely used in place of Windfury and actually provide better DPS throughout most of Classic. Earth Shock would also naturally replace Frost Shock as the spell of choice for Enhancement Shaman.

Also, Rockbiter Weapon semi-rarely procs Flametongue for some reason.

Re: [BUG] Shaman Threat

PostPosted: Tue Mar 03, 2015 12:13 pm
by Norma
Mizu wrote:Also, Rockbiter Weapon semi-rarely procs Flametongue for some reason.


I see this bug too ...

Re: [BUG] Shaman Threat

PostPosted: Tue Mar 03, 2015 12:14 pm
by Bilandal
Nice bug report ! :)

Re: [BUG] Shaman Threat

PostPosted: Wed Mar 04, 2015 6:24 am
by Vinzane
Norma wrote:
Mizu wrote:Also, Rockbiter Weapon semi-rarely procs Flametongue for some reason.


I see this bug too ...



Yeah me too, it can even prov windfury. I Made a seperate post about it, with picture proof.

Re: [BUG] Shaman Threat

PostPosted: Fri Mar 06, 2015 12:01 pm
by Norma
Hello,

UP

Screen by Vinzane:

viewtopic.php?t=2041

Fix it, asap (next patch ?) please ... this bug is too big
Shaman Dps is too high with this cheat

Re: [BUG] Shaman Threat

PostPosted: Sun Mar 08, 2015 6:49 pm
by Mizu
Not really convinced of the windfury thing, but this is still a huge problem.