mytchi3 1 Report post Posted May 12, 2017 Hi @shagu. Im having one issue im not sure if to post here or where? I have MikScrollingBattleText addon. However every time i log out "Show target damage" in interface gets enabled. Is it possible to save it that way and disabled PFUI scrolling combat text somewhere? 0 Share this post Link to post Share on other sites
Pampa 0 Report post Posted May 12, 2017 Hi I play as a hunter. With any near attack, all the icons in the bottom panel disappear. How can I fix this? Sorry, translate.google.com 0 Share this post Link to post Share on other sites
mytchi3 1 Report post Posted May 13, 2017 6 hours ago, Pampa said: Hi I play as a hunter. With any near attack, all the icons in the bottom panel disappear. How can I fix this? Sorry, translate.google.com disable all other addons first,especially ones that do action bars, luna or bartender2. Then enable one by one 0 Share this post Link to post Share on other sites
shagu 25 Report post Posted May 13, 2017 12 hours ago, Pampa said: Hi I play as a hunter. With any near attack, all the icons in the bottom panel disappear. How can I fix this? Sorry, translate.google.com 0 Share this post Link to post Share on other sites
shagu 25 Report post Posted May 13, 2017 On 12.5.2017 at 10:54 AM, mytchi3 said: Hi @shagu. Im having one issue im not sure if to post here or where? I have MikScrollingBattleText addon. However every time i log out "Show target damage" in interface gets enabled. Is it possible to save it that way and disabled PFUI scrolling combat text somewhere? Hi @mytchi3 pfUI doesn't have any scrolling combat text, all it does is changing the games default font. Game settings are only changed once by pfUI, at the time when the first-run dialog is shown. I don't know what resets your config, but I doubt it's pfUI. Cheers 0 Share this post Link to post Share on other sites
Athene 3 Report post Posted May 13, 2017 I think it's related to the "Show Game Damage" in /msbt, this thing is enabled by default. 0 Share this post Link to post Share on other sites
mytchi3 1 Report post Posted May 14, 2017 15 hours ago, Athene said: I think it's related to the "Show Game Damage" in /msbt, this thing is enabled by default. ill check it out thx 0 Share this post Link to post Share on other sites
DonKarlsen 0 Report post Posted May 17, 2017 Recently hit level 60, and the XP-bar has been disappeared, and theres a piece of text saying something like "--- xp to next level" which i cannot move. Any tips? 0 Share this post Link to post Share on other sites
shagu 25 Report post Posted May 17, 2017 3 minutes ago, DonKarlsen said: Recently hit level 60, and the XP-bar has been disappeared, and theres a piece of text saying something like "--- xp to next level" which i cannot move. Any tips? Where is this piece of text? Are you sure this is pfUI related, because I can't find the string "xp to next level" anywhere in the project. Please provide a screenshot. 0 Share this post Link to post Share on other sites
Ember_shade 1 Report post Posted May 19, 2017 I LOVE this addon, I lived off of Elvui so this is perfect and doesnt seem to interfere with any of my other addons, the only problem I have is that I cant seem to fix my chat, it no longer displays the chat channel name, just the number. with it disabled my chat looks like this [1. General] [toonname]: WTB portal to SW when I have it enabled, the chat now looks like [1] [toonname]: WTB portal to SW Is there anyway I can make it display the full channel name in chat? I checked in the options under chat but didnt see anything that related to the channel names. thanks!! 0 Share this post Link to post Share on other sites
shagu 25 Report post Posted May 20, 2017 Right now there is no option for that, you'll have to do it manually by opening modules/chat.lua at line ~706 and replace local channel = string.gsub(text, ".*%[(.-)" .. pattern ..".+", "%1") if string.find(channel, "%d+%. ") then channel = string.gsub(channel, "(%d+)%..*", "channel%1") channel = string.gsub(channel, "channel", "") pattern = "%[%d+%..-" .. pattern text = string.gsub(text, pattern, "["..channel.."] ".."%1") end with --[[ local channel = string.gsub(text, ".*%[(.-)" .. pattern ..".+", "%1") if string.find(channel, "%d+%. ") then channel = string.gsub(channel, "(%d+)%..*", "channel%1") channel = string.gsub(channel, "channel", "") pattern = "%[%d+%..-" .. pattern text = string.gsub(text, pattern, "["..channel.."] ".."%1") end ]]-- 0 Share this post Link to post Share on other sites
altoholic 2 Report post Posted May 21, 2017 On 24/01/2017 at 0:43 AM, Razorwynd said: Love the UI package shagu!!! I know that druid mana bar is on the list of things to add, but in the mean time what addon should druids use? Does druid bar work for other people I can not seem to get it to work properly with pfUI... and luna bars are just not as clean and pretty as pfUI Help I have the exact same concerns. Druids, have you found a solution ? 0 Share this post Link to post Share on other sites
szuszak 2 Report post Posted May 21, 2017 druid bar - will give you movable mana bar that is visible in all forms i hope that we can get auto attack bar and druid mana bar in pfui some day because i truly love this addon http://www.vanilla-addons.com/dls/druidbar/ https://drive.google.com/file/d/0B-M-GjvxySSfalNfY2FWamM1bUE/view https://wow.curseforge.com/projects/attack-bar-timer 0 Share this post Link to post Share on other sites
Razorwynd 1 Report post Posted May 22, 2017 14 hours ago, szuszak said: druid bar - will give you movable mana bar that is visible in all forms i hope that we can get auto attack bar and druid mana bar in pfui some day because i truly love this addon http://www.vanilla-addons.com/dls/druidbar/ https://drive.google.com/file/d/0B-M-GjvxySSfalNfY2FWamM1bUE/view https://wow.curseforge.com/projects/attack-bar-timer 100% agree 0 Share this post Link to post Share on other sites
Lynwind 0 Report post Posted May 23, 2017 Hello, I'm in love with your new UI. I was in love with the last one you did and this found a place in my hearth too, since Im back playing vanilla~ But I have a little problem with CleanUp addon. Sometimes when I sort my bags some items go grey and I think they stuck in sorting motion and doesn't move. Only thing that worked for me is re-login, which is kinda annoying. I'm using the git-hub version which meant to go with this UI. Is there any solution or am I doing something wrong? Thanks in advance. + for druid mana bar. 0 Share this post Link to post Share on other sites
altoholic 2 Report post Posted May 23, 2017 6 hours ago, Lynwind said: I have a little problem with CleanUp addon. Sometimes when I sort my bags some items go grey and I think they stuck in sorting motion and doesn't move. Only thing that worked for me is re-login, which is kinda annoying. I'm using the git-hub version which meant to go with this UI. Is there any solution I'm using "MrPlow". Slower, don't reconize specials bags (ench bags, soul shard bags, i haven't tried others), but never stuck anything. 0 Share this post Link to post Share on other sites
grs 1 Report post Posted May 28, 2017 Is there a way to use clickcast on myself when not in a raid? When solo: I would like to be able to use clickcast on myself by clicking my player frame When in a party: I would ideally additionally like to show myself in the party frames (as an option). 0 Share this post Link to post Share on other sites
JaggySnake 0 Report post Posted June 2, 2017 On 2017-5-13 at 0:01 PM, shagu said: I'm getting the complete opposite of this now. Have "Enable Range Based Auto Paging (Hunter)" checked and the "melee" page isn't automatically switching over when in melee range. 0 Share this post Link to post Share on other sites
Atrophie 0 Report post Posted June 5, 2017 Been looking for a long time today.. but cant seem to find. Is there anyway to make Guild members show there class color? just so much easier to see who is on. 0 Share this post Link to post Share on other sites
Jeff_block 0 Report post Posted June 6, 2017 Thanks 0 Share this post Link to post Share on other sites
tsutla 0 Report post Posted June 7, 2017 A suggestion - is there any possibility to have a panel display option for empty bag slots? Would be lovely to glance over at the number without b-clicking. 0 Share this post Link to post Share on other sites
Madz 0 Report post Posted June 9, 2017 Cant see my mana anymore and dont find anything in settings, i'm blind or? :P 0 Share this post Link to post Share on other sites
shagu 25 Report post Posted June 9, 2017 34 minutes ago, Madz said: Cant see my mana anymore and dont find anything in settings, i'm blind or? :P UnitFrames -> Player -> ( Left Text / Center Text / Right Text ) Power stands for Mana/Focus/Rage/Whatever. http://i.imgur.com/ENdkb5Y.jpg 0 Share this post Link to post Share on other sites
Madz 0 Report post Posted June 9, 2017 3 minutes ago, shagu said: UnitFrames -> Player http://i.imgur.com/ENdkb5Y.jpg fast answer, thank u bro, much love! and yes im blind :D 0 Share this post Link to post Share on other sites
Bonob 0 Report post Posted June 12, 2017 Hey i've been using PfUI for 4-5months now, no issue at all. It's a great add-ons overall. I, since then rerolled a Druid and want to use Luna as my raid frames but i would love to keep PfUi Player, Target, Targetoftarget Unit Frames while being able to deactivate the Raid/Party frames who dont have much customization anyway. 0 Share this post Link to post Share on other sites