Results: 335Comments by: shUI
File: oUF Skaarj11-28-12
Anyone else getting error with new...
Posted By: shUI
Anyone else getting error with new patch?
File: shClock11-28-12
Well, as stated in the addon info p...
Posted By: shUI
Well, as stated in the addon info page, I completely go around the blizzard time manager and write my own code based on local machines time stamps. The only time I'll call blizzard code is when I'm trying to get time from server. At the top of the shClock.lua - there are two config options, change the following code: local showM...
File: shClock11-28-12
Option to show 24hours time instead...
Posted By: shUI
Option to show 24hours time instead of AM/PM thingy doesnt work. Hmm, can you give me a better explanation of the error...b/c I am not able to recreate it.
File: shNameplates11-27-12
everythings borked :( looks like 5...
Posted By: shUI
everythings borked :( looks like 5.1 shuffled all the frame regions around Uh oh, let me work on it now to see what kind of fix is needed. Thanks!
File: shNameplates11-17-12
Re: Target of the enemy.. and different settings for friendly nameplates.
Posted By: shUI
Can this add-on do what is in the subject line? "Target of the enemy.. and different settings for friendly nameplates." I am not sure exactly what you are asking, please be more detailed.
File: shNameplates11-07-12
Re: errors with powerbar disabled
Posted By: shUI
Hello there, great work with shNameplates. It looks and works great. I just have one issue. When disabling the powerbar in the config file I receive tons of error and extreme lags (up to 5 seconds game freeze). Can you please take a look at this? Keep up the great work! Hmmm, that is weird. I will be researching it now and...
File: shNameplates10-31-12
shUI, its to much to ask to make...
Posted By: shUI
shUI, its to much to ask to make your own Target plate Debuffs icons instead of using platebuffs (witch right now even with the old fan update isn't really cpu friendly) I noticed that as well about platebuffs. Unfortunately though, writing that code from scratch is going to take a lot of time and testing; and I don't have th...
File: shNameplates10-29-12
can i disable all text an only show...
Posted By: shUI
can i disable all text an only show the Name whit Healthbar Castbar and Icon but whitout Casttime, Castname and HP-Value? I'm actually going to be pushing a big update to this addons in the next day or two. There is an option in my config file that disables the HP text. I do not have an option yet to disable the spell casting na...
File: oUF Skaarj10-26-12
I don't know if I missing anything...
Posted By: shUI
I don't know if I missing anything in the code, but I turned my "threat bar" on and set it to location I want. However, it doesn't seem to be working...displaying a grey statusbar texture and the string: "Threat:" in middle. Point me in the right direction if I missing something. Delete this line: oUF_Skaarj\Plugins\oUF_ThreatBa...
File: oUF Skaarj10-26-12
I don't know if I missing anything...
Posted By: shUI
I don't know if I missing anything in the code, but I turned my "threat bar" on and set it to location I want. However, it doesn't seem to be working...displaying a grey statusbar texture and the string: "Threat:" in middle. Point me in the right direction if I missing something.
File: shClock10-24-12
Wow, wtf lol. Could take a screens...
Posted By: shUI
Wow, wtf lol. Could take a screenshot or tell me exactly what each time is showing in the broker AND in the tooltip? The tooltip and data broker were the same; -3:42am server/local, 2:42 utc. edit: http://imgur.com/ZXrZB - actual time here is 10:02am server/local. this is 2.1. Ya I know, stupid stupid mistake again. I thin...
File: shClock10-22-12
New version shows the time as "-3:4...
Posted By: shUI
New version shows the time as "-3:42am" when the actual time (central, both local and server for me) is 9:42am, 2:42 utc o.O Wow, wtf lol. Could take a screenshot or tell me exactly what each time is showing in the broker AND in the tooltip?
File: shNameplates10-18-12
im getting some lingering threat is...
Posted By: shUI
im getting some lingering threat issues. im not sure if its related to the mod, or the game. threat will "stick" it appears. If im tanking, and i Have threat, and i lose it, or its taken via taunt, the name plates will still stay red (not using tank mode, i like seeing red when i have threat). Same while DPSing. If i had threat, b...
File: shNameplates10-15-12
I will be putting out another updat...
Posted By: shUI
I will be putting out another update in the next week or so that should address any lingering problems. Thanks!
File: shNameplates09-19-12
Re: Bigger
Posted By: shUI
How can I make it bigger? The bar is too small and I am unable to read anything. I want to make the nameplates overall size at least 5x bigger! There is a separate config file (LUA based) inside the folder that you can change the attributes, etc. It's straight forward just follow my comments.
File: shPerformance (mem/fps/ms)09-18-12
:banana::banana:
Posted By: shUI
:banana::banana:
File: shNameplates09-17-12
@Fallenu: I have been changing some...
Posted By: shUI
@Fallenu: I have been changing some code around so those lines aren't the same anymore. Explain to me one more time EXACTLY what kind of behavior you are trying to achieve?
File: shNameplates09-16-12
im getting the threat bloat issue -...
Posted By: shUI
im getting the threat bloat issue - is there something i missed? What do you mean? There are different threat bloats issues I have heard of...explain. cvar SET bloatTest "0" SET bloatnameplates "0" SET bloatthreat "0" in config.wtf in the past your mod used to automatically put those in the config.wtf waaaaay back...
File: shNameplates09-16-12
im getting the threat bloat issue -...
Posted By: shUI
im getting the threat bloat issue - is there something i missed? What do you mean? There are different threat bloats issues I have heard of...explain.
File: shPerformance (mem/fps/ms)09-14-12
just wondering, what happened to th...
Posted By: shUI
just wondering, what happened to the world/server latency breakdown? i dont see it anywhere.. It's working fine for me. It's in the databroker as well as tooltip...displaying correctly.
File: shNameplates09-14-12
Exactly, just download the older ve...
Posted By: shUI
Exactly, just download the older version and replace the new bar texture with the old one. You can do the same thing with fonts, etc. Enjoy :)
File: shNameplates09-13-12
Change the following (line 285): s...
Posted By: shUI
Change the following (line 285): self.healthBar.hpGlow:SetAlpha(0.4) TO: self.healthBar.hpGlow:SetAlpha(0.8) This sets the percentage of transparency with 0 being completely invisible and 1 being completely opaque. Right above that line you can play with colors by setting the RGB colors the way you want via percentages. Tha...
File: shNameplates09-13-12
Change the following (line 285): s...
Posted By: shUI
Change the following (line 285): self.healthBar.hpGlow:SetAlpha(0.4) TO: self.healthBar.hpGlow:SetAlpha(0.8) This sets the percentage of transparency with 0 being completely invisible and 1 being completely opaque. Right above that line you can play with colors by setting the RGB colors the way you want via percentages.
File: shNameplates09-13-12
What frame are you talking about ex...
Posted By: shUI
What frame are you talking about exactly? Specifically the healthbar only?
File: shNameplates08-29-12
Update will be coming soon now that...
Posted By: shUI
Update will be coming soon now that the patch is out! Look for it soon. Thanks!