@Valma Does your warlock profile (afflic specced) work for Ultraxion? I have been having an issue where it just doesnt do anything once the fight starts. Great profile btw keep up the good work![]()
@ bbatotas - latest masterfrost is very very nice , a big improvement over the first one , so thank you for that
And for those you are interested i just added a few things i find usefull :
- Left Shift - Pause
- Left Ctrl - DnD on Mouseover
- added Empowered Rune Weapon with target lvl check only casts on boss
- added DarkSim on focus target for Hagara spellsteal - Shatered Ice
BbaMasterFrost_DEATHKNIGHT_Rotations.xml
BbaMasterFrost_DEATHKNIGHT_Abilities.xml
Anybody happen to know what page or have a link to the profile people are mentioning for resto shaman by ony
I am using one currently by kez i think, but wouldn't mind checking others out.
@blinded enhancement is not casting Feral Spirit. done almost everything i can think of toggling the cd button, takig it out and putting it back, looking at the code and cant figure it out. not throwing an error or anything.
Just did heroic ultraxion, first attempt (pretty much 3/4ths of the bosses health) I used your old masterfrost profile, the second attempt (downed him) I used this, I can say I notice a 500-1000 dps increase, which I'm not complaining about, the more the betterjust got 3 new pieces of gear including a heroic trinket so I'll have to test it more next week, thanks and I hope to see you keeping it updated.
In Spine I got only tendons and corruption(or not? :/) set to trigger burn mode,and as far as I remember seal armor breach is something around 18 sec casttime BoA needs 24 sec to fully tick off(and most of the time tendons doesn't even live for the full duration of their cast/depends on your raid DPS,but still doesn't matter).About Corruption - yes I should and will add this in such logic that it will be casted only once per tendons.
BTW Demo will come up soon,as far as my testers will ensure me that atleast normal rotation for affli is working(coz on my side I really got no errors,seems like some ppl do something wrong) >.<
What is output of /pqr?On what spell it strucks?What is your target and so on?
Can't help people when they even don't use special code I impliment to help solving problems
P.S. For all the peolpe reading this, from now on EVERY pack in download section will have NOTES.txt,read this first,it saves your and my time![]()
MEDVED+VODKA+BALALAYKA
Something like this.RED is my suggestions how to improve.Code:local Latency = (select(3, GetNetStats()) + select(3, GetNetStats())) \ 500 if startTime ~= nil and GCDstartTime ~= nil then local Latency = (select(3, GetNetStats()) + select(3, GetNetStats())) \ 500 local timeLeft = startTime + duration - GetTime() local GCDtimeLeft = GCDstartTime + GCDduration - GetTime() If GCDtimeLeft <= Latency Then If timeLeft <= Latency Then if spellUsable ~= nil then pq_SpellAvailable = "true" end end else If timeLeft <= GCDtimeLeft + Latency Then if spellUsable ~= nil then pq_SpellAvailable = "true" end end end else pq_SpellAvailable = "false" end
Anything that could be done with them could already be done in the normal Lua code. <- THIS
If someone will shout smth like "OMG I NEED THEM,I CAN'T LIVE WITHOUT THEM",they can always look deeper at my,mentally's or buba's profiles.There are lots of examples how to do this without luabefore luaafter in lots of different ways :/
MEDVED+VODKA+BALALAYKA
Will RunMacroText("/startattack") work fine without the after part ? just wondering since that's pretty much the biggest use i found for it , not really a dev just wondering hehe.
yes,why not?You can add it inside of test() code right before you send return true.Will have the same effect :/
MEDVED+VODKA+BALALAYKA