What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Fury Unleashed I - The best you can get! (Arms, Fury & Protection supported)

Hey Nomnom, just curious why does it seem to stay rage capped so often. That being said, the rotation is absolutely fantastic. I've using it for a few weeks now. I can post a log if absolutely necessary, but i was hoping you could just gimme a quick response. Maybe there is something about the rotation that I don't know, but as a long time warrior player, I was always under the impression that rage capping was a no no. Anyway, thanks for the response in advance.

Decided to go ahead and post the log: 496 ilvl Fury Warrior: View attachment 10924 2013-09-15 23.45.txt
 
Im having trouble using this with questing mode, it seems bot wants routine to handle movement/facing but it doesnt. So whenever it finds a target it just stands there. Tried activating movement but nothing changed, also after restarting the movement setting is back to false. Do I need something more to support quest/grinding?
 
Hey Nomnom, just curious why does it seem to stay rage capped so often. That being said, the rotation is absolutely fantastic. I've using it for a few weeks now. I can post a log if absolutely necessary, but i was hoping you could just gimme a quick response. Maybe there is something about the rotation that I don't know, but as a long time warrior player, I was always under the impression that rage capping was a no no. Anyway, thanks for the response in advance.

Decided to go ahead and post the log: 496 ilvl Fury Warrior: View attachment 103818
Ragecap might look silly, but keepnin mind that ut should never actually cap. And once you're in your CS window, it should dump close to all rage. But I do think there might be a mistake in the routine ... Checking 1.5 sec gcd before next cast while HS isnt on the GCD ...

Yep, I think thats an issue, only since recent though. A week or 3/4.

Does this work at lower levels?
Maybe, no idea, never tried.
 
Да версия в 5.3 меня очень не порадовала,по ДПС был в полной попе. Решил снести старую папку рутины и поставить новую с версией 140. Совсем другое дело стало топ. Ну а по русски насчет оружия скажите что такое SNF?
Получается что версия 140 полностью обновлена под патч 5.4 и появились ли изменения в ветки талантов для фури?
Nooom твоя проделанная работа очень радует продолжай в том же духе.
 
Да версия в 5.3 меня очень не порадовала,по ДПС был в полной попе. Решил снести старую папку рутины и поставить новую с версией 140. Совсем другое дело стало топ. Ну а по русски насчет оружия скажите что такое SNF?
Получается что версия 140 полностью обновлена под патч 5.4 и появились ли изменения в ветки талантов для фури?
Nooom твоя проделанная работа очень радует продолжай в том же духе.
Yes. 140 is very good, but 145 is better. A few more days till it is ready!

Im having trouble using this with questing mode, it seems bot wants routine to handle movement/facing but it doesnt. So whenever it finds a target it just stands there. Tried activating movement but nothing changed, also after restarting the movement setting is back to false. Do I need something more to support quest/grinding?
Haha sorry, I forgot to remove the movement settings in 140. It's not done yet, so it doesn't work yet.
 
Noon еще такой вопрос я не использую горячие клавиши в рутине. Просто у меня стоит все автоматически,в конфиг класса ничего не изменял. То есть просто запускаю HB выбираю - рутину - Тираель - и жму старт.
Правильно ли я делаю или все таки что та не то?Надеюсь на твою помощь Noom
 
is this only for warrior or other classes 2 ?
Only for all warrior specs, PvE.

If you read the actual original post or even the thread-title, you would know lol.
Yep ... Even topic title :D

@Dominowood
can you write in english?
Ty
For me it's fine, Google Chrome automatically translates it for me :).

Noon еще такой вопрос я не использую горячие клавиши в рутине. Просто у меня стоит все автоматически,в конфиг класса ничего не изменял. То есть просто запускаю HB выбираю - рутину - Тираель - и жму старт.
Правильно ли я делаю или все таки что та не то?Надеюсь на твою помощь Noom
Most settings are good yes.
 
Nom, I see AOE is going off on 2 targets. Is this by design and can I change the amount of AOE targets in the UI? I looked but maybe I missed it. As far as I know, AOE on 2 targets is still a huge DPS loss or, is there something new I'm unaware of?
 
Nom, I see AOE is going off on 2 targets. Is this by design and can I change the amount of AOE targets in the UI? I looked but maybe I missed it. As far as I know, AOE on 2 targets is still a huge DPS loss or, is there something new I'm unaware of?
The new rotation also has 2-target AoE, as the following:
PHP:
                        //actions.two_targets+=/cleave,if=(rage>=60&debuff.colossus_smash.up)|rage>90
                        Spell.Cast("Cleave", ret => Me.CurrentRage > 90 || (Me.CurrentRage >= 60 && G.ColossusSmashAura)),
                        //actions.two_targets+=/dragon_roar,if=enabled&(!debuff.colossus_smash.up&(buff.bloodbath.up|!talent.bloodbath.enabled))
                        Spell.Cast("Dragon Roar", ret => G.DrTalent && !G.ColossusSmashAura && (G.BloodbathAura || !G.BbTalent) && Tier4AbilityAoEUsage),
                        //actions.two_targets+=/bladestorm,if=enabled&buff.enrage.up&(buff.bloodbath.up|!talent.bloodbath.enabled)
                        Spell.Cast("Bladestorm", ret => G.BsTalent && G.EnrageAura && (G.BloodbathAura || !G.BbTalent) && Tier4AbilityAoEUsage),
                        //actions.two_targets+=/shockwave,if=enabled
                        Spell.Cast("Shockwave", ret => G.SwTalent && Me.IsSafelyFacing(Me.CurrentTarget) && Tier4AbilityAoEUsage),
                        //actions.two_targets+=/colossus_smash
                        Spell.Cast("Colossus Smash"),
                        //actions.two_targets+=/bloodthirst,cycle_targets=1,if=dot.deep_wounds.remains<5
                        //actions.two_targets+=/bloodthirst,if=!(target.health.pct<20&debuff.colossus_smash.up&rage>=30&buff.enrage.up)
                        Spell.Cast("Bloodthirst", ret => !G.DeepWoundsAura || G.FadingDw(5000) || (G.NonExecuteCheck && G.ColossusSmashAura && Me.CurrentRage >= 30 && G.EnrageAura)),
                        //actions.two_targets+=/storm_bolt,if=enabled
                        Spell.Cast("Storm Bolt", ret => G.SbTalent && Tier6AbilityUsage),
                        //actions.two_targets+=/execute,if=debuff.colossus_smash.up
                        Spell.Cast("Execute", ret => G.ExecuteCheck && G.ColossusSmashAura),
                        //actions.two_targets+=/raging_blow,if=buff.meat_cleaver.up|target.health.pct<20
                        Spell.Cast("Raging Blow", ret => G.MeatCleaverAuraS1 || G.ExecuteCheck),
                        //actions.two_targets+=/whirlwind,if=!buff.meat_cleaver.up
                        Spell.Cast("Whirlwind", ret => !G.MeatCleaverAuraS1),
                        //actions.two_targets+=/battle_shout
                        new Switch<Enum.Shouts>(ctx => SG.Instance.Fury.ShoutSelection,
                            new SwitchArgument<Enum.Shouts>(Enum.Shouts.BattleShout, Spell.Cast("Battle Shout", on => Me)),
                            new SwitchArgument<Enum.Shouts>(Enum.Shouts.CommandingShout, Spell.Cast("Commanding Shout", on => Me))),
                        //actions.two_targets+=/heroic_throw
                        Spell.Cast("Heroic Throw", ret => SG.Instance.Fury.CheckHeroicThrow)
Quick course reading C#: || is OR, && is AND and ( ) encloses items together. ! in front of a action means NOT, like !Bloodbathaura means NO bloodbathaura. The bloodthirst cycle is multidotting, I do not have that in the routine. Thats something for later on, for now on 3+ targets I solve it by spreading DW with thunderclap.

New rotation for 5.4 has brought me between 6 and 10k dps increase singletgt, with BB. I havent tested SB yet. This is on a Raid dummy, using 30 TPS with ilvl 535.

Edit: Thunderclap is a bad idea.

==========================================================================

Internal revision 142 is on the Developers SVN.

* Updated Item Class a little bit.
* Added Rare target Hashset for future use.
* Added 5.4 rotations for Fury and Arms (You can switch to the old rotations via settings).
* More minor changes.

================================================================

17/09/2013: Due to a mistake made by myself, the entire SVN got removed. We had to recreate the SVN and that changed the ID of the SVN (URL is still the same). You have to delete the folder of this plugin and checkout again in a new folder!

  • Open your favourite browser and download and install TortoiseSVN.
  • Go to the folder which HonorBuddy.exe is located.
  • From there, go to the Routines folder.
  • Create a new folder here with the name: Fury Unleashed. It must be this name!
  • On the newly created folder, do rightclick and select "Checkout".
  • Under URL of repository, you enter the URL of the Fury Unleashed repository (Release or Development).
  • Press OK. Now it will download the latest version.
  • Make sure to regularly reload this folder by doing rightclick and then Update.
Or

  • Grab the zipfile!
The routine will keep itself updated with the built-in auto-updater. You can select which revision to update to in the GUI of the routine (Release version or Development version).
 
Ragecap might look silly, but keepnin mind that ut should never actually cap. And once you're in your CS window, it should dump close to all rage. But I do think there might be a mistake in the routine ... Checking 1.5 sec gcd before next cast while HS isnt on the GCD ...

Yep, I think thats an issue, only since recent though. A week or 3/4.


Maybe, no idea, never tried.

Ah, okay. I wasn't sure because it wasn't in the FAQ or anything.
 
Noom отлично сегодня буду тестировать свой ДПС.:) Мне показалось или бот начинает использовать макросы на отражение заклинаний?
 
It doesn't load up for me when I start the bot. I have Tyrael selected but I can't open the routine. Help :(
 
Hey nom,
So Arms is also updated for 5.4 now?
Can't wait to get home and test it. I was topping the meters even with the 5.3 rotation. @below 515 ilvl and 502 wep only a 535 warlock was matching my dps ^^! I hope they don't nerf DW now..
 
Back
Top