What's your UI look like?

Re: What's your UI look like?

by Shagu » Mon Nov 16, 2015 7:43 am

BuffFrame code in short looks like this:
Code: Select all
local buffdrop = {
   edgeFile = "Interface\\AddOns\\ShaguUI\\img\\border", edgeSize = 16,
  insets = {left = 4, right = 4, top = 4, bottom = 4},
}

ShaguUI:RegisterEvent("UNIT_AURA")
ShaguUI:SetScript("OnEvent", function()
  if event == "UNIT_AURA" then
    ShaguUI.UpdateBuffFrame()
  end
end)

function ShaguUI.UpdateBuffFrame()
  for i = 0, 31 do
    buttonName = "BuffButton"..i;
    if getglobal(buttonName) ~= nil then
      buff = getglobal(buttonName);
      buff:SetBackdrop(buffdrop)
    end
  end
end
Shagu [Horde] [PvP]
Smup [Horde] [PvP]
User avatar
Shagu
Grunt
Grunt
 

Re: What's your UI look like?

by Doofoos » Mon Nov 16, 2015 8:30 am

Shagu wrote:BuffFrame code in short looks like this:

Damn, i was hoping it's not some kind of a programming "space program" thing ... i was wrong :shock:
Can you please give a bit more information how and where to use this piece of code? Or it will be too difficult to explain for a non-programmer?
Doofhoof - Tauren Druid - <KGB>
User avatar
Doofoos
Sergeant Major
Sergeant Major
 

Re: What's your UI look like?

by Geigerkind » Mon Nov 16, 2015 6:40 pm

stumples wrote:
Could you give list of your addons? At the bottom of your post you listed a couple of them, but what's the rest of them? I'm mostly interested in the nameplate (how to reduce the size) and the buff addon that is similar to Tell Me When or Weak Auras.


Image

The damage meter is currently in development and not available to public.
The Weak Auras addon is one of my addons, which is called Modified Power Auras
The Nameplates addon is caleed CustomNameplates
My Addons:
DPSMate - A combat analyzation tool (/viewtopic.php?f=63&t=38042)
Vanilla Consolidated Buff-Frames (/viewtopic.php?f=63&t=18189)
Modified Power Auras (/viewtopic.php?f=63&t=18251)
User avatar
Geigerkind
Senior Sergeant
Senior Sergeant
 

Re: What's your UI look like?

by Shagu » Mon Nov 16, 2015 9:11 pm

Doofoos wrote:
Shagu wrote:BuffFrame code in short looks like this:

Damn, i was hoping it's not some kind of a programming "space program" thing ... i was wrong :shock:
Can you please give a bit more information how and where to use this piece of code? Or it will be too difficult to explain for a non-programmer?


I made you a seperate AddOn out of it.
http://shaguquest.ericmauser.de/tmp/ShaguBuff.zip

Have fun :)
Shagu [Horde] [PvP]
Smup [Horde] [PvP]
User avatar
Shagu
Grunt
Grunt
 

Re: What's your UI look like?

by Doofoos » Tue Nov 17, 2015 8:10 am

Shagu wrote:I made you a seperate AddOn out of it.

Wow thanks! :shock:
Contact me for one free head\legs enchant of your choice!
Doofhoof - Tauren Druid - <KGB>
User avatar
Doofoos
Sergeant Major
Sergeant Major
 

Re: What's your UI look like?

by xwraith » Wed Nov 18, 2015 2:53 am

Looking dope as usual.

Image
Hvdgh
User avatar
xwraith
Sergeant
Sergeant
 

Re: What's your UI look like?

by chefbrian » Thu Nov 19, 2015 9:39 pm

Shagu wrote:My Interface ...

Image

... highly inspired by TukUI


what could i give you to just package that up and send it over? :D

that UI looks amazing!
chefbrian
Tester
 

Re: What's your UI look like?

by Hawthorne » Sun Nov 22, 2015 11:52 am

http://i.imgur.com/LqNM9A0.jpg

DocUI with some changes.
Hawthorne
Tester
 

Re: What's your UI look like?

by Orlog » Wed Nov 25, 2015 7:52 am

Shagu wrote:My Interface ...

Image

... highly inspired by TukUI

My fav UI when I played official server) So Can you share it for people? It's very great!
Orlog
Tester
 

Re: What's your UI look like?

by Orlog » Wed Nov 25, 2015 12:25 pm

Shagu wrote:My Interface ...

Image

... highly inspired by TukUI

Hallo, can you share you interface? Tukui was my favorite UI when I played official server.
Orlog
Tester
 

PreviousNext

Return to Addons & macros