You might want to try disabling the boxes with a castsequence if you havent learned those abilities yet. Just a thought.
Hey @GreyBeard,
Generally itās the /castsequences or PRE variables that choke up the macro.
I would add Ancestral Call to the loop that has the other long cool downs, not PRE. Stand alone action blocks wont clog the macro, it will simply use the ability or move on.
What level were you when you first noticed these issues and can you send me your talent import string?
As @Kris said, you can disable boxes for abilities that you havenāt learned yet or just let me know and I can add the [known:xxxxx] conditional to the macro. I try to be thorough but sometimes I miss them
Hey @Aerrek ,
Thanks for the reply, both you and @Kris ! Following is my current talent build., Level 25 at the moment, but have been messing with this since I started almost.
BgEAfuKaizEAgP2qANDB2hmf7DAAAAAAAAAAEIAAEEAAACAgEERSSAAAAAEAAAAEA
I moved the Ancestral call lline and it still giving me the same.
After further messing, it might have just been the addition of Ancestral Call. Seems to be going through the rotation now. I removed Ancestral Call completely. I added it in as I always forget to use itā¦ lol
Iām using this with a fury warrior with a ilvl 510 and I get like 150-190k dpsā¦
Hi, my talents are:
BgEAfuKaizEAgP2qANDB2hmf7HAAAAAAAAAAChIoEARQISQUgEiARSIJpFRSSQyBkkkEpEgkQEAAAAEE
So this is my feedback,
if I hit the mouse button, I see it rotating through the spellsā¦
Then I hit CTRL and it ignites Avatar Recklessness and Ravagerā¦
Now here if I keep CTRL pressed it does nothing, gets stuck on some spell like waiting for cooldown.
(NOTE: I do see the button being pressed)
So I release CTRL and keep only mouse button.
Champion Spear I donāt get itā¦ if itās with the over mouse !!!
The shift I use occasionally for whirlwind in close combat or charge when away from targetā¦
On a side note, I notice on the chat window errors:
āUnknown macro option: mā
āUnknown macro option: coā
āUnknown macro option: combā
Donāt know if it makes any sense my explanationā¦
I realized that this was a Weakaura issue. Fixed!
- Not sure what you mean by this
- Championās Spear now casts weather CTRL is held or not.
- SHIFT (nocombat) Charge
- SHIFT (combat) Charge and Whirlwind
-
- This is just how I had to set it up
- Did this answer your question?
- These errors pop up when the macro gets long and wonāt show up again until you /reload. The macro is working
WA and GSE updated!
(Youāre getting first look into the massive Weakaura Design overhaul Iāve been working on, not done yet so keep an eye out)
is there any plans in making one for arms warrior been loving the fury and vengence macro
Hyped for this! Keep up the awesome work! <3
Happy youāre hyped! I didnāt think it would be too difficult to update the design but weāre going on probably ~40 hours now
Yes! I plan on making a system for every spec. My goal has been 1 per class and I have 1 class left (Evoker).
After that, each spec would be a lot faster to create!
You can vote on what system you want me to make next here (I think Arms is winning anyways):
@Cryptomorri & everyone
What I thought was a WA fix was not the best way to do it. I find a new way to set triggers and again reupdated the WA (& GSE)
thanks for the feedbackā¦
One question do I need to have weakauras installed? or thatās optional?
Yes, you need the Weakaura. My macros differ from otherās macros because my macros do not use abilities that cannot be efficiently sequenced. Charge, whirlwind (multi-target detection), victory rush. Instead I place them on modifiers.
The Weakaura provides an on-screen prompt to hold the modifier that will activate these abilities as-well-as many other class notifications.
I designed it to be minimally invasive on your UI
Wellā¦
Iāve installed the weakauras and the profile provided in the 1st post.
I do see the charge button, and the press C on the mouse cursorā¦
But Iām must be missing something since the dps keeps on below 200kā¦
(iām not ilvl 515 )
You feedback is proving to be very helpful.
At some point I switched the āMain DPS Loopā from Priority Based to Sequentially Based. This would have a big impact on DPS. Not sure how that got passed me but I fixed it.
Long story short, it was randomly casting spells, not prioritizing them.
This is the reference I used to setup this macroās priorities:
So, I should update the GSE and try again?
Yes, Iāve made an update to the GSE macro
Iāve updated the GSE and the macro.
These are the results, with only the Battle Shout buffā¦
*Note that this macro does not take Teir-set bonus into account, yet.
What I do my best to do is to ensure that my macros stick to the rotation priorities set by the top guides (wowhead, icyveins, method.gg).
As per wowhead, the priority for Fury ānormal damageā spellcasting is:
- Rampage
- Onslaught
- Execute
- Raging Blow
- Bloodthirst
I emulate that with a priority based loop. Meaning, this loop tries to cast the spells in a priority from the top down:
GSE canāt guarantee this will be executed perfectly. During testing I find that itās sticking pretty close. This is how I evaluate the performance of the macro:
I watch to ensure that the spell that is being cast is prioritized from LEFTMOST to RIGHTMOST (1-5). In my testing this is working pretty well. Again, itās never 100% because GSE is not a coding language. Also consider that during actual gameplay (not training dummies) your focus can now be on the environment, not on spellcasting.
For whirlwind usage, I use a custom trigger that detects the amount of enemy nameplates within 5 meters of your character. The prompt triggers when the Whirlwind buff is not active and there are 2 more more enemies within 5 meters of the player:
Iām letting you know this so that you understand my process and the limitations of GSE.
If Iām missing something, I need some specific input. I maintain 12 other systems, am developing other systems, and have put several hours into this. I want this to perform well but Iām not seeing the short comings from the development side.
Do you have any specific suggestions that will increase Fury DPS?
How does this DPS compare to other GSE macros?
Have you tried different talents?
Is there an aspect of Fury that you think I may have overlooked?
Also, it would help me if you provide a āgood DPSā abilities breakdown (like the one you provided above) so that I can compare the two.