Results: 24Comments by: Twattle
File: Shield Maid11-01-14
I gave the two icons names in the l...
Posted By: Twattle
I gave the two icons names in the latest version (2.0.3). Let me know if that is suffucient. Thanks, but didn't work. You forgot to throw the name argument to the new icon:p Damn. I am so used to strongly typed languages. I fixed it now, for real :)
File: Shield Maid10-29-14
Hello! Loving the addon, been us...
Posted By: Twattle
Hello! Loving the addon, been using it since it was released. However I got a request, any way you could let me access the addon somehow (like giving the icon a name) so I can add a border to the icons without editing this addon? Or maybe there is a way and I'm to bad to find it. Nevertheless, keep up the good work! I gave th...
File: Shield Maid10-29-14
Hello! Loving the addon, been us...
Posted By: Twattle
Hello! Loving the addon, been using it since it was released. However I got a request, any way you could let me access the addon somehow (like giving the icon a name) so I can add a border to the icons without editing this addon? Or maybe there is a way and I'm to bad to find it. Nevertheless, keep up the good work! Thank you...
File: Abigail10-19-14
Hi. I'm trying to test out your add...
Posted By: Twattle
Hi. I'm trying to test out your addon, but I am having trouble getting the snapshot to work. If I do the GetAll or unlimited scan WoW freezes completely and I have to reboot the PC. If I use the page-by-page scan, it doesn't get past page 2 / 1564. I am on Frostmane-EU if that information can be of any help.
File: Heartbeat10-08-14
Hi, really like this addon - it's s...
Posted By: Twattle
Hi, really like this addon - it's so much better than any scrolling combat text. The only thing I'd really like to see is a % change mode, so rather than two numbers showing the total damage and total healing it would have one that shows the total change to your health (so you lose 5% hp and heal 2% then it'd show -3%). Also about...
File: Heartbeat10-02-14
I like this a lot, really neat/clea...
Posted By: Twattle
I like this a lot, really neat/clean way to represent damage taken in a world of spammy number strings. I assume the frame is hidden if damage taken is 0? Would second zork's idea for using text strings instead of textures - would like to pick my own font to use. I guess you're doing it to bypass the upper threshold/limit on text...
File: Heartbeat10-02-14
So. If you gather the data over the...
Posted By: Twattle
So. If you gather the data over the course of 1 second. It is possible for the percentage to go above 100% if your healing is above zero. Right? Or is the damage number reduced by healing? Interesting addon. I like the idea. Additionally. Why would you display the number values as a texture instead of widget:SetText(string)...
File: Shield Maid09-29-14
The option to hide the shield barri...
Posted By: Twattle
The option to hide the shield barrier glow works only until I relog or go through a loading screen, then it turns on again. It even shows through the hiddenOutOfCombat true option. Fixed in the new version (1.4.3). It is uploaded and pending approval at the moment.
File: Shield Maid09-29-14
The option to hide the shield barri...
Posted By: Twattle
The option to hide the shield barrier glow works only until I relog or go through a loading screen, then it turns on again. It even shows through the hiddenOutOfCombat true option. Ok. I'll look into it. I don't use it myself so I haven't noticed. Thank you for the feedback.
File: Shield Maid12-03-12
Change line 210 to this: local nam...
Posted By: Twattle
Change line 210 to this: local name, _, _, _, _, _, expires, _, _, _, _, _, _, _, absorb = UnitBuff("player", shieldBarrierSpellName) add one more throwaway variable before absorb. I added a new version with this change. I haven't renewed my subscription, so I am unable to test whether it works or not. Also, I won't be renewing my...
File: Shield Maid11-01-12
Tried the addon last night. Does...
Posted By: Twattle
Tried the addon last night. Does Shield Block include the amount absorbed from Shield Barrier from the previous hits when updating its estimated block amount? What I mean is: If you Shield Barrier the previous attack, the value of Shield Block will drop if the attack was absorbed, thus it will always prompt Shield Barrier as...
File: Shield Maid10-28-12
very nice idea. love it. just on...
Posted By: Twattle
very nice idea. love it. just one thing. this addon didn't load with my warrior because i have a german client. so i changed the word warrior with krieger in the core.lua in future it may be more comfortable if there is a multilingual class detection. There. Should be fixed in the new version (1.3.4).
File: Shield Maid10-28-12
very nice idea. love it. just on...
Posted By: Twattle
very nice idea. love it. just one thing. this addon didn't load with my warrior because i have a german client. so i changed the word warrior with krieger in the core.lua in future it may be more comfortable if there is a multilingual class detection. I see. I will look into it.
File: Shield Maid10-27-12
Re: Hiding when not in Prot spec
Posted By: Twattle
Any chance you could hide the frame when in arms/fury spec. Also how about changing the strata to be lower so it doesn't show above windows like your character window. There. Added a configuration option for frame strata (MEDIUM by default). The addon now only loads if you are a prot warrior and dynamically loads/unloads when you...
File: Shield Maid10-27-12
Re: Hiding when not in Prot spec
Posted By: Twattle
Any chance you could hide the frame when in arms/fury spec. Also how about changing the strata to be lower so it doesn't show above windows like your character window. I'll ad a frame strata option that defaults to something lower. I'm already looking into loading/unloading the addon depending on class and spec, but it haven't...
File: Shield Maid10-24-12
anyone know where I can find the co...
Posted By: Twattle
anyone know where I can find the code for reducing the space between the icons? can't seem to find it in neither core nor config. I'll add a configuration option in the next version. Think I'll upload it tonight. Thank you, and maybe an option to swap the icons. Added a new version now. Didn't make the swap option yet so you hav...
File: Shield Maid10-24-12
anyone know where I can find the co...
Posted By: Twattle
anyone know where I can find the code for reducing the space between the icons? can't seem to find it in neither core nor config. I'll add a configuration option in the next version. Think I'll upload it tonight.
File: Shield Maid10-24-12
May I suggest adding another option...
Posted By: Twattle
May I suggest adding another optional formatting function? What I like to use is --number format func local numFormat = function(v) if v > 1E10 then return (floor(v/1E9)).."b" elseif v > 1E9 then return (floor((v/1E9)*10)/10).."b" elseif v > 1E7 then return (floor(v/1E6)).."m" elseif v...
File: Shield Maid10-22-12
Also like the idea of this alot....
Posted By: Twattle
Also like the idea of this alot. If you could incorporate a couple features from my own addon I'd retire it and use/suggest this one instead :D BarrierText; Specifically my suggestion if you choose to implement it: - Add the estimated absorb amount before casting SBar using your same icon at reduced alpha, go full alpha and...
File: Shield Maid10-22-12
the indicator idea is a great way t...
Posted By: Twattle
the indicator idea is a great way to decide which skill to use. but it should be an estimated indicator based on something like this: (if possible blocked dmg last 6 sec. > possible shield barrier absorb (incl. vengeance, attack power and rage) then bling-bling-shield block If there is a way to see if damage is blockable/absorbable...
File: Shield Maid10-22-12
Also like the idea of this alot....
Posted By: Twattle
Also like the idea of this alot. If you could incorporate a couple features from my own addon I'd retire it and use/suggest this one instead :D BarrierText; Specifically my suggestion if you choose to implement it: - Add the estimated absorb amount before casting SBar using your same icon at reduced alpha, go full alpha and...
File: Shield Maid10-21-12
Great little addon needs some tlc t...
Posted By: Twattle
Great little addon needs some tlc though and some in game scale and anchor abilities as well. Simple yet effective look forward to seeing future updates I added configuration options for anchor and scale. I don't know if that was what you were after. Also, what is tlc?
File: Shield Maid10-21-12
Thanks a lot for the feedback. I ha...
Posted By: Twattle
Thanks a lot for the feedback. I have uploaded a new version with some of your suggestions. I haven't found a clever way to add thousands separators in the numbers since lua's string.format-function doesn't support it, but I'm looking into it. Also, can you tell me how to add Masque support? wow, glad to see these changes. no, i ha...
File: Shield Maid10-21-12
great idea! every protection warri...
Posted By: Twattle
great idea! every protection warrior who wants to tank as good as possible will use this mod. keep on working. i want to suggest some things: seperate the absorb and block amount every third position with a dot. 5.845 is way better readable than 85845. add shieldBarrierIcon:SetFrameStrata("HIGH") shieldBlockIcon:SetFrameS...