Thread: RealUI
View Single Post
08-18-13, 07:52 PM   #2650
Arctivoir
A Murloc Raider
Join Date: Aug 2013
Posts: 4
yes i found my own fix since no one was talking i edited the lua for freebtip i assume it is attempting to populate information about the char, hp, mana/energy, etc so i disabled those features and its fine

-- =============================== --
-- Config options, (true of false) --
-- =============================== --

cursor = true, -- Attach tooltip to cursor.
hideTitles = true, -- Hide player titles on the tooltip
hideRealm = true, -- Hide player realm on the tooltip
hideIcons = true,
hideFaction = true, -- Hide player faction on the tooltip
hidePvP = true, -- Hide player PvP on the tooltip
colorborderClass = true, -- Color the tooltip border the class color of the player you are targeting / hovering over
colorborderItem = true, -- Color the tooltip border the color of the item quility of the item you are hovering over
Itemicons = false, -- shows the item icon in the tooltip when hovering over an item
Itemlevel = true, -- show avg ilvl of player.
combathide = true, -- world objects
combathideALL = false, -- everything
multiTip = true, -- show more than one linked item tooltip
hideHealthbar = true,
powerbar = false, -- enable power bars
powerManaOnly = false, -- only show mana users
showRank = false, -- show guild rank
showTalents = true,
tcacheTime = 900, -- talent cache time in seconds (default 15 mins)
spellid = false,
}


is my config setting to fix the issue tho u will no longer have hp bar, resource bar on tooptip and a few other features i thought were wasteful


EDIT: in regards to the shaman Auras being incorrect also ihave confirmed it is in fact the spell id of some of the abilities, its annoyingly long but check each id as listed by the add-on to the corresponding id from wowhead, to make sure they are properly enabled personally not worth the trouble there are some very efficient weakaura setups that allow u to better track debuffs and cool downs and i have not yet found a way to track earth shield on ur tank (without keeping him as ur focus) so..weak auras is ahead in that department kinda disappointed no one bothered to reply to the topics tho, considering others were replied to in the same time frame

Last edited by Arctivoir : 08-18-13 at 07:56 PM.