Hey Millz Anyway you can sort out the use of blink manually the routine fights you all the way trying to cast it in pve. if you are running away and want to blink it's nearly impossible to cast. Maybe some sort of hot key that that pauses blink unpause would be good seen it in other routines in the past and works well. To expand on this when facing away the routine stutters trying to cast making the char look quiet bad anyway to add a check in so that when not facing it will not cast?
Bug: CR renews Ice Barrier while I'm invisible. Which breaks invisibility. Question: Is Frost Nova (Pet) + Deep Freeze used for Burst Mode? Or is that used on CD always? Would it make sense to combine that with Burst somehow? To increase burst damage?
Millz, Tuanha added this genius thing where when you press a key other then your movement key it automatically pauses routine for 300ms so you can get it off instantly. This is amazing. I don't know if you can code it into your cr. but if you could. It would be EPIC
I added facing checks before, it completely broke the speed of the routine For now you could use a /stopcasting /cast blink macro - but yeah it's not ideal. Pushing a fix for ice barrier soon. Pet / DF are used on CD. I'm changing them soon though to have more conditions (it's on the to-do list anyway). Yeah heard about this. Will implement it when I can decide on a clean way to do it.
[04/Dec/2013] - Changes to targeting. - Will accept targets with Garrosh Hellscream's Mind Control (Touch of Y'Shaarj) as being a valid target. - Should no longer cast pre combat buffs when invisible.
I have all my keys macro with stop casting and it doesnt make a difference if you are running away because the routine is spamming casts it cant get off. Also checked the HB crash and for me at least it is when I have send to addon enabled, tested chat disabled aswell and addon on it's own still crashed.
Please remove that link. It will possibly get Millz in trouble as there are rules against posting things like that directly. That's why he will communicate in PMs for any questions directly regarding that. Edited to remove link within Quote.
I have a question about the advance logic for alter time.. when it says offensive what exactly does it do.. for me it seems to use alter time on CD instead of with my burst. Wouldnt it make more sense to use all your buffs and then alter time to get them at full duration again.. or reset deepfreeze ect I am talking about pvp btw.. also wondering if there is the same rotation for pvp as there is for pve for frost
Interesting. I believe I've found another potential cause of it, which I'll look to fix soon. This ^ Alter Time is used with Icy Veins + procs. If you've got the 4 piece PvP set bonus, and Icy Veins is on cooldown for longer than the cooldown on alter time, then it'll use it with procs. There's slight differences, but the basic rotation for frost is use procs -> keep dot up -> frost bolt filler, and that is the same.
I had a quick look at the code yesterday actually for that plugin, there's some crazy intensive stuff in there. Pretty tempted to tune it up a bit.
Had a quick blast. Removed some of the intensive stuff, but it would take ages to re-work the whole plugin (and is made more difficult by not having the project files). Not sure how much better this version will actually be, but give it a go.
It's this plugin; http://www.thebuddyforum.com/honorb...rep-ach-thebrodiemans-profile-compendium.html ...but his version is incredibly resource intensive, and makes Honorbuddy lock up completely. I've edited it slightly to remove some intensive calls, but it'll probably still be very laggy.
Feature Request (All CRs): Pause CR on keypress for manual spell usage. You already have that for movement keys, when CR is doing movements. So that CR movement is paused when I press keys manually. Would be great if CR would pause for 200ms on any keypress (not for movement keys + space). So that it's easier to cast manual spells from time to time. TuanHA implemented that into his routines a while ago. Not sure if you work together sometimes, but maybe you can use some of his work here? Just thinking loud. You probably can do it on your own Thanks for considering this Haggy
It's already on the to-do list. TuanHA has given me his code too, but I need to implement and test it all first.