Get an Epic Experience with Premium

fSlimUI

Unit Frames Login to Add Favorites
  • 2 Likes
  • Runes of Magic
  • 337 Monthly Downloads
  • Supports: 5.0.1
  • 22,295 Total Downloads
  • Updated 09/24/2012
  • Created 03/02/2011
  • 23 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: Public Domain
  • Newest File: fSlimUI 3.7
or

About fSlimUI

fSlimUI 3.7

No portrait unit frames version - http://rghost.ru/43163658

Wider chat editbox for asian loc - http://www.mediafire.com/?z1l4t5wk4n7ww2w (by matif)

Description:

Note: Remove old version before installation.

This addon replaces the native unitframes, minimap, mainmenu, chat and channelchange frames, questtracker, gametooltip and also adds aggroframe and other smaller changes.

Simply delete a folder if you don't need any of them (the textures folder is required).

Sorry, I'm lazing to make a full description, please try to use this addon for familiarity :)

Supporting is here

v 3.7
  • A new design.
v 3.6
  • Soulbar added to player frame.
  • Swap equipment button on minimap has a dropdown menu to choose from six sets of equipment now.
  • Replaced native player buffbar shows up to forty buffs.
  • Добавлен бар душ для колдуна
  • Кнопка смены снаряжения на миникарте теперь имеет выбор из шести вариантов шмота
  • Бафбар игрока расширен до 40ка бафов
v 3.5
  • Please look description.
v 3.4.3
  • Добавлена немецкая локализация
v 3.4.2
  • CameOnIn's setting menu now opens
  • yaCIt is supported
  • mailcounter and "Rental Management" added
  • most of detected bugs was fixed
  • исправлено большинство ошибок
  • добавлено еще интересных плюшек
v 3.4.1
  • corrected mana color in tooltips
  • corrected class names in unitframes for eneu version
  • added expierence tooltip
  • исправлен цвет маны в тултипах
  • добавлен тултип с опытом для всех классов
v 3.4 fix

small fix of CheckPartyHidden

Исправлена настройка скрытия сопартийцев

v 3.4

See description

Смотри описание

v 3.1 fix 2

Gathering status bars level display in EN version fixed.

Исправлено отображение уровня собирательства в английской версии.

v 3.1 fix

The "Hide own buff bar" checkbox fixed.

Исправлена настройка "Скрыть свою панель бафов".

v 3.1

Release

Comments

