Results: 273Comments by: Skarj
File: Skaarj UI01-13-15
Hi, I have a few questions that hop...
Posted By: Skarj
Hi, I have a few questions that hopefully you can guide me in the right direction. First, in Affliction, when I have 4 soul shards it displays 2 black lines instead of 3. Therefore, it looks like 2 shards + 1 big shard. Where can I edit this so it adds a 3rd black line to show 4 separate shards? Second, the time on the minimap...
File: Skaarj UI01-13-15
Hey is there a way to make the part...
Posted By: Skarj
Hey is there a way to make the party frames vertical instead of horizontal?? Is it in the code? Interface\AddOns\oUF_Skaarj\Core\layout.lua 1690: cfg.options.showPlayer,'showSolo',false,'showParty',true ,'point','TOP','xOffset',-5,'yOffset', -5,
File: Skaarj UI01-13-15
Re: Action bars
Posted By: Skarj
Hi, I am trying to make the action bar that is faded out to the right become a third visible bar in the middle but I am struggling. I'm new to editing LUA but I'd like to credit myself with a bit of intelligence. I have managed to get the right hand bar to the middle but it just stays vertical and doesn't go horizontal - Even i...
File: Skaarj UI01-13-15
Re: Buff reminder
Posted By: Skarj
Hello, been looking everywhere to find where to disable this options --> http://imgur.com/bqlHd3B but I just can't seem to find it, would really appreciate some help :) Great UI overall tho, really liking it. Interface\AddOns\SkaarjUI\cfg.lua cfg.buffs_reminder = { enable = false,
File: Skaarj UI01-13-15
How do you stop the chat tabs of "g...
Posted By: Skarj
How do you stop the chat tabs of "general" "combat log" etc fade out? And how do i disable the combat scrolling text thanks in advance Interface\AddOns\rChat\config.lua cfg.ChatBar_hide = false
File: Skaarj UI01-13-15
hi again, is it possible with yo...
Posted By: Skarj
hi again, is it possible with your UI to change the font size of the questlog panel ? Try to change font size here: Interface\AddOns\SkaarjUI\core\fonts.lua 94: SystemFont_Shadow_Med1:SetFont(font, 12) But it will affect not only questlog panel.
File: oUF Skaarj01-13-15
Can't reproduce this issue. and i...
Posted By: Skarj
Can't reproduce this issue. and i try to change the combopoints top the health bar, but the frame didnt move together, did i miss something? layout.lua 707: self.dh:SetPoint('TOP') Try to change anchor to the bottom.
File: oUF Skaarj01-13-15
O.o oh forgot one more thing:...
Posted By: Skarj
O.o oh forgot one more thing: when monk change talent from 5 chi to 6 chi, the chi bar wont change to current quantity, should reload. waiting for the pending update hope may fix :banana: you're late, chibar will fix in the next update ;) thanks for feedback!
File: oUF Skaarj01-09-15
i disable raid in config but still...
Posted By: Skarj
i disable raid in config but still show on. Can't reproduce this issue. cfg.uf.raid = true disableRaidFrameManager = true https://dl.dropboxusercontent.com/u/41539760/1.jpg cfg.uf.raid = false disableRaidFrameManager = true https://dl.dropboxusercontent.com/u/41539760/2.jpg cfg.uf.raid = false disableRaidFram...
File: Skaarj UI12-28-14
hi, i have an error message after...
Posted By: Skarj
hi, i have an error message after login : " LitePanels Font invalid: symbol.ttf " Hmm... Try to replace LiteStats addon with this: LiteStats
File: oUF Skaarj12-25-14
Re: Class Colors doesn't work.
Posted By: Skarj
Hey Skaarj, just tried enabling class colors and they do not work. All the health bars are grey, could you help? Oops... Replace this file: Interface\AddOns\oUF_Skaarj\oUF\elements\health.lua health.lua
File: Skaarj UI12-20-14
I have noticed some of your texture...
Posted By: Skarj
I have noticed some of your texture paths are nil. For example your bags. local mediaPath = ] When there is no media folder for the bag in which I think you ment for that to be pointing to local mediaPath = ] Thanks ;) Keep digging, there are still a lot of junk code :D
File: oUF Skaarj12-17-14
Hello there ! I've been enjoying th...
Posted By: Skarj
Hello there ! I've been enjoying this oUF thoroughly. I'm switching up my UI and looking up a way to make the party frames horizontal instead of vertical, anyone can help ? I can't seem to find anything in the cfg :( Edit this line: Interface\AddOns\oUF_Skaarj\Core\layout.lua 1594: cfg.options.showPlayer,'showSolo',fals...
File: Skaarj UI12-15-14
Hey, I like this UI a lot. I am cur...
Posted By: Skarj
Hey, I like this UI a lot. I am curious why you have the Lite Stat at the top with exp and rep and the bar at the bottom? Not complaining, just curious. Where do you see the exp or rep at the top? :confused:
File: Skaarj UI11-20-14
Thanks for the help with orbs. In w...
Posted By: Skarj
Thanks for the help with orbs. In wich lua i can add boss debuffs, so they shop up on raid manager. Tried on raiddebufs.lua, but didnt work, maybe i've done smth wrong. Must work with raiddebufs.lua. Oh it works in raid only, any way to show debuffs when you're in a party, with party as raid option. All works fine with pa...
File: Skaarj UI11-18-14
Minimap instance indicator
Posted By: Skarj
GetInstanceInfo() bugged in Draenor Relog works fine for me, not reload ui.
File: Skaarj UI11-18-14
The Cargbags "new items bag" is ove...
Posted By: Skarj
The Cargbags "new items bag" is overlapping another bag, so the items are directly on each other. Try to replace this file: Interface\AddOns\cargBags_Nivaya\cargBags_Nivaya.lua With this: cargBags_Nivaya.lua
File: Skaarj UI11-18-14
Thanks for the help with orbs. In w...
Posted By: Skarj
Thanks for the help with orbs. In wich lua i can add boss debuffs, so they shop up on raid manager. Tried on raiddebufs.lua, but didnt work, maybe i've done smth wrong. Must work with raiddebufs.lua.
File: oUF Skaarj11-17-14
I just learned Empowered Chi, which...
Posted By: Skarj
I just learned Empowered Chi, which gives me 6 maximum chi, and now I get this error when the frames load: Date: 2014-11-16 18:49:52 ID: 1 Error occured in: Global Count: 1 Message: ...erface\AddOns\oUF_Skaarj\oUF\elements\classicons.lua line 29: attempt to index field '?' (a nil value) Debug: ...erface\AddOns\oUF_Ska...
File: Skaarj UI11-16-14
WTB a new garrison button on the mi...
Posted By: Skarj
WTB a new garrison button on the minimap. Damn that thing is hideous. Thanks :) WTS:minimap.lua! Replace this file: Interface\AddOns\SkaarjUI\core\minimap.lua
File: Skaarj UI11-16-14
Shadowpriest now has 5 shadow orbs...
Posted By: Skarj
Shadowpriest now has 5 shadow orbs with expansion, so 2 of them dont fit at all :) Can u help with fixing it please? Interface\AddOns\oUF_Skaarj\Core\layout.lua 746: if class == 'PRIEST' then c = 5
File: Skaarj UI11-10-14
Re: Raid frames
Posted By: Skarj
Hello! There is a strange thing happens everytime i enter a raid group. How to fix this? http://i.imgur.com/kHIVCyf.jpg Download last version.
File: oUF Skaarj11-09-14
Re: raid frames have bug?
Posted By: Skarj
12x oUF_Skaarj\Core\layout.lua:240: bad argument #1 to 'pairs' (table expected, got nil) : ? : ? FrameXML\RestrictedFrames.lua:604: in function FrameXML\RestrictedFrames.lua:742: in function `CallMethod' :52: in function <:1> (tail call): ? : ? FrameXML\RestrictedExecution.lua:441: in funct...
File: oUF Skaarj11-08-14
I really like this, but when I use...
Posted By: Skarj
I really like this, but when I use the raid frame,Display is Faulty,There is a blank box at each unit,I do not know what causes this problem http://t1.qpic.cn/mblogpic/71e0ce68616ae3cd732a/2000.jpg Fixed! Can you post the changed Lines ? I have change so many lines in lua to customizes size and posit...
File: Skaarj UI11-08-14
Re: Butsu position
Posted By: Skarj
Hey could you please tell me where in wich lua i can change butsu loot frame position? You can move the frame by holding down and clicking on the title.