 |
06-20-2018, 07:44 AM
|
|
The Wary
Forum posts: 0
File comments: 22
Uploads: 0
|
Would it be possible to have something that put the effect triggers in alphabetical order, or to be able to search them? (in effect windows) Got a lot of blacklists in there, and if I need to remove one, it's a chore to find the one I need....
Edit: also found an interesting thing, if you create a template to be blacklisted, every buff/debuffs containing that name will be filtered; for example, if I want to filter dissonance stance, it will also filter anthem of war - dissonance, because it has that keyword in it too (solution is to change the min time duration above 3 min, and the anthem won't be filtered).
Last edited by Rhanti : 06-20-2018 at 11:19 AM.
|
|
|
06-05-2018, 01:21 PM
|
|
The Undying
Forum posts: 202
File comments: 456
Uploads: 20
|
Re: Effect Triggers
Quote:
Is it possible to have an effect show if it is missing? So say for example I don't have hope buff going I would get a grey bar showing I am missing my hope buff. This is the only thing I can't seem to figure out with this add on.
|
No, but you can do it with BuffMonitor.
|
|
|
06-05-2018, 07:18 AM
|
|
The Wary
Forum posts: 0
File comments: 1
Uploads: 0
|
Effect Triggers
Is it possible to have an effect show if it is missing? So say for example I don't have hope buff going I would get a grey bar showing I am missing my hope buff. This is the only thing I can't seem to figure out with this add on.
|
|
|
10-28-2017, 09:21 AM
|
|
The Wary
Forum posts: 0
File comments: 1
Uploads: 0
|
Having trouble getting all windows working
I am trying to set up individual windows for each trigger.
They either show all triggers or none at all. I have tried deleting all unwanted trigger from each window. Doesn't work. I have tried leaving them all but blacklisting the ones I don't want for each window. Doesn't work. At this point I'm lost.
I do have combat analysis running btw
|
|
|
10-20-2016, 01:42 PM
|
|
The Wary
Forum posts: 0
File comments: 22
Uploads: 0
|
Where are the buffbars effect windows configurations located? Lost connection, closed down the game, and now it seems my configuration got deleted :/
|
|
|
07-25-2016, 06:37 AM
|
|
The Wary
Forum posts: 0
File comments: 4
Uploads: 0
|
"Trick: Dust In The Eyes" configuration for cooldown:
Trick: Dust In The Eyes
"Improved Addle" configuration for tracking duration:
Improved Addle
PS: I edited these with CombatAnalysis Plugin. That screens are in CombatAnalysis.
Last edited by gencagaer : 07-25-2016 at 06:41 AM.
|
|
|
11-30-2015, 04:49 AM
|
|
The Undefeated
Forum posts: 6
File comments: 85
Uploads: 3
|
An icon for the plugin
Hey peeps
I made an icon for the plugin since its the only one of the plugins i use and it was missing one ;p I wanna share it here if anyone wants to use.
A small preview
http://www.mediafire.com/download/j0...ez6ka/Icon.tga
If you like it throw it in the C:\Users\yourPCname\Documents\The Lord of the Rings Online\Plugins\PengorosPlugins\UI folder
and then open BuffBars.plugin file located in the plugin and add this red line after the green lines like below
<?xml version="1.0"?>
<Plugin>
<Information>
<Name>BuffBars</Name>
<Author>Pengoros</Author>
<Image>PengorosPlugins/Ui/Icon.tga</Image>
<Version>2.1.1</Version>
Enjoy
Last edited by Tangaar : 11-30-2015 at 04:56 AM.
|
|
|
10-09-2015, 03:54 PM
|
|
The Wary
Forum posts: 0
File comments: 11
Uploads: 0
|
could use a update but everything works fine someone could probably take over development if they feel the need to really update it
|
|
|
09-09-2015, 06:53 PM
|
|
The Wary
Forum posts: 0
File comments: 14
Uploads: 0
|
Was wondering if anyone knew how to disable buffs coming from other players, without disabling those you do yourself......can lag a lot on raids, while you don't need to know every heals or buffs other would put during combats.
Edit: only way I found is not to show any buffs that lasts for less than 3 minutes.
Last edited by Plague : 09-09-2015 at 07:18 PM.
|
|
|
07-10-2015, 01:07 AM
|
|
The Wary
Forum posts: 0
File comments: 32
Uploads: 0
|
> The last update by the author was 11-04-2013, is this plugin officially dead? Is there a replacement?
Works fine here, why replace what everyone uses and works well? It's the standard, and integrates with Combat Analysis.
|
|
|
05-23-2015, 07:04 AM
|
|
The Wary
Forum posts: 0
File comments: 64
Uploads: 0
|
The last update by the author was 11-04-2013, is this plugin officially dead? Is there a replacement?
|
|
|
02-01-2015, 05:32 PM
|
|
The Wary
Forum posts: 1
File comments: 47
Uploads: 2
|
patch
Hi all
Just because the developer does not enable to upload patch, here is a small one for beorning, who hate to see the power box just like me. You must be do it yourself
Open the QuickslotBar.lua file, somewhere here:
"c:\Users\ [your windows username here]\Documents\The Lord of the Rings Online\plugins\PengorosPlugins\BuffBars\QuickslotB ar.lua"
Search the PowerChanged function (line 269) and just add the 3 line that I colored RED.
function QuickslotBar:PowerChanged(player)
if (self.locked == false) then
return;
end
if player:GetClass()==Turbine.Gameplay.Class.Beorning then
return;
end
local maxPower = player:GetMaxPower();
local power = player:GetPower();
local percent = power / maxPower;
Last edited by bunny : 02-02-2015 at 08:34 AM.
|
|
|
01-31-2015, 02:55 PM
|
|
The Wary
Forum posts: 3
File comments: 20
Uploads: 0
|
Would it be possible to track Class Specific Cooldowns on the Effect Slider? It only tracks Potions and Debuffs, or do i miss something here? 
|
|
|
01-13-2015, 06:13 PM
|
|
The Wary
Forum posts: 1
File comments: 47
Uploads: 2
|
Hey, There is any plan to repair the power potion bug with Beorling? The beorling have no power, but every time when you going incombat the power box is coming up, maybe the LUA give a wrong alert with low power. But actually I am not sure the beorling class is in the LUA, so ... but if possible, do something 
|
|
|
11-14-2014, 04:11 PM
|
|
The Wary
Forum posts: 0
File comments: 64
Uploads: 0
|
What would cause BuffBars to be loaded twice? It's pretty annoying.
|
|
|
All times are GMT -5. The time now is 03:50 PM.
|
 |