Modest Matts Rigged Fury menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    modestmath's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Modest Matts Rigged Fury

    My old Fury Profile. Rigged for WoD.
    https://www.dropbox.com/s/e4vvxplvid..._Fury.zip?dl=0

    Hot Keys:
    Heroic Leap - shift
    Shattering Throw - right alt
    Ravager - left alt
    Intimidating Shout - left control
    Bladestorm - right control

    11/15/14
    Added toggle for battle shout and commanding shout.
    11/16/14
    Added OOC Shout usage. All Tested and working.
    12/15/14
    Added Ravager Support
    1/9/15
    Added more racial support and general fixes
    Last edited by modestmath; 01-09-2015 at 09:12 AM. Reason: General Upkeep

    Modest Matts Rigged Fury
  2. #2
    ImogenOC's Avatar Contributor ProbablyEngine Community Manager
    Reputation
    173
    Join Date
    Nov 2013
    Posts
    364
    Thanks G/R
    0/8
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks good, thanks for the submission.
    ProbablyEngine - Developer and Lead Support
    A Powerful Rotation Bot: ProbablyEngine

  3. #3
    Drinksbeer's Avatar Knight-Lieutenant
    Reputation
    33
    Join Date
    Jan 2013
    Posts
    252
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this one works really well!! nice work!

  4. #4
    modestmath's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Imo,
    Maybe you can help me with this. I had a simple toggle for switching between commanding shout and battle shout pre 6.0. It would just cast whichever you had selected without checking to see if you had the buff. Since the abilities had a cooldown and generated rage this was no problem. Now that they are 60 min buffs instead of rage generators and have no cd I had to remove the toggle and just stick with a check to see if you have battle shout. Now I'm just trying to make a toggle that checks for the buff instead of just spamming it over and over.

    { "Battle Shout", { "!player.buff(Battle Shout)", "toggle.shout" } }
    { "Commanding Shout", { "!player.buff(Commanding Shout)", "!toggle.shout" } },

    ProbablyEngine.toggle.create('shout', 'Interface\\ICONS\\ability_warrior_battleshout', 'Battle Shout', 'Toggle usage of Battle Shout vs Commanding Shout')

    Does this look right?

  5. #5
    ImogenOC's Avatar Contributor ProbablyEngine Community Manager
    Reputation
    173
    Join Date
    Nov 2013
    Posts
    364
    Thanks G/R
    0/8
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by modestmath View Post
    Hey Imo,
    Maybe you can help me with this. I had a simple toggle for switching between commanding shout and battle shout pre 6.0. It would just cast whichever you had selected without checking to see if you had the buff. Since the abilities had a cooldown and generated rage this was no problem. Now that they are 60 min buffs instead of rage generators and have no cd I had to remove the toggle and just stick with a check to see if you have battle shout. Now I'm just trying to make a toggle that checks for the buff instead of just spamming it over and over.

    { "Battle Shout", { "!player.buff(Battle Shout)", "toggle.shout" } }
    { "Commanding Shout", { "!player.buff(Commanding Shout)", "!toggle.shout" } },

    ProbablyEngine.toggle.create('shout', 'Interface\\ICONS\\ability_warrior_battleshout', 'Battle Shout', 'Toggle usage of Battle Shout vs Commanding Shout')

    Does this look right?
    First line is missing a trailing comma, look at it this way:

    Code:
    { "Battle Shout", { 
    "!player.buff(Battle Shout)",
    "toggle.shout",
    }},
    
    { "Commanding Shout", { 
    "!player.buff(Commanding Shout)", 
    "!toggle.shout",
    }},
    Out side of that, looks proper. I myself think that a check for existing shouts works best, and defaulting to battle should work well, but your method is fine.
    Last edited by ImogenOC; 11-15-2014 at 12:38 PM.
    ProbablyEngine - Developer and Lead Support
    A Powerful Rotation Bot: ProbablyEngine

  6. #6
    modestmath's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Imo. Always a pleasure

  7. #7
    Cronus577's Avatar Active Member
    Reputation
    78
    Join Date
    May 2008
    Posts
    60
    Thanks G/R
    1/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What talents are this build around and does this support the Bloodthirst talent?
    Last edited by Cronus577; 11-15-2014 at 06:07 AM.

  8. #8
    modestmath's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cronus577 View Post
    What talents are this build around and does this support the Bloodthirst talent?
    Hey Cronus,
    It's kinda standard. I'm going to look into the bloodthirst talents after I get the new xpac and start toying around with it again.

  9. #9
    BadFuryWarrior's Avatar Member
    Reputation
    4
    Join Date
    Apr 2013
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, I edited your profile a bit to fall in with Icy Vein's Warrior rotation. My edit:
    - Seigebreaker when Enraged
    - Stormbolt when Enraged
    - Bloodthirst when below 80 rage or when not Enraged
    - Bloodbath when above 70 rage and Enraged
    - Wild Strike when over 90 rage
    - Berserker Rage when not Enraged

    If anyone wants it let me know and I'll upload it.

  10. #10
    modestmath's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BadFuryWarrior View Post
    Hey, I edited your profile a bit to fall in with Icy Vein's Warrior rotation. My edit:
    - Seigebreaker when Enraged
    - Stormbolt when Enraged
    - Bloodthirst when below 80 rage or when not Enraged
    - Bloodbath when above 70 rage and Enraged
    - Wild Strike when over 90 rage
    - Berserker Rage when not Enraged

    If anyone wants it let me know and I'll upload it.
    Thanks Bad. Yeah Upload it for sure. I'd like to try it out.

  11. #11
    Drinksbeer's Avatar Knight-Lieutenant
    Reputation
    33
    Join Date
    Jan 2013
    Posts
    252
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great profile MM, quick question, have you incorporated the use of Ravager, or have a hot key for it?

  12. #12
    modestmath's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Drinksbeer View Post
    Great profile MM, quick question, have you incorporated the use of Ravager, or have a hot key for it?
    Just got my new laptop in, and purchased the xpac. I'll be updating this again soon.

  13. #13
    modestmath's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Added Ravager support. https://www.dropbox.com/s/e4vvxplvid..._Fury.zip?dl=0

    Untested atm, let me know if it's bugged

  14. #14
    automationarmy's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Apr 2013
    Posts
    172
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Slim chance your gonna catch this in time but does PE work with the most recent wow version? (they just tossed out a ninja patch an hour or two ago). If so your my only hope >.> HB is down and i need an interim solution asap lol.

  15. #15
    modestmath's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by klepp0906 View Post
    Slim chance your gonna catch this in time but does PE work with the most recent wow version? (they just tossed out a ninja patch an hour or two ago). If so your my only hope >.> HB is down and i need an interim solution asap lol.
    Yeah PE itself isn't usually affected by patches. Your method of unlocking LUA may be though.

Page 1 of 2 12 LastLast

Similar Threads

  1. Thottbot Search Engine (MATT please read)
    By Tbone in forum Community Chat
    Replies: 13
    Last Post: 11-07-2006, 06:27 AM
  2. Matt please read this
    By Defalcator in forum Community Chat
    Replies: 2
    Last Post: 07-14-2006, 07:51 PM
  3. Matt *read Here*
    By Amedis in forum Community Chat
    Replies: 5
    Last Post: 06-28-2006, 08:46 PM
  4. Matt -
    By zamp in forum World of Warcraft General
    Replies: 22
    Last Post: 06-25-2006, 05:24 AM
  5. Err .. Matt? :P
    By Amedis in forum World of Warcraft General
    Replies: 1
    Last Post: 06-19-2006, 11:22 PM
All times are GMT -5. The time now is 02:39 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search