Skip to content

[Shaman] Fix Flametongue Weapon buff never applying - #11749

Open
ahomescu wants to merge 2 commits into
simulationcraft:midnightfrom
ahomescu:fix_flametongue
Open

[Shaman] Fix Flametongue Weapon buff never applying#11749
ahomescu wants to merge 2 commits into
simulationcraft:midnightfrom
ahomescu:fix_flametongue

Conversation

@ahomescu

Copy link
Copy Markdown

Trying to sim my elemental shaman Traxxen with use_blizzard_action_list=1 on raidbots after I picked Flametongue Weapon produced some really low numbers (7k DPS), see the report at https://www.raidbots.com/simbot/report/2GQFRwTqKp2aQzCMbQog1s. All it did was cast that buff over and over the whole fight.

This patch fixes the issue. I tested a local build and it now correctly simulates the fight, and DPS went up to around 60k. I suspect this might also solve the really low numbers for enhancement at https://www.noxxic.com/wow/sims/enhancement-shaman/one-button-alt. Their build takes this talent (but not the elemental one, for some reason).

The buff was created from find_class_spell( "Flametongue Weapon" ),
which returns not_found since the spell is now a talent, leaving the
buff with a zero trigger chance. The assisted combat APL gates the
imbue on buff.flametongue_weapon.down, so it recast the imbue every
GCD forever. Use the actual imbue aura (319778) instead.
Match the Windfury Weapon buff setup so the buff cannot trigger when
the Flametongue Weapon talent is not selected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant