lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Action Bars & Main Bar


Post A Reply
Author Comments Comment Options
Unread 01-26-2013, 10:14 PM  
Lumbra
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 6
File comments: 38
Uploads: 1
Thumbs up Thank you...

...for more than 10000 downloads. I hope you enjoy this plugin

Regards,
Lumbra
Lumbra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-27-2013, 12:44 AM  
Cantido
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Loremaster bars show incorrect abilities for level

I just hit level 77 as a Loremaster but the ability that I got isn't showing up in my hotbars. Also, two abilities are being show even though I don't get those yet. The ability "Water-lore" is supposed to be in my Healing bar, "Share the Power - Fellowship" should not be there until level 83, and "Improved Power of Knowledge" should not be replacing "Power of Knowledge" until level 80.

EDIT: I've realized that I can edit the plugin. Here is LoreBars.lua with this bug fixed: LoreBars.lua. You also used incorrect hex codes for Water-lore and Share the Power - Fellowship. I got my data for hex codes from this plugin.

Last edited by Cantido : 01-27-2013 at 02:24 AM.
Cantido is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-27-2013, 05:04 AM  
Bionic
The Wary

Forum posts: 0
File comments: 6
Uploads: 0
Re: Re: Re: Hunter Traps Quickslots

Works great, thanks!
Bionic is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-27-2013, 11:32 AM  
Lumbra
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 6
File comments: 38
Uploads: 1
Re: Loremaster bars show incorrect abilities for level

Thank you for your help, Cantido. I have already released a version with the file edited by you!
Lumbra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-04-2013, 02:36 PM  
Tappo
The Wary
 
Tappo's Avatar

Forum posts: 2
File comments: 22
Uploads: 0
Blade of Elendil

I recently rolled a new cappy and discovered that you missed checking if blade of elendil skil has been learned in a few places, here's a patch
Code:
--- KragenBars2/KragenBars/CaptainBars.lua.bak	Thu Jan 31 18:09:43 2013
+++ KragenBars2/KragenBars/CaptainBars.lua	Sat Feb 02 15:16:17 2013
@@ -298,7 +298,7 @@
 		end
 		
     elseif (effectname == self.effectlist["BattleHardened"]:GetName()) then
-		if (self.effectlist["BattleHardened"]:SetState( true, effectid )) then
+		if (self.effectlist["BattleHardened"]:SetState( true, effectid ) and self.skills["BladeOfElendil"] ~= nil) then
 			self.skills["BladeOfElendil"]:SetActive( true );
 		end
 		
@@ -382,7 +382,7 @@
 		end
 
     elseif (effectname == self.effectlist["BattleHardened"]:GetName()) then
-		if (not self.effectlist["BattleHardened"]:SetState( false, effectid )) then
+		if (not self.effectlist["BattleHardened"]:SetState( false, effectid ) and self.skills["BladeOfElendil"] ~= nil) then
 			self.skills["BladeOfElendil"]:SetActive( not self.settings.features["GateSkills"].active );
 		end
 		
@@ -548,7 +548,9 @@
 	self.skills["OathbreakersShame"]:SetActive(self.settings.traits["OathbreakersShame"].active);
 	self.skills["DevastatingBlow"]:SetActive(not self.settings.features["GateSkills"].active or self.effectlist["BattleReadied"]:GetState());
 	self.skills["PressingAttack"]:SetActive(not self.settings.features["GateSkills"].active or self.effectlist["BattleReadied"]:GetState());
-	self.skills["BladeOfElendil"]:SetActive(not self.settings.features["GateSkills"].active or self.effectlist["BattleHardened"]:GetState());
+	if (self.skills["BladeOfElendil"] ~= nil) then
+		self.skills["BladeOfElendil"]:SetActive(not self.settings.features["GateSkills"].active or self.effectlist["BattleHardened"]:GetState());
+	end
 	self.skills["RoutingCry"]:SetActive(self.settings.traits["LeaderofMen"].active or self.effectlist["EnemyDefeatResponse"]:GetState());
 	self.skills["ShadowsLament"]:SetActive(self.settings.traits["MasterOfWar"].active or self.effectlist["EnemyDefeatResponse"]:GetState());
