Thread: RealUI
View Single Post
12-16-12, 10:07 PM   #224
tbdbitlfan
A Defias Bandit
Join Date: Mar 2008
Posts: 2
Originally Posted by Banis View Post
My rogue lvl is 15 but if i open the Icehud setting and use the confige mode i don't se the SnD panel.
For anyone having this issue and wants to see the Slice and Dice bar at a lower level:
Go to your World of Warcraft\Interface\AddOns\nibIceHUD\modules folder. Open up SliceAndDice.lua in a text editor. Find the line
Code:
function SliceAndDice.prototype:Toggle(vis)
	if ( vis and (UnitLevel("player") > 22) ) then
Change the 22 to 14 or some other lower number.

I had this same issue and doing this fixed it.
I'm not sure what the implications of changing this are or why it is only enabled at level 22, but I haven't had any issues so far when I changed it.