I tried creating it with ButtonFacade but failed miserably, not surprisingly. Is there any chance anyone would be able to make this skin at all? SimpleSquare just doesn't cut it for me :(.
Still need to fix:
-Minimap
-Buffs <-- fixed now.
-Names on UF's
-Castbar Border
I never got my hands on a previous version of Lyn's/Neals so I've had to recreate each element personally. Again, I will try fix the above issues asap.
@d32mjackazz - Is there any chance you could upload your minimap/buff/tooltip and LynStats settings? I'd be very grateful.
I copied and pasted the code onto the StatusQuo .lua and nothing happened. Nothing has happened yet for nothing to "not work" :p. I'm still trying to figure out how to get it to work.
Current:
⢠Not entirely happy with it.
⢠The action bar I will change to Roath once it's updated.
⢠The Grid texture (based off Neavx's) and bar textures are custom made.
⢠Minimap is bugged in all of screenies >.<. I didn't notice at the time. Is there anyway to fix that bug, it's annoying?
local UnitIsPlayer, UnitIsConnected, UnitClass, RAID_CLASS_COLORS =
UnitIsPlayer, UnitIsConnected, UnitClass, RAID_CLASS_COLORS
local _, class, colour
local function hook(statusbar, unit)
if UnitIsPlayer(unit) and UnitIsConnected and unit == statusbar.unit and UnitClass(unit) then
_, class = UnitClass(unit)
colour = RAID_CLASS_COLORS[class]
statusbar:SetStatusBarColor(colour.r, colour.g, colour.b)
end
end
hooksecurefunc("UnitFrameHealthBar_Update", hook)
hooksecurefunc("HealthBar_OnValueChanged", function(self)
hook(self, self.unit)
end)
That was what I was planning on implementing it in to.
0
0
That would be great! :D Let us know if you get around to it.
0
I tried creating it with ButtonFacade but failed miserably, not surprisingly. Is there any chance anyone would be able to make this skin at all? SimpleSquare just doesn't cut it for me :(.
Thanks in advance.
0
http://hdimage.org/images/3g4cbghhzo67jm24parc_soloclean.jpeg
Focus > Me > Target > ToT
http://hdimage.org/images/3jy793j1fbk067h2zc6_totwithcast.jpeg
Target with Castbar
http://hdimage.org/images/i5gwy2s8g1yw11541zg_fullraid.jpeg
Random Raid, example of Debuff timers.
0
http://www.wowinterface.com/downloads/fileinfo.php?id=12071#info
@Yinchie: I like it, what is that castbar texture by the way, I don't recall seeing it before?
0
One of the things to fix up :p. And Arena Frames were originally placed higher up, haven't played with them that low yet.
0
http://hdimage.org/images/7445zntqgu...everything.jpg
http://hdimage.org/images/wjct3pop11...yandtarget.jpg
Still a lot to fix up. Some elements are Caith inspired.
0
Lol, yeah. I've actually already done it, I just hadn't done it for the screenshot. Also fixed up Recount a bit as well.
0
http://i8.photobucket.com/albums/a50/husky003/UIRaidShot.jpg
http://i8.photobucket.com/albums/a50/husky003/UITarget.jpg
I've still yet to update Combat Text and Cast Bar. I'll do that eventually. Special thanks to Lyn and Neal.
0
http://i8.photobucket.com/albums/a50/husky003/nealrecreation.jpg
Still need to fix:
-Minimap
-Buffs <-- fixed now.
-Names on UF's
-Castbar Border
I never got my hands on a previous version of Lyn's/Neals so I've had to recreate each element personally. Again, I will try fix the above issues asap.
@d32mjackazz - Is there any chance you could upload your minimap/buff/tooltip and LynStats settings? I'd be very grateful.
0
I copied and pasted the code onto the StatusQuo .lua and nothing happened. Nothing has happened yet for nothing to "not work" :p. I'm still trying to figure out how to get it to work.
0
Would also love to know how adjust the font on the unitframes too.
0
Wow, didn't know that existed.
However it only worked for the Buff Icons - it didn't want to work for the buttons on the action bars. Any ideas?
EDIT:
:(
Would anyone happen to know any other alternative methods?
0
⢠Not entirely happy with it.
⢠The action bar I will change to Roath once it's updated.
⢠The Grid texture (based off Neavx's) and bar textures are custom made.
⢠Minimap is bugged in all of screenies >.<. I didn't notice at the time. Is there anyway to fix that bug, it's annoying?
Solo:
http://i8.photobucket.com/albums/a50/husky003/ScreenShot_110908_223106.jpg
Solo + Casting:
http://i8.photobucket.com/albums/a50/husky003/ScreenShot_110908_223151.jpg
Raid + Target:
http://i8.photobucket.com/albums/a50/husky003/ScreenShot_110908_224103.jpg
0
That was what I was planning on implementing it in to.