Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Class Mechanics » Rogues

Reply
 
LinkBack Thread Tools
Old 03/04/13, 11:29 AM   #166
Simonhowl
Glass Joe
 
Worgen Rogue
 
Azjol-Nerub (EU)
Has any testing been done on PTR as to whether either leeching poison and/or recuperate interact with the RPPM mechanic on some of the new trinkets? Dancing steel currently procs from recuperate which is RPPM. I am not sure as to whether leeching poison can trigger a dancing steel (or indeed any other RPPM proc). Not that I would endorse the use of recuperate as a means of trying to increase dps, rather survivability or throw away combo points.

Great Britain Offline
Reply With Quote
Old 03/04/13, 12:09 PM   #167
Pathal
Don Flamenco
 
Pathal's Avatar
 
Worgen Rogue
 
Doomhammer
@Knarcus
That haste % in your formula is actually the highest of your attack speed increases. So SnD increases the proc rate of RPPM trinkets by 1.4 for Mut and Combat, and more for Sub. This is multiplicative with other attack speed increases. So mastery increases SnD's strength, which in turn increases RPPM proc rates.

@Simonhowl
There's no DPS to gain by using Leeching or weaving Recuperate with RPPM mechanics. With a proportionally smaller interval between events comes an equally proportionate chance to proc. This doesn't increase DPS.

To Test Customized Gearsets: An abbreviated guide on setting up a script for Shadowcraft
Helping You Get Things Set Up: Installing Python, Shadowcraft, and Prerequisites
Grabs data from the Armory: Running an Importer Script

Offline
Reply With Quote
Old 03/04/13, 12:56 PM   #168
Simonhowl
Glass Joe
 
Worgen Rogue
 
Azjol-Nerub (EU)
Thanks for the prompt clarification Pathal. After reading some more information regarding RPPM I presumed haste must be the only influencing factor as you have confirmed.

Great Britain Offline
Reply With Quote
Old 03/04/13, 2:53 PM   #169
Septicx
Glass Joe
 
Pandaren Rogue
 
Alonsus (EU)
Nerf to RPPM proc rates for us:
Just a reminder that RealPPM now uses your true melee haste or spell haste (whichever is higher) to scale the proc rate instead of attack speed or casting speed. The difference is that things that buff your attack speed (such as the raid buff or Slice and Dice) do not increase the frequency of RPPM procs
Source: PTR Class and Set Bonus Issues, Part III - MMO-Champion BlueTracker

Great Britain Offline
Reply With Quote
Old 03/04/13, 4:40 PM   #170
Simonhowl
Glass Joe
 
Worgen Rogue
 
Azjol-Nerub (EU)
Oh dear. Is it likely that the initial 5.2 release of Shadowcraft will factor in this recent change, as Pathal only just stated to the contrary? Blizzard do like to keep the Sim/Theorycrafters on their toes.

Great Britain Offline
Reply With Quote
Old 03/04/13, 4:48 PM   #171
Pathal
Don Flamenco
 
Pathal's Avatar
 
Worgen Rogue
 
Doomhammer
Doing it now. Everything seems to be working except Bad Juju is extremely low. I'm trying to debug to see if that's an issue with Bad Juju or if the RPPM scaling is off somewhere.

I have no clue what they consider "real haste" in 5.2. For now, I'm only considering haste rating to be "real haste" for rogues.

To Test Customized Gearsets: An abbreviated guide on setting up a script for Shadowcraft
Helping You Get Things Set Up: Installing Python, Shadowcraft, and Prerequisites
Grabs data from the Armory: Running an Importer Script

Offline
Reply With Quote
Old 03/04/13, 4:55 PM   #172
Simonhowl
Glass Joe
 
Worgen Rogue
 
Azjol-Nerub (EU)
Great stuff. The proc scaling with item level is an interesting addition (not sure if this had been announced before) which accounts for the presence of the same proc on each trinket.

"- Proc rate multiplied by 0.1 for non-melee specs. Proc rate multiplied by 0.25 against player controlled units. Proc rate multiplied by 1/(1.15^((528-ItemLevel)/15) for the various Item Level versions of the trinket."

Whether this formula will equate to a proportionally larger proc (which we have been used to, from same trinkets but of different item level), in terms of dps gain remains to be seen.

Great Britain Offline
Reply With Quote
Old 03/04/13, 4:56 PM   #173
fierydemise
Von Kaiser
 
Troll Rogue
 
Shadowmoon
Quick hack: Pass (haste_multiplier *get_heroism_haste_multiplier() +0.05) into proc_rate method instead of attack_speed_increase. I may have the heroism multiplier in the wrong spot I'm not sure. In the long run that .05 should be dependent on the spell haste buff but as a short hack I just assumed it was present.

I'm not seeing anything off with Bad Juju based on this hack.

Offline
Reply With Quote
Old 03/04/13, 5:12 PM   #174
Pathal
Don Flamenco
 
Pathal's Avatar
 
Worgen Rogue
 
Doomhammer
Grab the most recent build and look at the commits. I fixed most of the scale data for valor upgrading them, and added the scaling proc rate he just announced today.

EDIT: I'm not adding the .05 (which should actually be '* 1.05' ) until we figure out if the spell casting buff even applies.

Last edited by Pathal : 03/04/13 at 5:36 PM.

