lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces


Post A Reply
Author Comments Comment Options
Unread 09-10-2010, 02:17 PM  
Maelstrom
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 12
Uploads: 5
Quote:
What version number is printed when the plugin loads. You should see a message like this:
BuffBars v1.0 by Pengoros
That was the issue - there was an older version from Beta I must have put into a different folder and it was loading that one, rather than the newer one. All is working great now.
Maelstrom is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-10-2010, 12:21 PM  
Pengoros
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 176
Uploads: 2
Re: BUG found

Quote:
I found a BUG that I really donīt know how to reproduce yet, but the plugin somehow is starting some pots from normal quickslot bars.
Sometimes the plugin change completly the quickslot from a skill to the POT or sometimes the skill icon still is there but when you click it actually uses the POT.
There is an issue with the turbine quickslot class overwriting the skill in the first position of bar 1. I'm still looking for a reliable way to reproduce this so I can code around this particular problem. I think it has to do with rearranging pots in inventory that are slotted in the quickslots.
Pengoros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-10-2010, 12:16 PM  
Pengoros
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 176
Uploads: 2
Quote:
Anything else I should try? Could it have something to do with the base Turbine files? I will probably try re-downloading them to make sure I have the latest version there.
What version number is printed when the plugin loads. You should see a message like this:
BuffBars v1.0 by Pengoros
Pengoros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-10-2010, 11:58 AM  
Maelstrom
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 12
Uploads: 5
I love this plugin, both in beta and live. I am having an issue where it loads just fine, but I can't use the command /buffbars setup (says command not recognized) or right-click the bar (nothing happens.) I can also drag the buffbars around without locking/unlocking the screen, if that makes any difference.

I have tried unloading all other plugins, so that Buffbars is the only one, and that didn't make a difference. I did have the beta one installed first, but I've since removed that and reinstalled this one, but I am having the same issue still.

Anything else I should try? Could it have something to do with the base Turbine files? I will probably try re-downloading them to make sure I have the latest version there.
Maelstrom is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2010, 07:05 PM  
Rafael Bueno
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
BUG found

Hi,

I found a BUG that I really donīt know how to reproduce yet, but the plugin somehow is starting some pots from normal quickslot bars.
Sometimes the plugin change completly the quickslot from a skill to the POT or sometimes the skill icon still is there but when you click it actually uses the POT.

That happend on a healing skill on my minstrel... and the skill was pointing to the Disease POT instead to the healing skill and the ICON was still there.

I will let you know if I find how to reproduce, it happend on the Great Barrow instance with 6 lvl 65 players (the smallest instance).

Att,
Rafael.
Rafael Bueno is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2010, 03:17 PM  
Dartellum
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Error message

Hello,

I receive the following error messages:

...ne\Plugins\PengorosPlugins\BuffBars\EffectWindo w.lua:189: attempt to call field 'DragBar' (a nil value)

...ne\Plugins\PengorosPlugins\BuffBars\EffectWindo w.lua:202: attempt to index field 'DragBar' (a nil value)

when I Press Ctrl+\ to move the windows. I believe I have the latest Dragbar class.

Any suggestions?
Dartellum is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2010, 01:54 PM  
Pengoros
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 176
Uploads: 2
If you uncheck the pots you don't want to see under the Cooldown Filters section you should be able to make a morale and power specific bar.
Pengoros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2010, 12:20 PM  
Gedachtnis
The Indomitable
 
Gedachtnis's Avatar

Forum posts: 11
File comments: 6
Uploads: 0
On the next build can you add the ability to ignore CD's in the same manner as Buffs/Debuffs?

I'd like to have a bar that shows only the Morale Potion CD, and/or a bar that shows only the Power Potion CD, etc.
Gedachtnis is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2010, 11:58 AM  
Pengoros
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 176
Uploads: 2
If you add that check for nil the error will go away. In theory you shouldn't be able to get into a state where you have a nil dragBar as I create the dragBar when you unlock the UI and destroy it when you lock it. I'm still investigating how you did that exactly.

Also are you using the latest DragBar class?

Last edited by Pengoros : 09-09-2010 at 11:59 AM.
Pengoros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2010, 11:49 AM  
Stormsworn
The Wary

Forum posts: 0
File comments: 6
Uploads: 0
This could be the problem:

if (self.dragBar ~= nil) then
self.dragBar:SetVisible(false);
self.dragBar.wndTarget = nil;
self.dragBar = nil;
self.SizeChanged = nil;
end

And every instance of dragBar I could in the LUA = nil
Stormsworn is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2010, 11:41 AM  
Stormsworn
The Wary

Forum posts: 0
File comments: 6
Uploads: 0
Did you happen to load the plugin when you had your UI unlocked?

Nope, I loaded the plugin when my UI was locked. Also, I get the same error on the quickslots bar.

Last edited by Stormsworn : 09-09-2010 at 11:46 AM.
Stormsworn is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2010, 11:15 AM  
Pengoros
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 176
Uploads: 2
Quote:
I deleted the Orendar one and the system will not recognize that I have the pengoras one at all. It doesn't show up in my plugins list in game or my shadymanager.
Do you have a PengorosPlugins folder in your My Docs/The Lord of the Rings Online folder? And what files are inside that?
Pengoros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2010, 11:13 AM  
Pengoros
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 176
Uploads: 2
Quote:
I am getting the following error:

...ne\Plugins\PengorosPlugins\BuffBars\EffectWindo w.lua:202: attempt to index field 'dragBar' (a nil value)

So right now if I'm in a fellow I can't see the bars
Did you happen to load the plugin when you had your UI unlocked?
Pengoros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2010, 09:18 AM  
Stormsworn
The Wary

Forum posts: 0
File comments: 6
Uploads: 0
I am getting the following error:

...ne\Plugins\PengorosPlugins\BuffBars\EffectWindo w.lua:202: attempt to index field 'dragBar' (a nil value)

So right now if I'm in a fellow I can't see the bars
Stormsworn is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2010, 08:40 AM  
Moosesjr
The Wary

Forum posts: 1
File comments: 19
Uploads: 0
I deleted the Orendar one and the system will not recognize that I have the pengoras one at all. It doesn't show up in my plugins list in game or my shadymanager.
Moosesjr is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 10:15 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui