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

PureRotation V2

Ok, i worked on same shaman pvp stuff, but i'm having issues.
I am using my focus to control the cc, weather to react offensive or defensive.
if i have friendly focus, everythign works like desired
if i have a hostile focus, it executes the rotation one time, then idle's ... same for no focus.
no errors in logs at all.

here's the full enhancement.cs based on current revision but modified for pvp: https://pastee.org/67jae
or, here is only the pvp-part: https://pastee.org/wnt52

i am in need of help.

Haven't looked through in detail, but try something like this.

Code:
        private static Composite PvPBehaviour
        {
            get
            {
                return new PrioritySelector(
                        new Decorator(ret => Me.FocusedUnit != null && Me.FocusedUnit.IsFriendly && Me.CurrentTarget != null, PvPBehaviourDefensive()),
                         PvPBehaviourOffensive()
                        );
            }
        }
 
Last edited:
Can do, but it only lasts for 4 seconds so it'll likely only get 1 Doom cast off if it needs to switch into demon form, 2-3 if already in demon form.
even if you use a macro something like this.

#showTooltip
/stopcasting
/use demoform( dont know the correct name)
/cast doom

and from there target everything lets say in 20 yard doom so you definitly could get 2 maybe 3 even without demo form?
 
Hello!

First i would like to thank you guys for impressive job you do. But when you gonna fixa DK:s routine? Almost every update its something wrong with it. The only one that works correct with modification about soulreaper 4-set tier 45% is revision 1379.
The new update just stand there most of the times and do nothing. Soul reaper 45%, pestilence, DnD dosent work, this has been tried with a fresh install of the newest HB and Tyriel 60 framelock

Regards
 
Hello!

First i would like to thank you guys for impressive job you do. But when you gonna fixa DK:s routine? Almost every update its something wrong with it. The only one that works correct with modification about soulreaper 4-set tier 45% is revision 1379.
The new update just stand there most of the times and do nothing. Soul reaper 45%, pestilence, DnD dosent work, this has been tried with a fresh install of the newest HB and Tyriel 60 framelock

Regards

are you sure you have deleted the pure rotation folder inside the honorbuddy -> settings folder? have you deleted all pure rotation entries in the honorbuddy -> compiled assemblies folder? you should always use the latest SVN version. that could be why nothing is working.

just update to the latest SVN version and everything should work fine. if the soul reaper thing doesnt work, run a LFR or dungeon or whatever using the latest SVN version, and if it isnt working, post the log so the devs can try to fix it.
 
Hello guys,

DK routine was IMO the best you had before 5.3. Now its not working well for neither spec. Blood is consuming procs very slowly and they expire. Also it is sitting on a lot of active runes - result is very low dps.
Frost is doing a lot of weird things. It activates all CDs as soon as I select the boss - does not check range. Berserking is almost gone till I reach the boss. Rotation is also not OK. I am seeing Plague Strike casts 3 times in a row. And other incorrect rune uses. That results in fewer casts of Obliterate. Empowered Rune Weapon cast seems very random and most importantly as soon as its CD is reset at the end of combat routine uses it..
It casts Pestilence or Blood Boil with no deseases on the target. and other stuff
 
Last edited:
Haven't looked through in detail, but try something like this.

Code:
        private static Composite PvPBehaviour
        {
            get
            {
                return new PrioritySelector(
                        new Decorator(ret => Me.FocusedUnit != null && Me.FocusedUnit.IsFriendly && Me.CurrentTarget != null, PvPBehaviourDefensive()),
                         PvPBehaviourOffensive()
                        );
            }
        }

its not the PvPBehaviour Composite thats not working, its something within the rotation/handles i guess. the focus fucks something around.
FocusHeal always returns true if we have a focus & is friendly
FocusHarm returns true if no focus, or focus and !friendly..

those work as intended. but i tried yours, and it works exactly the same.
 
