lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces


Post A Reply
Author Comments Comment Options
Unread 12-02-2010, 12:11 PM  
Pengoros
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 176
Uploads: 2
There are issues with the november changes related to events and singletons that are preventing plugins from operating correctly. There is a thread about the issue here. Until this gets resolved and plugin authors update their code the plugin that is loaded last should function correctly. I will be uploading a fix for the base issue shortly, jsc0tzi was correct in changing it to Control.
Pengoros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-02-2010, 12:09 PM  
Pengoros
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 176
Uploads: 2
Re: request

Quote:
Originally Posted by Kaisoul
was wondering if there will be a way in the future to be able to see the debuffs of the party in a custom setup so LM or any others that can cure some debuffs can easily heal there team members cause my screen the blasted icons are about 1cm x 1cm not easy to see em all the time.

also would love to be able to have same concept for pets and peoples current target. dunno what can or can't be done at this time. Just had to throw that out there since i love your plugin and would love to deal with all that same info in the same plugin
As soon as Turbine adds support for party/target buffs/debuffs and I will be adding this to the plugin.

Last edited by Pengoros : 12-02-2010 at 12:09 PM.
Pengoros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-02-2010, 10:36 AM  
faldiin
The Undefeated

Forum posts: 6
File comments: 11
Uploads: 0
No workey.....Really missing it

This is the error I am getting. It loads with no errors but then when I run a new buff, I get this error. Currently not showing any buffs through this plugin. I have updated to the newest LUA also.



...line\Plugins\PengorosPlugins\BuffBars\EffectIte m.lua:267: attempt to index field 'base' (a nil value)


Thank you
Faldiin
faldiin is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-02-2010, 04:17 AM  
jsc0tzi
The Wary
 
jsc0tzi's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
more nov. update frustration

I've been having different problems with all my plugins. i've traced one problem with yours to this area in pengorosplugins>buffbars>EffectItem.lua

"function EffectItem:SetSize(width, height)
self.base.SetSize(self, width, height);
self:Layout();
end"

alternately i get an error that leads me to pengorosplugins>UI>CheckBox.lua

"function CheckBox:SetSize(width, height)
self.base.SetSize(self, width, height);
self:Layout();
end"

and... so far this is the last one. It is in \PengorosPlugins\UI\Slider.lua

"function Slider:SetSize(width, height)
self.base.SetSize(self, width, height);
self:Layout();
end"

so i tried replacing "self.base" in the second line of code in each file with "Turbine.UI.Control"
seems to work for me, but i'm not sure what i did exactly i just kinda fiddled around in some of the other .lua's and found Turbine.UI.Control in front of SelfSize a lot, but never found self.base anywhere but in those three files.
tell me if i figured it out.
or if i've screwed up real bad.

Last edited by jsc0tzi : 12-02-2010 at 04:51 AM.
jsc0tzi is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 11:45 PM  
magill
The Undying
 
magill's Avatar

Forum posts: 85
File comments: 165
Uploads: 0
Fixing loads after November update

I loaded the new Turbine luas and the updated luas for various mods.... still had troubles, especially "out of index" kind of errors.

So I deleted all of the data files in Documents/L.o.t.r.o/PluginData ... quit the game and restarted -- and all of the various issues went away.

Note that one of the original Turbine luas "Turbine/Utils" is called by one of the debug functions.
magill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 09:35 PM  
Kaisoul
The Indomitable
 
Kaisoul's Avatar

Forum posts: 11
File comments: 33
Uploads: 0
request

was wondering if there will be a way in the future to be able to see the debuffs of the party in a custom setup so LM or any others that can cure some debuffs can easily heal there team members cause my screen the blasted icons are about 1cm x 1cm not easy to see em all the time.