Tappo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-04-2013, 04:17 PM  
Lumbra
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 6
File comments: 38
Uploads: 1
Thank you, I will post a new patch soon...
Lumbra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-14-2013, 03:28 PM  
Jasmer
The Wary

Forum posts: 1
File comments: 23
Uploads: 0
It's been a while since I've played Lotro and I'm a huge fan of this addon, but I was wondering if there are any plans to implement warden class? What is the reason it hasn't been added yet, if I may ask? I use another similar addon for my warden, so this is just an idle curiosity. This is probably the one addon for this game I just can't live without, though. So much organization lol.
Jasmer is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-14-2013, 04:19 PM  
Lumbra
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 6
File comments: 38
Uploads: 1
Hi Jasmer,

I'm "only" maintainig this addon. I'm not really familiar with LUA and I don't play a warden by myself.

So it is not possible for me to implement this class. If there's anybody out there who can do this, I'm not against that!
Lumbra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-22-2013, 06:59 PM  
Jasmer
The Wary

Forum posts: 1
File comments: 23
Uploads: 0
Ahhh, okay, I see.

There are other addons out there that wardens can use to get some sort of KragenBars functionality. I was just curious as to why the original authors hadn't implemented it. Maybe they just never found a good layout by the time they stopped maintaining.
Jasmer is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-28-2013, 07:52 PM  
Karlstoons
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Two questions

1. I don't see Cleave listed as a choice when looking at the setup for Champion? Is that skill missing from the preset?
2. If you delete a bar inadvertently, or a section, how do you get it back easily? I don't see a restore option?

Thanks, looking forward to using this on several of my toons now!
Karlstoons is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-31-2013, 06:38 AM  
Eva
The Wary

Forum posts: 0
File comments: 17
Uploads: 0
Thanks for this plugin! I use it, either completely or specific button bars that save a lot of space, on quite a few of my characters.

Sadly, on starting a new guardian (now level 19), I've run into a problem. In the Block reactives, I can't get Shield Swipe and the following Bash to appear. It only shows Catch a Breath, no matter what I do. I've reset the plugin bars in-game, have deleted the character's plugin data file from the Documents folder, but the problem persists. I wonder if the update to Improved Shield Swipe might have something to do with it? When I click the Kragenbars icon and alt-mouse over the quickslots, there is no Shield Swipe icon in the menu, and I can't drag one in either. It'd be great if you could look into this!
Eva is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-31-2013, 12:18 PM  
Lumbra
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 6
File comments: 38
Uploads: 1
Hi Eva,

please edit the file GuardianBars.lua at line 104

replace
Code:
self.skills["ShieldSwipe"] = SkillSlot(self.bars["BlockTier1"], 1, 1, false, 80, "0x7000305D" );
with

Code:
self.skills["ShieldSwipe"] = SkillSlot(self.bars["BlockTier1"], 1, 1, false, 2, "0x7000305D" );
I will submit a fixed version soon.
Lumbra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-31-2013, 01:09 PM  
Eva
The Wary

Forum posts: 0
File comments: 17
Uploads: 0
Thanks for the quick reply and the fix! I get Shield-Swipe correctly with that edit, but no subsequent Bash.
Eva is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-31-2013, 01:21 PM  
Lumbra
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 6
File comments: 38
Uploads: 1
Please have a look if the bash appears after you have moved the plugindata somewhere else.

It works for my guardian (lvl 85)
Lumbra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-31-2013, 01:39 PM  
Eva
The Wary

Forum posts: 0
File comments: 17
Uploads: 0
There now, thanks a lot, and sorry for the bother! *goes to bash evil dwarves*
Eva 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 07:41 AM.


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