View attachment priest.txtView attachment priest.txt
Just did a clean install of PR 2.1.0 My Hpriest is healing slightly better. However, now she also stands around spam casting renew on herself. The Chakra's won't load per the settings preset. Have to change it manually in-game. Hot keys in any mode and on any class will not work. Also, no longer have working wow chat output for the hotkeys. None of that seems to work =( will post more soon. thanks for all yalls hard work.
EDIT Added the log. sorry forgot about that /derp
 
Last edited:
\*Protection Pala Update*\

Added new method to sacred shield.

It does now ->
Pop sacred shield if we dont have it up
Pop sacred shield if it's ready and vengeance is 3 seconds or below left. (we don't want to waste a good scared shield)
Pop sacred shield if our vengeance is higher then the previous vengance + 10000.
 
Last edited:
Is there a way that PureRotation can detect if there is a Black Ox Statue already in the vicinity or is that impossible? It looks awkward to me that I use Summon Ox Statue on cooldown when the statue lasts 15 minutes.
 
Hello guys,

DK routine was IMO the best you had before 5.3. Now its not working well for neither spec. Blood is consuming procs very slowly and they expire. Also it is sitting on a lot of active runes - result is very low dps.
Frost is doing a lot of weird things. It activates all CDs as soon as I select the boss - does not check range. Berserking is almost gone till I reach the boss. Rotation is also not OK. I am seeing Plague Strike casts 3 times in a row. And other incorrect rune uses. That results in fewer casts of Obliterate. Empowered Rune Weapon cast seems very random and most importantly as soon as its CD is reset at the end of combat routine uses it..
It casts Pestilence or Blood Boil with no deseases on the target. and other stuff

log!
Last time i touched frost (this week!), there was a fix for PS in Frost DK DW / 2H rotation, i ran 4 tests, every test with 10 minutes, and a 5th with 40 minutes
The rotation was fine, PS maybe is doublecasted ... or only double logged (casted 1 time, written to log 2 times), will look at this, but the rotation was fine so far.

I know that blood could do much more damage with spending more RP and more Runes, but this (and this is currently the only rotation in pure as far as i know), is built around survivability ... and only survivability, which i'm happy with atm ;)

But same here ... i will look at this, to get some more dps (which shouldn't necessary in a raid, but okay)

Pestilence / BB ... will check the code in few moments
CDs .... i'm sure this wasn't the case when i tested, but ... will double check this
 
Is there a way that PureRotation can detect if there is a Black Ox Statue already in the vicinity or is that impossible? It looks awkward to me that I use Summon Ox Statue on cooldown when the statue lasts 15 minutes.

I removed the cache on the aura detection (Sanctuary of the Ox)

It shouldn't pop the black ox statue if you already have Sanctuary of the Ox aura active.
 
*** Update Deathknight ***
Frost
- CD's are only used when in Melee Range
- Removed potion from Cooldowns, is already handled by Item.HandleItems, shouldn't stop rotation anymore
- Removed Outbreak cooldown check on Pestilence, added a check Frost Fever and Blood Plague, makes more sense
- Removed booleans for AOE FF and BP check, they are the same as for single target rotation
- Healthstone usage checks now if selfhealing is enabled
- Frost does now use Potions,Trinkets,Gloves!


Blood
- Removed one BB line from single target, we will now keep this proc for something else (maybe dnd), shouldn't use BB in a weird way
- changed a line for BB in AOE rotation, now we cast BB only when we have diseases up, shouldn't use BB without diseases anymore
 
@Millz <3

Last night I tested demonology on Durumu 10M. I noticed that even though I had talented Kil'jaeden Cunning, the routine doesn't cast several spells when i was moving. I have found the problem in both caster form and demon form with Shadow Bolt/Touch of Chaos, Soul Fire and Fel Flame/Void Ray. the only spells cast are Corruption/Doom and Hand of Guldan.

Demonology Log - Target Dummy View attachment 93610

Affliction has the usual problem: Doing nothing at start and sometimes cast UA/Corruption on target. Seems that despite the DoT Refresh is setting on false, the routine continues to monitor the stats.

Affliction Log - Target Dummy View attachment 93609


Destruction is pretty awesome. Nothing to say about. <3


Anyway, thank you for the work you guys are doing. You are one of the strengths of this community.

The demonology spells not being cast while moving should now be fixed. Update and try again :)
 
Are any trying the asesinattion rogu?? Atm i am 501 and no make more that 60k, i see that no always renew SnD and rupture when hace 5 combo points. When i arrive home i upload log
 
Back
Top