also would love to be able to have same concept for pets and peoples current target. dunno what can or can't be done at this time. Just had to throw that out there since i love your plugin and would love to deal with all that same info in the same plugin
Kaisoul is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 05:57 PM  
Pengoros
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 176
Uploads: 2
Quote:
Originally Posted by CattyFr
The plugin was working fine for me yesterday, but this morning after I installed the updated example plugins, I couldn't get BuffBars to load. I have version 1.1.4 installed. The error I'm getting is

...line\Plugins\PengorosPlugins\BuffBars\EffectIte m.lua:267: attempt to index field 'base' (a nil value
There is an issue with using the new version of the Turbine classes. I'll have a fix for it up today hopefully. The issue with KragenBars might be related to it as well.
Pengoros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 05:55 PM  
Pengoros
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 176
Uploads: 2
Quote:
Originally Posted by Thayilis
I am currently running version 1.1.4 and when I try to load it I receive the error that was previously mentioned. If there is a quick fix I can try and do it myself. I don't know a whole lot about LUA scripting but I catch on fast. lol Thanks again!
This shouldn't be possible with 1.1.4. Try and delete your PengorosPlugins folder, redownload the latest version, and then unzip it again.
Pengoros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 05:51 PM  
Cithryth
The Undefeated
 
Cithryth's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 19
Uploads: 2
Yes, I triple checked and I have version 1.1.14 installed and I still cannot get it to work.
Cithryth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 03:32 PM  
Temil2006
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 17
File comments: 19
Uploads: 2
there seems to be some kind of compatability issue between this plugin and the KragenBars plugin located here .. http://www.lotrointerface.com/downlo...rsLeveled.html


anyone have any ideas on what both of them might be using together to cause a problem, and also how to seperate them so they dont have issues together? Runing them both at the same time, the buffBars will not update. The timers will keep going all the way to 0:00 but after that the buffs/debuffs/ etc don't get removed, and newer buffs/debuffs don't get added. Removing the KragenBars seems to allow buffbars to work =/ .. tested this with 1.1.4
Temil2006 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 02:04 PM  
CattyFr
The Wary

Forum posts: 0
File comments: 10
Uploads: 0
The plugin was working fine for me yesterday, but this morning after I installed the updated example plugins, I couldn't get BuffBars to load. I have version 1.1.4 installed. The error I'm getting is

...line\Plugins\PengorosPlugins\BuffBars\EffectIte m.lua:267: attempt to index field 'base' (a nil value
CattyFr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 02:04 PM  
Thayilis
The Undying
 
Thayilis's Avatar
Interface Author - Click to view interfaces

Forum posts: 59
File comments: 88
Uploads: 2
I am currently running version 1.1.4 and when I try to load it I receive the error that was previously mentioned. If there is a quick fix I can try and do it myself. I don't know a whole lot about LUA scripting but I catch on fast. lol Thanks again!

~~Thay
Thayilis is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 01:08 PM  
Pengoros
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 176
Uploads: 2
For any of you having problems please make sure you are running version 1.1.4. It is the only version that will work on live now. The plugin will print to the chat window which version it is when you load it.
Pengoros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 07:49 AM  
Thayilis
The Undying
 
Thayilis's Avatar
Interface Author - Click to view interfaces

Forum posts: 59
File comments: 88
Uploads: 2
I get this error when trying to load BuffBars through the Plugin Manager:

Lord of the Rings Online\Plugins\OrendarPlugins\BuffBars\EffectManag er.lua:12: attempt to call field 'LocalPlayer' (a table value)

Seeing as how I know absolutely nothing about Lua scripting, I have no idea how to correct this issue. lol

Thanks in advance!!

~~Thay
Thayilis is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-30-2010, 09:38 PM  
Cithryth
The Undefeated
 
Cithryth's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 19
Uploads: 2
I downloaded the new, updated version and I am still getting an error. Someone suggested that I even go so far as to delete the plugin data I had for buffbars. I did, and it still doesn't work.

Any ideas? I miss buffbars...
Cithryth 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 01:01 PM.


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