Razorwynd
Player-
Content count
119 -
Joined
-
Last visited
Everything posted by Razorwynd
-
[Addon] pfUI - An ElvUI inspired Addon entirely written from scratch
Razorwynd replied to shagu's topic in UI, AddOns & Macros
In version 3.0 there should be a drop down tab in Unit Frames >Player that says something like "center text" where you can choose something like "current power" -
Isn't 72*2 = 144?
-
[Addon] pfUI - An ElvUI inspired Addon entirely written from scratch
Razorwynd replied to shagu's topic in UI, AddOns & Macros
Shift click like the dialog box says when out enter the unlock mode -
[Addon] pfUI - An ElvUI inspired Addon entirely written from scratch
Razorwynd replied to shagu's topic in UI, AddOns & Macros
It seems that the cast bar integration with the Tukui is not ideal -
[Addon] pfUI - An ElvUI inspired Addon entirely written from scratch
Razorwynd replied to shagu's topic in UI, AddOns & Macros
This would be great! -
Is it supposed to be the case that the proc off of Seal of Command can proc other procs likey fiery weapon.... A pally just hit me once and got a fiery weapon proc from the weapon hit and a fiery proc from the seal of command damage. This seems not right. I always though that procs couldn't proc other procs.
-
I would be interested as well... also I love seeing Mac users playing vanilla wow!
-
Fair enough. Went back and looked at my combat log and saw 8 white attacks with 6 fiery procs and 3 seal of command procs and felt that was a lot of Rng.
-
https://forum.elysium-project.org/topic/25538-addon-enemyframes/
-
If you use the default frames you can also use the enemyframes add on which will put an icon associated with the highest priority buff/debuff where your character portrait is shown and display the time remaining. Look for the enemyframes Addon in the UI section of the forums
-
Fully agree
-
I agree that it should primarily help with efficiency and not dps. However, i am still running out of mana on some fights and I never power shift if I have 4 or 5 combo points. I always just wait for enough energy to FB. (I am not using mana pots or innervate, but if I am looking to improve my efficiency i guess I should start there) Also Impervious Giant is not part of the shadowcraft set.... By the way why do you list "of Tiger" amulets as BIS for current patch. By my math "of Tiger" = (10*2.4)+(10*2.1) = 24+21 = 45 < 48 = Mark of Fordring
-
Can you just have one action button on the screen and use that button as your visual timer. Omni cc has the spinning timer and the flash. That should be perfect right?
-
Does anyone have any experience with shadowcraft on elysium of ZK... I am actively working towards getting the last two pieces I need to be able to test this out.
-
In the last two months there have been two other threads about this. As as far as I know there is no such add on. However you can use Omni CC to put a nice big flash on your actionbars once the gcd is over. Check that out.
-
[Addon] pfUI - An ElvUI inspired Addon entirely written from scratch
Razorwynd replied to shagu's topic in UI, AddOns & Macros
100% agree -
T To get a higher hit% ... although from my experience in MC with 6% I only have 1.7% misses on white hits and 0.3% misses on shred. So I am not sure how much it is worth it to gimp your stats on bracers and weapon just to get to 8%
-
If that is true then it seems like a really small boost to energy regent... I heard reports of 10% which made me reconsider
-
What is the proc rate on shadow craft set bonus?
-
Hi Rhena, I use Luna Unit Frames for the sole purpose of putting buffs and debuffs above my player/target frames (Unit Frames Improved). I really like the smooth rounded style of the "blizzard" style border on the auras (the the other aura borders are a bit too edgy and sharp for my tastes), however I would really like to be able to make the blizzard style boarder darker to match the Dark Mode of Unit Frames Improved (UFI) or modui. I know nothing about coding, but it seems like UFI accomplishes this by setting vertex colors to (0.3, 0.3, 0.3). I tried something similar for the blizzard border in Luna Unit Frames, but it had no effect. Is there a simple way to accomplish this? perhaps something as simple as a few lines of code that I could past into the auras.lua file? Thanks, Razorwynd
-
No clue then... let us know if you find anything
-
Omni CC allows you to add a flash to your action bars when cooldowns finish. This also works for the global cooldown.
-
[AddOn] CastModifier - TBC and above like Conditionals for /cast macros
Razorwynd replied to Ike's topic in UI, AddOns & Macros
Sure... like only cast Blessing of Might on Warriors and Rogues else cast Blessing of Wisdom /script class = UnitClass("target"); if ( ( class == "Rogue" ) or ( class == "Warrior" ) ) then CastSpellByName("Blessing of Might"); else CastSpellByName("Blessing of Wisdom"); end This might also be useful for a druid to cast Rip on Warriors and Paladins otherwise use Ferocious Bite, or for a priest to cast Manaburn on all classes that use mana otherwise cast Mind Blast... If you want more suggestions then I can also offer combo point based conditionals too... /run if GetComboPoints()>=4 then CastSpellByName("Ferocious Bite") else CastSpellByName("Shred") end There are just some of the ones I can come up with off the top of my head. Hopefully this makes sense. -
[AddOn] CastModifier - TBC and above like Conditionals for /cast macros
Razorwynd replied to Ike's topic in UI, AddOns & Macros
class based conditionals...is this possible? -
@Wortgewandt The way you say "extended power shift macros" makes me think you have some super special macros that make this easy to do. Is that true or are you just super skilled? Right not I am trying to practice weaving caster form auto attacks in during a power shift. Could you please explain to me how you accomplish this so successfully and/or what I am doing wrong? To do this I am using two macros, one called "Shred+Unshift" and the other called "Shift+Shred" "Shred+Unshift" casts Shred (which starts a global cooldown) and simultaneously removes the Cat Form buff. This leaves me in caster form for the entire global cooldown which is enough time to start a caster form auto attack animation. "Shift+Shred" casts Cat Form if I am in caster form (of course after the global cooldown has passed) and then casts Shred if I am in Cat Form. Right now this can all be easily accomplished in under 2 seconds so that when "Shift+Shred" puts me back in Cat Form I get the next energy tick to put me up to 80 energy (+ 20 from Wolfhead Helm, + 40 from Furor, and + 20 from the energy tick)... The only problem is that when the Shred from "Shred+Unshift" is dodged or parried and then I end up in Caster Form!! Is there a cleaver way to solve this using super macro? Or is the only solution to just increase my % hit? How do you accomplish this task so eloquently? All the best, Razorwynd
