Slam Procs #123


  • New
  • Enhancment
Open
Assigned to ckknight
  • _ForgeUser3661225 created this issue Dec 13, 2009

    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.

  • _ForgeUser3661225 added the tags New Enhancment Dec 13, 2009
  • profalbert posted a comment Dec 16, 2009

    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:

    • make sure there is the buff is visible in your buff-UI.
    • record a _short_ combatlog where the event occurs and attach it to the ticket (as a file). to record a combatlog type /combatlog to start the recording and /combatlog again to stop it. The log can then be found in <your-wow-directory>/Logs/WoWCombatLog.txt
  • _ForgeUser314404 posted a comment Mar 1, 2010

    This works as expected with the following:

    • Output: Slam!
    • Icon: Slam
    • Primary Conditions:
    • Aura gain:
      • Type: Buff
      • Spell: Slam!
      • Unit: Player
    • Secondary Conditions: None
  • profalbert posted a comment Mar 1, 2010

    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.