Get an Epic Experience with Premium

fSlimUI

Unit Frames Login to Add Favorites
  • 2 Likes
  • Runes of Magic
  • 338 Monthly Downloads
  • Supports: 5.0.1
  • 22,286 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 1 of 8 Next Last
  • #124

    Hello, it's me again.

    The chat editor is too small for Asia country.
    So maybe you can make it bigger when GetLanguage() found Asia client?

    http://www.mediafire.com/?z1l4t5wk4n7ww2w
    This is a sample file I made, you can refer it.

    Thank you for make this nice addon. :)

  • #118

    I noticed on comment #107 you have a fix for the dwarf target issue. Could you provide more detail on which part of the code I need to erase and replace with the one you have in  that comment; I tried to do it myself, but I could never get it right. Also, which version is that fix for, because curseforge has up to version 3.7. I'm currently using version 3.4.3.

    Lastly, will the fix (from comment 107) allow the GridCliqueit healing addon  to work properly?

  • #119

    That fix just delete race string from target frame, it's only for 3.7 version

    I cant say anything about GridCliqueit compatibility, I'm not playing now, sorry

     

  • #123

    Thank you, it's perfect now. Appreciate the help.

  • #121

    1. This is aggroframe, you may remove its folder.

    2. Try to push the "Restore Interface to Defaults" minimap button.

  • #120

    I downloaded version 3.7 and applied your fix for the dwarf race and it all works now, including gridcliqueit, so thank you.

    Now, I'm having 2 small problems highlighted in this image:

    http://browse.deviantart.com/?order=5&q=runes of magic#/d5ph2z4

    First, that focus meter/ dmg scrutinizer on top always pops up when I log on and when I join a raid, it becomes permanent. Not a big problem, but it is annoying. How do I fix that?

    Second, that meter/menu on the bottom, how do I move that over to the right some? There is no shift drag option.

    Last edited by shanshunaruto on 12/27/2012 9:35:07 PM
  • #113

    I like the simpleness of fSlimUI.  Only one part I currently am not a fan of, when looking at a target.  The image is attached to the hp part. Could they be a line in there or a space?

    Last edited by ExxWhyZee on 12/16/2012 4:28:11 PM
  • #114

    please make a screenshot and point there for details; I cant understand your request

    Last edited by rufaqir on 12/13/2012 11:39:51 AM
  • #117

    upload your picture on some images hosting and link here

    Last edited by rufaqir on 12/17/2012 9:41:45 AM
  • #116

    Picture is added but it doesnt show for me on here.

    Last edited by ExxWhyZee on 12/17/2012 6:50:33 AM
  • #110

    Thanks for the addon.  One thing though,

    I deleted my aggrofram, bufframe, minimapframe, and playerframe folders because I didn't want them, but now my energy and focus seem to be off colored.  My energy is a bright pinkish color and my focus is a bright green color.

    Is there something I can do to fix this?

    It is something in the "targetframe" folder.

    Last edited by i1own0u on 11/21/2012 4:25:46 PM
  • #111

    I have no time now, give me some time and I'll help you

  • #112

    hmm, I tried this variant, it's working

    mail me your pack of addon in archive, I'll find the reason of error (look your pm)

  • #106

    Hi, Rufaqir. After the last ROM update race description for dwarves changed from "Urbie" to "Shadowforge Dwarf". The problem is that this description is so big it overwrites the HP info. I suggest to supress this info (race) or to use simply Dwarf as description. I guess you use a function to return race from game but, as developer changed from short description to large one, the race description string floods over the HP number. TY for your help.

  • #107

    You may open sui_targetframe.lua, find there the SUI_UnitFrameName_Update function and replace it by

    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")
    race:SetText("")
    end

    It disables the race displaying.

    Last edited by rufaqir on 10/27/2012 3:11:43 AM
  • 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!