This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I was wondering if there are any plans to include a trigger for instant slam procs. I've been trying to create my own with no luck. I've searched all the faq's and other postings but the only post I found was almost a year old. I can't find any mention of how to create a trigger for slam or if it is even possible. Any help would be appreciated.
The trigger-system was changed significantly, and I expected it to work. Since I do not have access to a warrior, I cannot reproduce anything myself.
From research I can only guess: It should work with creating a "Aura gain"-trigger: unit = player spell = "Slam!" (pay attention to the "!". you may also try the spellId here 46916).
It should also be noted, that since 3.3 the combatlog-events for auras are sometimes broken.
So if it doesn't work:
This works as expected with the following:
That helps a lot. However this only works on an English client.
I require the spell-id of the buff. On wowhead I can only find references to "Slam". The buff however is named "Slam!".
So please run the following command when the buff is up
/dump UnitAura("player", "Slam!")
and copy the output here.
To post a comment, please login or register a new account.