Jump to content

Forev

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Forev

  1. On ‎9‎/‎23‎/‎2018 at 8:28 PM, Matenia said:

    All of these require Lua events:

    Check how it reads whether overpower procs here: https://github.com/EinBaum/SP_Overpower (or if you're not in vanilla read up on COMBAT_LOG_EVENT_UNFILTERED in TBC+)

    If overpower procs, set a boolean value to true in your rotation scripts
    Build a step in your rotation that that switches to Battle Stance if the boolean is true and rage is below 25
    Build a step that casts overpower in battlestance if possible AND sets the boolean back to false
    Build a step that casts Berserker stance, if you're not in Berserker stance and the boolean is set to false
    (info on how to read current stances: http://wowwiki.wikia.com/wiki/API_GetShapeshiftFormInfo)

    Could you please show me how that would be written ? 

    Like for ExampleBerserker Stance ---> Battle Stance  -->Use Overpower

    Cuz im not sure i fully graps how it should be written out

     

  2. First, I'm new to to coding but i would really like if someone could show me a snippet of how to go about implementing stance dance to the warrior routine.

    Some obvious examples where Stance-dance is needed

    Overpower pops :  Berserker Stance ---> Battle Stance  -->Use Overpower

    Taunt resisted:  Def Stance ---> Battle Stance  -->Use Mocking Blow 

     

×
×
  • Create New...