First Previous Page 2 of 8 Next Last
  • #109

    nice :)

  • #108

    I tried this and it worked fine:

    function SUI_UnitFrameName_Update(this)

    local name = getglobal(this:GetName().."HealthBarName")

    if UnitIsPlayer(this.unit) then

    name:SetText(string.upper(UnitName(this.unit)))

    else

    name:SetText(UnitName(this.unit))

    end

    if this.unit == "pet" or this.unit == "targettarget" then

    return

    end

    local race = getglobal(this:GetName().."HealthBarRace")

    if UnitRace(this.unit) and UnitIsPlayer(this.unit) then

    if UnitRace(this.unit) == "Shadowforge Dwarf" then

    race:SetText("Dwarf")

    else

    race:SetText(UnitRace(this.unit))

    end

    else

    race:SetText("")

    end

    end

  • #105

    is there another addon that interfere this addon to work well with me. My character HP/MP box is display blank.

  • #103

    Hi

    In previous version we can hide some part of this addon, like a buff bar or party icon. Now i can`t find this option :/ I use adBuffBar & qUnitFrames and i have big issue. Is this bug? Or only i can`t find sittings button? ;> Help!

  • #104

    There is no this option now, you simply have delete the "playerframe", "targetframe", "partyframe" folders in your case.

    Last edited by rufaqir on 10/10/2012 9:18:43 AM
  • #102

    The previous upload hasnt been approved. I uploaded again, please wait а new approval.

  • #98

    I removed all addons and installed 3.6 fSlimUI. Everything changed but action bars. (Почему-то не поменялись кнопки панели действий). How to call settings for the addon?

  • #99

    на каком языке отвечать? :))

    Description and screenshots belong to 3.7 now but file for download still in 3.6 version. These bars are not there. New version hasn't been approved yet on curseforge.

     Сам не понимаю почему до сих пор не одобрили. Раньше 5-6 часов надо было. Видимо тамошние админы спят.

  • #93

    Hi, Rufaqir.

    Good to know we have a new version (3.7) but I cannot install it from Curse Client. I cannot dowload it from Curse website (only 3.6 available). The same is true if I try from CurseForge website. All that despite showing it was updated about 18 hours ago.

    I hope it is fixed in brief. Thank you.

  • #94

    The new version needs approval yet on curseforge site. Alas we have to wait them.

  • #97

    Hmm, I cant understand, the approval is too long :/

  • #96

    Oh ok.Cool Let's hope they approve that ASAP.

  • #84

    Hi, rufaqir.

    Just to report a little problem on guild tooltip. I mean as little as a dwarf, lol. I have a dwarf Mage/Warlock. If I am as mage the tooltip lists me but if I am as warlock the tooltip does not list me. That is, specific dwarf classes are not listed.

    It seems the problem is in this line from sui_mainmenu.lua :

    local color = colorbyclass[class]

    because the function has no defined colors for warlocks and champions:

    local colorbyclass = {

         [TEXT("SC_VOC_WARRIOR")]    = { r = 0.984 , g = 0.255 , b = 0.024 },

         [TEXT("SC_VOC_RANGER")]     = { r = 0.647 , g = 0.839 , b = 0.011 },

      [TEXT("SC_VOC_THIEF")]      = { r = 0.000 , g = 0.839 , b = 0.773 },

       [TEXT("SC_VOC_MAGE")]       = { r = 0.988 , g = 0.447 , b = 0.067 }, 

       [TEXT("SC_VOC_AUGUR")]      = { r = 0.157 , g = 0.549 , b = 0.925 },                  [TEXT("SC_VOC_KNIGHT")]     = { r = 0.878 , g = 0.886 , b = 0.294 }, 

            [TEXT("SC_VOC_WARDEN")]  = { r = 0.757 , g = 0.290 , b = 0.819 },              [TEXT("SC_VOC_DRUID")]      = { r = 0.380 , g = 0.819 , b = 0.378 }, }

     

    TY for your great addon

    Last edited by marcosmds on 7/20/2012 11:18:36 AM
  • #86

    local colorbyclass = {
    [TEXT("SC_VOC_WARRIOR")] = { r = 0.984 , g = 0.255 , b = 0.024 },
    [TEXT("SC_VOC_RANGER")] = { r = 0.647 , g = 0.839 , b = 0.011 },
    [TEXT("SC_VOC_THIEF")] = { r = 0.000 , g = 0.839 , b = 0.773 },
    [TEXT("SC_VOC_MAGE")] = { r = 0.988 , g = 0.447 , b = 0.067 },
    [TEXT("SC_VOC_AUGUR")] = { r = 0.157 , g = 0.549 , b = 0.925 },
    [TEXT("SC_VOC_KNIGHT")] = { r = 0.878 , g = 0.886 , b = 0.294 },
    [TEXT("SC_VOC_WARDEN")] = { r = 0.757 , g = 0.290 , b = 0.819 },
    [TEXT("SC_VOC_DRUID")] = { r = 0.380 , g = 0.819 , b = 0.378 },
    [TEXT("SC_VOC_Harpsyn")] = { r = 0.380 , g = 0.169 , b = 0.914 },
    [TEXT("SC_VOC_PSYRON")] = { r = 0.188 , g = 0.149 , b = 0.949 },
    }

    make so for the time being :) 

  • #92

    This last fix worked great. TY again. BTW, the problem with curse client not showing the last version is affecting several addons (see zzInfobar v2 changelog, for example). I guess it is a database  problem. Perhaps the number of the version. It is like curse client thinks 3.4.3 is greater than 3.6 and shows the first as the last version.

  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Infinite Crisis NA

Get Your Preferred Access Code!