Page 1 of 3
1
2
3
LastLast
  1. #1

    Hans'gar and Franzok Assist (addon)

    **
    Update April 27:
    - Added an options panel.

    Update March 22:
    - Unlocking now makes all frames be shown.
    - Added stop casting alert for Disrupting Roar (can be disabled through '/hansgar stopcast').
    - Added '/hansgar resetpos' slash command.

    Update March 16:
    - Dance bar improvements.

    Update March 15:
    - The time and dance bars are now movable and resizeable and they aren't attached on the main frame anymore.

    Update March 08:
    - Added '/hansgar facing' command: set the dance bar orientation.
    - Added '/hansgar autofacing' command: set if the dance bar should auto set the orientation.

    Update March 05:
    - Added '/hansgar lock' command: lock with clickthrough or unlock the frame.
    - Added '/hansgar dance' command: show or hide the dance bar (for regular stampers and searing plates).
    - Added '/hansgar users' command: show who is using the addon in the raid.

    Update March 02:
    - Added cooldown animation for stampers go back up to the ceiling. Use '/hansgar cooldown' to show the countdown number.

    -------------------------------------------------------------------

    Hello everyone.

    I've just created this tool (with the help of the community on 'interface and macros' forum) for Hans'gar and Franzok encounter on Mythic difficulty.
    It tracks the Smart Stampers phase and show a mini-frame with 20 blocks representing each track.
    When any player in the raid walks through a clean track, it starts a count down.

    May help your raid on:
    - Know what blocks has been compromised.
    - Know how much time you have before need to move to the next track.
    - Raid leaders can use the track numbers to determine where the group will pass through.

    Slash commands:
    /hansgar delay <delay>: is the amount of time the player can stand in the track before move, default value is 5.
    /hansgar test show hide: turns on the addon and start track the movement or hide it.
    /hansgar cooldown: show the countdown number for stampers go back to ceiling.
    /hansgar lock: toggle lock and unlock on the frame.
    /hansgar dance: toggle dance bar (used to dodge regular stampers and searing plates).
    /hansgar autofacing: toggle if the dance bar auto switch sides if your character is facing north or south. Enabled by default.
    /hansgar facing <1 or 2>: when autofacing is disabled, 1 set the orientation to north -> south, and 2 set the south -> north.
    /hansgar users: show who is using the addon in the raid.
    /hansgar resetpos: reset the position of all frames.
    /hansgar stopcast: show the alert to stop casting (for Disrupting Roar).

    This video (isn't mine btw) shows it on action (at 02:05):






    Link to Download on Curse.com or search 'hansgar' on curse client.
    Last edited by Tercio; 2015-04-27 at 09:15 PM.

  2. #2
    Looks clean and functional, I like

  3. #3

  4. #4
    Neat enough addon. But it is too bad that smart stampers isn't where raids fail. Its the random ones that people need a helper for =P

  5. #5
    Pandaren Monk Mhyroth's Avatar
    10+ Year Old Account
    Join Date
    Sep 2012
    Location
    Belgium
    Posts
    1,772
    Great work from a community member once again ! Thank you everyone !

  6. #6
    Quote Originally Posted by GwiGwi View Post
    link to the addon?

    Edit: I assume this is it: http://www.curse.com/addons/wow/hans...franzok_assist
    I forgot the download link, my bad

  7. #7
    Great mod, helps a lot. Just a note, the stampers has a time limit, they only stay for about 25 - 30 seconds (dunno exact time).

  8. #8
    Quote Originally Posted by SteelTruck View Post
    Great mod, helps a lot. Just a note, the stampers has a time limit, they only stay for about 25 - 30 seconds (dunno exact time).
    Got it, I'll take a look on it.

    - - - Updated - - -

    Up.
    Addon got updated to show the time left for each stamper disappear (go back to ceiling).

  9. #9
    Very helpful. Thank you

  10. #10
    Field Marshal Erlaya's Avatar
    7+ Year Old Account
    Join Date
    Feb 2015
    Location
    Sydney, Australia
    Posts
    83
    Are you intending on implementing the other stamping patterns? I'm not sure if it's possible to detect the first stamp of a pattern and then for the mode to deduce which of the 4 (5?) random patterns it's performing.

  11. #11
    Thank you for making this! One request some of our raiders wanted was an option to lock the frame from being moved.

  12. #12
    had the addon disappear after 1-2 stampers were down, only re-appearing on the next smart stampers sequence. Some tries it would work, some it would be gone. No one else on the raid complained and we killed the boss, so will try the updated version prolly thursday.

  13. #13
    Quote Originally Posted by Gharl View Post
    Are you intending on implementing the other stamping patterns? I'm not sure if it's possible to detect the first stamp of a pattern and then for the mode to deduce which of the 4 (5?) random patterns it's performing.
    The regular pattern can't be detected, unfortunately.
    A safe spot detection between the tracks is possible though.

    Quote Originally Posted by vivsy View Post
    Thank you for making this! One request some of our raiders wanted was an option to lock the frame from being moved.
    Good point, let's add this on next update, thanks.

    Quote Originally Posted by WarBringerPT View Post
    had the addon disappear after 1-2 stampers were down, only re-appearing on the next smart stampers sequence. Some tries it would work, some it would be gone. No one else on the raid complained and we killed the boss, so will try the updated version prolly thursday.
    It used to bug on older versions, should be fine on v0.5.

  14. #14
    You can enable Load-On-Demand functionality for BigWigs users by implementing the following modifications. This way it will only ever load the addon when entering BRF or using the slash command.

    In your TOC, add these:
    Code:
    ## LoadManagers: BigWigs
    ## X-BigWigs-LoadOn-Slash: /hansgar, /franzok
    ## X-BigWigs-LoadOn-ZoneId: 988
    In your main Lua file, move the slash handler code out of ADDON_LOADED and just run it straight away.
    https://github.com/funkydude - https://github.com/BigWigsMods
    Author of BadBoy, BasicChatMods, BigWigs, BFAInvasionTimer, SexyMap, and more...

  15. #15
    Deleted
    Hi , is the TIMER BAR count down part of the addon? Thanks!

  16. #16
    lock + clickthrough would be amazing <3

    good work

  17. #17
    Quote Originally Posted by funkydude View Post
    You can enable Load-On-Demand functionality for BigWigs users by implementing the following modifications. This way it will only ever load the addon when entering BRF or using the slash command.

    In your TOC, add these:
    Code:
    ## LoadManagers: BigWigs
    ## X-BigWigs-LoadOn-Slash: /hansgar, /franzok
    ## X-BigWigs-LoadOn-ZoneId: 988
    In your main Lua file, move the slash handler code out of ADDON_LOADED and just run it straight away.
    Thank you.

    - - - Updated - - -

    Quote Originally Posted by quintinator View Post
    Hi , is the TIMER BAR count down part of the addon? Thanks!
    A gray one right below the box, with the same width of the panel, yes.

    - - - Updated - - -

    Quote Originally Posted by pistola22 View Post
    lock + clickthrough would be amazing <3

    good work
    Got it, thanks.

  18. #18
    Up.
    Updated once again adding the lock command, the dance bar feature for regular stampers/searing plates and 'users' command.

  19. #19
    While it looks pretty neat, doesn't really help too much.

  20. #20
    The addon generates alot of lua errors if you are dead during the smart stamper phase.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •