|
Technical Support Ask for help or find solutions about ShestakUI. |
Advertising | |
|
Thread Tools |
![]() |
#1 | |||||
|
how agreed buff in filger...
Added Bloodsurge and Savage roar in Filger...excelent agreed, balck magic, trinket proc and buff druid...how? |
|||||
![]() |
#1.5 - Disable Ads |
|
![]() |
#2 |
|
Black Magic would be nice. Also, add a tracker for Pushing the Limit (Mage T10 2PC Proc) would be nice too.
How would we do it? |
![]() |
#3 |
|
To add every skill you want, you have to find its number on wowhead. e.g. Pushing the Limit has the id of 70753, as said on wowhead (http://www.wowhead.com/spell=70753). To add them, u have to edit the Filger settings. You can find them that way: ...\World of Warcraft\Interface\AddOns\Filger\settings.lua
|
![]() |
#4 |
|
|
![]() |
#5 | |
|
Hey Shestak,
I have a few general questions about your UI that I've had trouble figuring out myself. 1. How do I create timers for trinket procs such as Siphoned Power and enchant procs such as Lightweave and Black Magic? I tried adding them with Filger but I want to create a separate anchor for proc timers only. How would I do that? 2. I play a fire mage, and as a fire mage I need to know what targets I have Living Bomb active on. The LB timer that comes in Filger is good, but is there a way to add a little number indicator on the Living Bomb icon to show how many targets LB is active on? Or, is there a possibility I can make the icon show the name of the mob I have LB on, and make a new icon for each mob LB is active on? This would reduce the guessing involved with LB with your UI. Could I make a new anchor specifically for LB icons? 3. The cooldown for Mirror Image is not included. How can I add Mirror Image cooldown to the cooldown anchor above castbar? Also, I forget if I mentioned it before, but the current DXE skin is outdated and reads as v489 and some parts of it are buggy because of it. I'm sorry if I mentioned it before, but I don't remember. The current Skada skin causes the bars to drop my FPS extremely during the beginning of fights. This does not happen when Skada is not skinned, this only occurs when I use your skinning files and this occures for about 20 seconds after I enter combat. Other than that, I love your UI! ![]() |
|
![]() |
#6 |
|
1 - Filger not correctly displays cd or procs trinket. Use another addon for these purposes.
2 - Filger tracks spells only frames: player, tatget, tot, focus, focustarget, pet, pettarget. If you want to track a spell on other frames, use another addon. For new spells block-anchor - create new, it like the other from settings.lua. 3 - How to add a new spell was discussed at the forum. For Skada - Use new file in attach, if this file you have a decrease in FPS, then this method is not for you. For DXE - I promised to make a new file, but I have no time for this. Later I will update it. |
![]() |
#7 |
|
1. What is a good addon that I can use to track procs and trinkets?
2. Sorry if I was unclear. I'm looking for a way to track Living Bomb on multiple targets using Filger. Is it possible for Filger to create 1 frame per LB active on a target? For instance- I have LB on Lich King, then I put LB on val'kyr. I want Filger to show 1 timer for each application on a mob, not just 1 timer consolidated for each mob. |
![]() |
#8 | |
|
1 - I do not know.
2 - No. One spell for one frame. If you change target, spell is disappear. Quote:
Val'kyr - is your focus { spellID = ..., size = 37, unitId = "target", caster = "player", filter = "DEBUFF" }, { spellID = ..., size = 37, unitId = "focus", caster = "player", filter = "DEBUFF" }, Only in this way. If you change target, LB track on the target is disappear. |
|
![]() |
#9 |
|
Thanks for the help
![]() However, I'm still confused on how to add a new anchor. I want make an anchor for icons that will show up above the player frame, adjacent to the proc icons above the target frame and the icons will grow right to left. EDIT: I figured it out. Filger tracks trinket procs just fine, and here is the code I used. Code [Select]:
{ Name = "P_PROC_ICON", Direction = "LEFT", Interval = 3, Mode = "ICON", setPoint = { "BOTTOMLEFT", "oUF_Player", "TOPRIGHT", -35, 173 }, -- Cultivated Power (Muradin's Spyglass) { spellID = 71572, size = 37, unitId = "player", caster = "player", filter = "BUFF" }, -- Siphoned Power (Phylactery) { spellID = 71636, size = 37, unitId = "player", caster = "player", filter = "BUFF" }, }, Here is screenshot of how it worked: ![]() |
![]() |
#10 |
|
The new unit will look like this:
{ Name = "YOUR_SAME_NAME", Direction = "YOUR_DIRECTION", Interval = YOUR_INTERVAL, Mode = "ICON", setPoint = { YOUR_POSITION }, {spellID = YOUR_ID_SPELL, size = YOUR_ICON_SIZE, unitId = "ON_WHOM_WILL_SPELL", caster = "WHOSE_SPELL", filter = "TYPE_SPELL"}, }, Добавлено через 37 минут I add more spells for mage in Filger: ![]() |
Thread Tools | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
about the size of the buff information | hhjk9901 | General Discussion | 2 | 25.01.2011 09:21 |
Weapon Buff Icons | Fid | Technical Support | 1 | 15.10.2010 22:28 |
Buff & BG Score ? | F5Hellbound | Technical Support | 2 | 22.09.2010 20:26 |
About the resolution and the buff's style | fbnmvskkei | Technical Support | 2 | 19.09.2010 01:43 |
[Fixed] Missing weapon's buff | F5Hellbound | Bugs Reports | 3 | 21.07.2010 19:04 |