lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Class Specific (sub-categories) > Minstrel


Post A Reply
Author Comments Comment Options
Unread 01-12-2013, 12:15 PM  
Lizardy
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
It works (german client)! Thank you for bugfixing
Lizardy is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-31-2012, 01:02 PM  
Melida
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 30
Uploads: 2
Thank you and Amethadan for your help.
I posted an update for french and german.

I further implemented war-steed support. Currenly only in english.

But it is a little buggy. The minstrel shows a little curious behaviour while on a war-steed.
It seems, you can do auto-damage and get a internal ballad counter. It won't show up in the buffs but you can play a coda or an anthem. Sometimes you get a "Skills Bonus"-buff. It removes a ballad, when there are 3 ballads and prevents a third ballad while active.
When you dismount your war-steed, your ballads and anthems on the warsteed are removed. But if you mount while non-warsteed ballads are active, they are not removed.
Melida is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-31-2012, 07:16 AM  
Rapunzel
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
I make the changes by myself in "MinstrelEffects.Lua" and it works

ValidBalladEffectsFr = {
["Bonus de Dégâts de ballade"] = true,
["Bonus de Puissance de ballade"] = true,
["Bonus de guérison de ballade"] = true
}

Case Sensitive, respect exactely MAJ.
Rapunzel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-27-2012, 02:14 PM  
Melida
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 30
Uploads: 2
Then I need your help
Play your ballads and type /mb list
Copy and paste the names of the ballads and post them here.

Then I can update the names.
Melida is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-27-2012, 04:09 AM  
Lizardy
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
I've got the same problem (german client).
Lizardy is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-26-2012, 10:00 AM  
Rapunzel
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
french language
Rapunzel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-25-2012, 10:18 AM  
Melida
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 30
Uploads: 2
Maybe Turbine renamed the effects.
I play in english and it works. What is your client language?
Melida is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-23-2012, 12:14 PM  
Rapunzel
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
Since update 9, my minstrelbuffs v1.6 no longer shows ballad, only anthems were showed into plugins.

Do someone else encountered this problem ?

Is there any trick to display ative ballads ?

Merry XMas....
Rapunzel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-21-2012, 09:48 AM  
Melida
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 30
Uploads: 2
Well it should even work with buffbars since MB Version 1.1 (I use it both since 1 year).
Melida is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-21-2012, 04:11 AM  
NazTheEternal
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Quote:
Currently, I have no idea what your problem is.

Please check this:
Version 1.6 is installed.
MinstrelEffects.lua is available and filled with the buffnames.

Try this:
Unload all other plugins and only load MinstrelBuffs.

What language are you running?
I did not try installing through the Lotro Plugin Compendium but it should work well.
Well thank you for your quick response and it actually did help me fix it.

I loaded it in with no other plugins and it worked, turns out I had to turn on the "BuffBars" plugin after the MinstrelBuffs plugin.

All is well, thank you for this glorious plugin good sir!
NazTheEternal is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-20-2012, 12:55 PM  
Melida
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 30
Uploads: 2
Currently, I have no idea what your problem is.

Please check this:
Version 1.6 is installed.
MinstrelEffects.lua is available and filled with the buffnames.

Try this:
Unload all other plugins and only load MinstrelBuffs.

What language are you running?
I did not try installing through the Lotro Plugin Compendium but it should work well.
Melida is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-20-2012, 04:47 AM  
NazTheEternal
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
I installed this via the LOTRO Plugin Compendium and seem to have run into an issue.

None of the skills (anthems/ballads) show up on the plugin when used. I see the plugin, but it doesn't function, just sits there empty.
NazTheEternal is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-09-2012, 10:55 AM  
Melida
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 30
Uploads: 2
So finally I arrived the war-steed with my minstrel. I think the minstrel on a warsteed works a little bit different than a minstrel without a warsteed, so I would like to change some things in minstrelbuffs for the warsteed-mode.

As a quick and dirty solution, I put the buffnames to the configurationfile.

You can edit MinstrelEffects.lua and add them yourself.
The english effect names are "Dirge", "Saga" and "Chant" for the ballads and "Anthem of the Rohirrim", "Anthem of the Red Dawn", "Anthem of the Riddermark" for the anthems.
If someone could tell me the german and french names, I will upload the whole patchfile.

Code:
ValidBalladEffectsEn = {
	["Ballad Damage Bonus"] = true,
	["Ballad Power Bonus"] = true,
	["Ballad Healing Bonus"] = true,
	["Dirge"] = true,
	["Saga"] = true,
	["Chant"] = true
}

ValidHymnEffectsEn = {
	["Anthem of Compassion"] = 1,
	["Anthem of the Third Age"] = 4,
	["Anthem of the Third Age (War-speech)"] = 4,
	["Anthem of the Third Age (Harmony)"] = 4,
	["Anthem of the Free People"] = 5,
	["Anthem of War"] = 2,
	["Anthem of Prowess"] = 3,
	["Anthem of Composure"] = 6,
	["Anthem of the Rohirrim"] = 1,
	["Anthem of the Red Dawn"] = 2,
	["Anthem of the Riddermark"] = 3	
}
Melida is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-26-2012, 01:19 AM  
Melida
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 30
Uploads: 2
My main is a lore-master so my minstrel currently cannot use war-steeds. When I level my minstrel and understand how he works on a war-steed, I will update minstrelbuffs when necessary, too.
Melida is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-20-2012, 03:54 PM  
Uthboth
The Undying
 
Uthboth's Avatar
Interface Author - Click to view interfaces

Forum posts: 48
File comments: 72
Uploads: 2
Will there be an update to this so it can hold the ones for the war-horses?

Thanks for the work you have put into this plugin.
Uthboth 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 04:28 PM.


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