Results: 84Comments by: whoarrior
File: whoa UnitFrames03-15-13
Thnx, Whoarrior. I try to use) E...
Posted By: whoarrior
Thnx, Whoarrior. I try to use) Edit Boss1TargetFrame:SetScale("1.3") Boss2TargetFrame:SetScale("1.3") Boss3TargetFrame:SetScale("1.3") in unitframes.lua AND now whoa should hate me for supporting my ui on his comments :P Hate? You? I only hate elves. ;)
File: whoa UnitFrames03-15-13
@trommy try those addons... http:...
Posted By: whoarrior
@trommy try those addons... http://www.wowinterface.com/downloads/info19225-BetterPowerBarAlt.html http://www.wowinterface.com/downloads/info20589-BetterExtraActionButton.html And the function you're looking for is SetScale(). http://www.wowwiki.com/API_Frame_SetScale
File: whoa UnitFrames03-15-13
1. Is it possible to scale the fram...
Posted By: whoarrior
1. Is it possible to scale the frames? At 1920x1080 look too little ... 2. Is it possible to change the transparency (50% do not fight, and fight as usual)? Scaling is possible, one of my arenamates has this in his custom version. ;) I can build this into a new version. The transparency thing sounds interesting. i will try if i...
File: whoa UnitFrames03-13-13
I see what you mean. That's a probl...
Posted By: whoarrior
I see what you mean. That's a problem of Rufios graphic. You can use the program BLP2PNG to change the graphics from *.blp to *.png, then edit the graphic with your photoprogram of choice and finally change them back to *.blp. http://www.wowinterface.com/downloads/info6127-BLP2PNG.html I already seen those files with XnView, but...
File: whoa UnitFrames03-13-13
Thanks for an update whoarrior, if...
Posted By: whoarrior
Thanks for an update whoarrior, if anyone wants here is a big hp bar version (credits to whoarrior and Rufio ofc): https://www.dropbox.com/s/n94agbqwin0mi27/whoaUnitFrames%28bighpbar%29.rar It looks like on a screenshot below, there is 1 annoying part tho - left border of target frame (it looks like hp texture is going through...
File: whoa UnitFrames03-13-13
Then do it for yourself. Merge the...
Posted By: whoarrior
Then do it for yourself. Merge the codechanges and use Rufios graphics. :)
File: whoa UnitFrames03-13-13
Take a look at Rufio UI Classic. He...
Posted By: whoarrior
Take a look at Rufio UI Classic. He modified my unitframes. http://www.wowinterface.com/downloads/info18074-RufioUIClassic.html (:
File: whoa UnitFrames03-12-13
Re: Re: Re: Percents
Posted By: whoarrior
Like to see the percentage ability back in play. % has been gone since patch. Thanks!You should use the newest version. ;P @Capity There's no option for that in the config file. If you're used to lua (or any other programming language) und you search for "color" in the file whoaUnitFrames.lua you'll easily find the places were...
File: whoa UnitFrames03-12-13
Re: Percents
Posted By: whoarrior
Like to see the percentage ability back in play. % has been gone since patch. Thanks!You should use the newest version. ;P @Capity There's no option for that in the config file. If you're used to lua (or any other programming language) und you search for "color" in the file whoaUnitFrames.lua you'll easily find the places were...
File: whoa UnitFrames03-12-13
Hey guys, sry i let you wait tha...
Posted By: whoarrior
Hey guys, sry i let you wait that long for the update. Pleasy tell me if something doesn't fit... i didn't do much testing this time. :rolleyes: (:
File: whoa UnitFrames02-19-13
Seems the percentage text for healt...
Posted By: whoarrior
Seems the percentage text for health and mana breaks on ptr. Though the default UI can display both numeric and percentage now Thank you for that information. Blizz changed the options in the default ui, which i use to show percentage or not. I think that will be easy to fix. :)
File: whoa UnitFrames02-01-13
Re: Problem with the power bars
Posted By: whoarrior
Can someone explain what causes the following: http://kepfeltoltes.hu/view/130119/WoWScrnShot_011913_180406_www.kepfeltoltes.hu_.jpg Make sure that the graphics (*.blp files) are in the right folder! You need to have the folders "CharacterFrame" and "TargetingFrame" with the graphics in your "World of Warcraft\Interface" Folder!...
File: whoa UnitFrames12-20-12
can u do the same thing , but also...
Posted By: whoarrior
can u do the same thing , but also for party members ? I play always with the standard raidframes and i'm really happy with them. So no i can't. ;)
File: whoa UnitFrames12-04-12
no it doesnt work, it change only t...
Posted By: whoarrior
no it doesnt work, it change only the height of the healt bar , in this way the hbar will be displayed on the mana bar, i need the way to modify the frame that contains the hb (then ill use ur tip to make the hb bigger), using ur tip, will only modify the height of the hbar, but it doesn't modify the height of the bar that CONTAINS t...
File: whoa UnitFrames10-24-12
@Rufio Try this quick fix... lo...
Posted By: whoarrior
@Rufio Try this quick fix... local function whoa_targetChanged() TargetFrame.nameBackground:Hide() TargetFrame.deadText:Hide() if UnitIsPlayer("target") and config.classColorTarget then color = RAID_CLASS_COLORS else ... local function whoa_targetChanged() TargetFrame.nameBackground:SetVertex...
File: whoa UnitFrames10-24-12
hey thank a ton for the update! I'...
Posted By: whoarrior
hey thank a ton for the update! I'm using custom textures do you have clue how to fix the background? I'm aware of that lil ugly problem... i will change that, just need to test my buff addon first. ;)
File: whoa UnitFrames10-23-12
is there any way to make the frames...
Posted By: whoarrior
is there any way to make the frames wider? There's a way, but not with this addon.
File: whoa UnitFrames10-22-12
Copy UI-TargetingFrame-org file in...
Posted By: whoarrior
Copy UI-TargetingFrame-org file in the same folder (TargetingFrame) and rename as UI-TargetingFrame-Minus. Its most easy way.. :rolleyes: Thanks Xapek, i really appreciate that you posted these fixes. :) I just added the UI-TargetingFrame-Minus-Flash graphic and some small fixes i had for months on my computer. ;D @all Sry fo...
File: whoa UnitFrames08-30-12
The only problem I'm having (maybe...
Posted By: whoarrior
The only problem I'm having (maybe its just mine) is that enemy health bars are using the background of the aggressive enemy. If you fight an NPC, the red bar fades to the red (same color different background texture). Screenshot: http://i.imgur.com/YjyLp.jpg (note mob is about half health) Thanks for the screenshot. I will che...
File: whoa UnitFrames08-30-12
Any plans to update for MoP? This a...
Posted By: whoarrior
Any plans to update for MoP? This addon kinda sorta works (only thing missing is the text) in the Beta EDIT: Correction this addon is working fine into MoP I forgot to turn status text on in the interface settings >.> There will be an Update for MoP, even it would be just the version number. I have to check which stuff i changed...
File: ZOMGwings08-01-12
Love it!
Posted By: whoarrior
Love it!
File: whoa RaidTargets07-31-12
:eek: you're right. :o
Posted By: whoarrior
:eek: you're right. :o
File: whoa UnitFrames02-21-12
nice work! can you make the same s...
Posted By: whoarrior
nice work! can you make the same style for Arena Frame? /ty Maybe... i never tought about the Arena Frames.
File: whoa UnitFrames02-21-12
Hi könntest du vllt ne liste von ad...
Posted By: whoarrior
Hi könntest du vllt ne liste von addons machen die du auf dem bildern benutzt? ;D sieht nämlich voll cool aus :3 Viele sind das nicht, um genau zu sein sieht man auf den Bildern neben meinen UnitFrames nur 3 andere Addons. Ich muss auch noch dazusagen, dass alle Bilder mindestens 1 Jahr und älter sind. 1. ein Action Bar Addon wie n...
File: whoa UnitFrames02-14-12
Anyone can tell me how can I disabl...
Posted By: whoarrior
Anyone can tell me how can I disable the healing + damage taken shown at the player frame? It is very annoying... http://www.wowinterface.com/downloads/info20837-NoCombatText.html This addon should help.