Results: 159Comments by: SpellBuilder
File: Lui Extended04/24/15
Re: Long Term Buffs
Posted By: SpellBuilder
i missing a option for the long term buffs to set the alignment from left to right or right to left, only center is available Variable alignment option for short-term buffs was implemented only recently. Initially there was no such option. For long-term effects this is in fact not yet implemented. It will require a little more codin...
File: Lui Extended04/23/15
Hey, Dahlia Nightshade! - Is it po...
Posted By: SpellBuilder
Hey, Dahlia Nightshade! - Is it possible to add text to the experience bar? Like this for example "128.000 / 1.000.000 (12.8%)", that's how it is now in ggFrames Unfortunately I will reject this request. I do not want to implement any other experience bar other than existing alternative small bar. And there is...
File: Lui Extended04/22/15
Re: Re: Re: couple of requests
Posted By: SpellBuilder
I will add the option for shield bar in next release. But you can try it right now. You need to change really only 1 line of code at ~ line=504 in UnitFrames.lua . Replace code local shieldFull = ( baseName == 'RaidGroup' ) with local shieldFull = true Rest of the code is already in place. You can see in next couple of lines the...
File: Lui Extended04/22/15
Re: couple of requests
Posted By: SpellBuilder
Would it be possible to make the magicka + stamina unit frames movable separately? I think no. A bit too much coding for this feature and I do not like it myself, plus it will break frame itself and glued buffs window for player frame. So this request would not be implemented in any nearest future. Also, I noticed, that occasiona...
File: Lui Extended04/22/15
Re: Multiple effect abilities
Posted By: SpellBuilder
Current code logic does not allow for double effects on same unit (player/target) on spell activation for same skill. But there is implemented passive abilities triggers, that indeed add second buff icon when activating a bunch of abilities. In principle this secondary buff option could be treated as such passive and I can try to ad...
File: Lui Extended04/20/15
Re: Thanks!
Posted By: SpellBuilder
Also, is there a way to turn off the GCD animation? (Where the spells and abilities turn white and display a numerical cooldown)? Combat Info Options -> Display Cooldowns (second option in subpanel). Is that what you ask?
File: Lui Extended04/20/15
To change all settings you simply p...
Posted By: SpellBuilder
To change all settings you simply press "Esc" on keyboard, go to Settings, then Addon Settings. All properly configured addons should put their settings into this window. My addon will have 2 entries in the list: "Lui Extended" and "Lui Extended - Unit Frames". Under those 2 groups you will find all options that are configurable. Sec...
File: Lui Extended04/20/15
Re: Slash Command?
Posted By: SpellBuilder
Whats the slash command? I cant find it anywhere As of last release version this addon does not introduce any new slash commands. Do you think you need any? For what purpose?
File: Lui Extended04/18/15
Version 3.2
Posted By: SpellBuilder
Please check new version. Some cosmetic changes were added to Custom Unit Frames. Also I have added experimental support to throttle damaging events (at least to some extent). Now when 2 or more similar events happen (same ability name, hit value and damage type) within short period of time (1/4 of floating label lifetime) the new l...
File: Lui Extended04/14/15
Throttling (clumping up damage done...
Posted By: SpellBuilder
Throttling (clumping up damage done in a short interval). It can get really messy when playing around with Puncturing Sweep vs a zerg. You are right. There is such issue. On sorc with Liquid Lightning the screen also become flooded with labels. I will think what can be done, but definitely not in immediate future. Some RL issues are...
File: Lui Extended04/13/15
Re: Re: Re: Short freeze in raid
Posted By: SpellBuilder
Thanks for your feed back. In the evening I will post patched version. Though I am not 100% sure that it will solve your issue.
File: Lui Extended04/12/15
XP updates in chat works only if yo...
Posted By: SpellBuilder
XP updates in chat works only if you have Combat Info module enabled and XP tracking is ON there. All calculations are done in Combat Info module and then final numbers are sent into this new Chat Announcements module. Also if you read tooltip you will see, that I print only non-combat events, like POI discovery/completion, quests,...
File: Lui Extended04/12/15
Re: Short freeze in raid
Posted By: SpellBuilder
I have a short freeze of about 1 second when a new groupmember enters a raidgroup in cyrodiil. Do you mean that there is a short delay in raid custom frames reload or you game client completely freezes? This addon custom frames was designed to avoid extra processing on player join/leave events when game sends a lot of events. I p...
File: Lui Extended04/12/15
New version 3.0
Posted By: SpellBuilder
New version uploaded. It should finally fix XP bar for vr1-vr13 players. New feature - chat announcements. This module is somewhat similar what Wykkyd's Enhanced Chat and Fyrakin's LootDrop. Now you can see what you loot in your chat window. I personally used to such reporting from other MMOs and was missing this option in defaul...
File: Lui Extended04/11/15
Unfortunately I do not have any vr1...
Posted By: SpellBuilder
Unfortunately I do not have any vr1-vr13 characters to test this issue properly. But I have taken a look into other addons code and I think I may have found a solution. In next release (which should come shortly) I will put the fixes and I will introduce another module to announce to chat incoming looted items - somewhat similar what...
File: MiniMap by Fyrakin04/10/15
Re: Re: Neat changes!
Posted By: SpellBuilder
I don't quite understand what are you asking here? The only waypoints ... I believe he meant Wayshrines. Maybe this feature is useful when you are in town (zoom-in map) and do not see Wayshrine even it is rather close to you and present on default Compas.
File: Lui Extended04/09/15
Please check new version. It should...
Posted By: SpellBuilder
Please check new version. It should fix several issues. Alternative bar options were reset and you need to chose your preferences again. And I hope I did not introduced any additional bugs again.
File: Lui Extended04/08/15
Also, the XP bar under my unit fram...
Posted By: SpellBuilder
Also, the XP bar under my unit frame always appears full. It seams there is some problem with XP bar for vr1-vr13 characters. For non-veteran it works properly, and for vr14 bar is tracking CXP. On your video I see, that your character is vr1. Can you please input this command into chat /script d(GetUnitXPMax('player')) and write...
File: Lui Extended04/08/15
@Ashema: I use MiniMap by Fyrakin....
Posted By: SpellBuilder
@Ashema: I use MiniMap by Fyrakin. It is perfect addon, and there is no need to reimplement any portion of it separately. All heals (normal and crit) use "small size" font. Critical Hits use "large" font and have "CRIT" text on label. And I do not want to add any customization in here. @A1exeR: I will think what can be done. So...
File: ChampionBar04/08/15
Sasky, please check your ChampionBa...
Posted By: SpellBuilder
Sasky, please check your ChampionBar.init() function. For non level-cap players you do not unregister this event handler, which I think is wrong. Also it seams to me that function VPMaxBarType:GetBarGradient() is defined twice.
File: Lui Extended04/08/15
Please check new version. It has so...
Posted By: SpellBuilder
Please check new version. It has some requested improvements. this counter also resets to 36 after reaching 35, similar to Lightning Flood I cannot reproduce this behavior. This should not in principle happen at all.
File: Lui Extended04/07/15
I was mostly thinking about icons I...
Posted By: SpellBuilder
I was mostly thinking about icons I see when I look at other players. There is no default UI option to get this icons and buffs. Target buffs can only be accessed via addons. Unfortunately when you switch to 'cursor' mode in game, you lose your target, and this addon will hide it's target frame with buffs, so it is almost impossible...
File: Lui Extended04/05/15
All icons for short-time buffs come...
Posted By: SpellBuilder
All icons for short-time buffs comes directly from your active abilities. All icons for long-term buffs can be found on default character page. There they have a name and a description on the tooltip. Also this addon icons all have tooltips with the name of buff or effect. The only custom icon this addon creates are: Recall, Ultim...
File: Lui Extended04/05/15
Please you could make a separate se...
Posted By: SpellBuilder
Please you could make a separate setting for visible XP, mount, siege bar. Could you please expand your request? Now there is an option to hide this xp/mount/siege/ww "alternative" bar. What other settings do you have in mind? And need more setting for Ultimate tracker. I do not feel comfortable when the percentage disappears aft...
File: Lui Extended04/02/15
Re: Error LUA
Posted By: SpellBuilder
Error UI when I try to "Unlock cutstom frame" Please check that you are using last version of my addon. This error should have been fixed already since version 2.11