To Test Customized Gearsets: An abbreviated guide on setting up a script for Shadowcraft
Helping You Get Things Set Up: Installing Python, Shadowcraft, and Prerequisites
Grabs data from the Armory: Running an Importer Script

Offline
Reply With Quote
Old 03/04/13, 5:42 PM   #175
fierydemise
Von Kaiser
 
Troll Rogue
 
Shadowmoon
Originally Posted by Pathal View Post
EDIT: I'm not adding the .05 (which should actually be '* 1.05' ) until we figure out if the spell casting buff even applies.
No it shouldn't be *1.05, the spell haste buff applies additively not multiplicatively. That said I think its fair to not include it without confirmation since haste mechanics are one place where Blizzard's terminology is somewhat inconsistent.

Offline
Reply With Quote
Old 03/04/13, 5:55 PM   #176
Pathal
Don Flamenco
 
Pathal's Avatar
 
Worgen Rogue
 
Doomhammer
I highly doubt that it's additive. Every spell caster resource says multiplicative, and I doubt they would make an exception to the rule for one ordinary buff.

(872/425.0/100+1)*1.05 = 1.07154352941 (aka, 7.15% spell casting speed)
Maths of Pandaria: DPS Caster Haste Breakpoint Cards - Blogs - Totem Spot
http://www.totemspot.com/images/hast...uidbalance.gif

To Test Customized Gearsets: An abbreviated guide on setting up a script for Shadowcraft
Helping You Get Things Set Up: Installing Python, Shadowcraft, and Prerequisites
Grabs data from the Armory: Running an Importer Script

Offline
Reply With Quote
Old 03/04/13, 6:53 PM   #177
Whathump
Glass Joe
 
Undead Rogue
 
Destromath
Originally Posted by Knarcus View Post
What is it that makes sub able to play the RPPM Items better than the other specs?
From my understanding RPPM works as follows:
X(ppm) * (haste % + 1) * (time since last chance in sec) / 60 (sec per min)

Is the answer the increase to SnD from mastery, granting more weapon swings and therefore more but smaller chances with each swing? Or is the mastery somehow affecting the haste component in the equation?
Well, mastery won't make a difference anymore. RealPPM is now going by actual haste and ignoring any attack speed buffs.

PTR Class and Set Bonus Issues, Part III - Forums - World of Warcraft

Originally Posted by Ghostcraler
We changed RealPPM to use your true melee haste or spell haste (whichever is higher) to scale the proc rate instead of attack speed or casting speed. The difference is that things that buff your attack speed (such as the raid buff or Slice and Dice) do not increase the frequency of RPPM procs. True haste boosts, such as Bloodlust or haste rating on gear will improve proc rate. We felt this change was necessary to balance proc rates among different specs.

United States Offline
Reply With Quote
Old 03/04/13, 6:59 PM   #178
fierydemise
Von Kaiser
 
Troll Rogue
 
Shadowmoon
I don't think this is the root of the bad juju issue however it appears the proc_rate method is using the base ppm rather then the ilvl adjusted ppm.

Actually I'm not sure there is an issue with bad juju. The uptime comes out to just under 20% with 19% haste. Using the formula for expected proc interval (60/(rppm*haste)) we get an expected interval of just over 100 seconds with 19% haste. 20 second uptime with procs every 100 seconds should be around 20% uptime.

EDIT: Maybe the issue identified above is related. When computing dps without any computation of trinket EP values the proc_rate method uses base_ppm. When using the get_other_ep method the proc_rate method appears to be using the lfr ppm.

Last edited by fierydemise : 03/04/13 at 7:16 PM.

Offline
Reply With Quote
Old 03/04/13, 8:10 PM   #179
Pathal
Don Flamenco
 
Pathal's Avatar
 
Worgen Rogue
 
Doomhammer
Are you referring to line 404? https://github.com/dazer/ShadowCraft...init__.py#L404

That's because if I don't remember the base value (which is only used to be changed into the real ppm), we'll keep multiplying that ppm by whatever their ilvl scaling formula generates. IE LFR trinkets go from 0.5, to 0.27285, to 0.148894245, etc due to loops. That's the only time that piece of data is ever called on, and it keeps the loops from letting things spin out of control.

-----

Anyways. I've got work early in the morning. I'll have to sleep on this and hope I figure it out before then. Indz will probably get everything else running so the rest of the engine is working for the patch (it's better than nothing). Trinkets will probably be off/wrong tomorrow, but the rest of the engine should be running full tilt, I'll get right back at this when I get off work if someone doesn't beat me to the punch.

I noticed that other independent theorycrafting has hinted that the trinkets will suck, so maybe I just need to revisit some of the basic assumptions and determine uptime and average stats by hand.

To Test Customized Gearsets: An abbreviated guide on setting up a script for Shadowcraft
Helping You Get Things Set Up: Installing Python, Shadowcraft, and Prerequisites
Grabs data from the Armory: Running an Importer Script

Offline
Reply With Quote
Old 03/04/13, 11:15 PM   #180
Vigilate
Glass Joe
 
Vigilate's Avatar
 
Human Rogue
 
Turalyon
New post by the Crab:
PTR Class and Set Bonus Issues, Part III - Forums - World of Warcraft

- Assassin's Resolve now increases damage by 30%, up from 20%.

United States Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Class Mechanics » Rogues

Thread Tools