 |
| Category: OtherFestival Buddy |
| Interface Information |
|
| Name: |
Festival Buddy  |
| Author: |
|
| Date: |
12-27-2012 03:52 PM |
| Size: |
389.59 Kb |
| Version: |
1.2.2 |
| Rate File: |
|
Festival Buddy is a simple tool to help you keep track of the festivities through-out Middle-earth. It will display the number of tokens in your wallet, when some effects have expired (e.g. the treasure chests in the Haunted Barrow), and a simple quest guide for those quests that are easily forgotten. There's also a dance instructor to help you with the dance quests, and a barter list showing the cost of all the items at the festival so you can refer to it on the go.
To install, copy the 'GaluhadPlugins' folder to your plugins directory.
eg. C:\Users\..\Documents\The Lord of the Rings Online\Plugins\GaluhadPlugins
Festival Buddy is available at present in English only, however the string files are easily editable with support for German, French, and Russian languages.
This plugin adds the following commands when loaded:
/festivalbuddy - Shows/hides the main window.
Current festivals supported: Harvestmath (2012), Yule (2012).
Please let me know if you spot any errors, or if you have any requests.
Change log:
v1.2.2 - 27/12/2012
v1.2.1 - 24/12/2012
v1.2.0 - 24/12/2012- Updated for the Yule festival - new quest guides, barter items etc. plus emote guidance when acting in the Frostbluff Theatre.
- Added item quickslot assistance for Frostbluff Theatre - easy access to your rotten fruit for terrible acting.
- Target assistance now pops up a message on the screen when the wrong target is selected for emoting.
- Interface will now hide when pressing Esc/F12 keys.
v1.1.0 - 14/10/2012- Added alt tracking to the plugin. This will enable you to see the cooldowns and tokens on each of your alts.
- Added target assistance to the dance instructor - although this will not work until after RoR has launched.
- Added emote quickslots which will pop up when you accept a quest that requires them.
- Added tooltips to display the time a quest/debuff cooldown will expire.
- Added support for Plugin Compendium.
v1.0.0 - 01/10/2012
|
| Archive List (Old Versions) |
File Name |
Version |
Size |
Author |
Date |
|
1.2.1 |
389.57 Kb |
Galuhad |
12-24-2012 04:27 AM |
|
1.2.0 |
389.54 Kb |
Galuhad |
12-23-2012 07:48 PM |
|
1.1.0 |
255.94 Kb |
Galuhad |
10-13-2012 07:23 PM |
|
1.0.0 |
213.30 Kb |
Galuhad |
10-01-2012 12:26 PM |
| File Statistics |
| User Rating: |
|
| Downloads: |
3409 |
| Views: |
5681 |
| Favorites: |
11 |
| Uploaded By: |
|
| Last Modified: |
N/A |
|
|  |
|
 |
|
12-28-2012, 03:39 AM
|
|
The Indomitable
Forum posts: 11
File comments: 84
Uploads: 14
|
I prefer just to read the comments here 
|
|
|
12-27-2012, 09:20 PM
|
|
The Undying
Forum posts: 24
File comments: 28
Uploads: 0
|
Would it be helpful if we used the "Bugs" feature of lotrointerface for reporting issues in the future?
Last edited by Bogumil : 12-27-2012 at 09:20 PM.
|
|
|
12-27-2012, 03:53 PM
|
|
The Indomitable
Forum posts: 11
File comments: 84
Uploads: 14
|
Thanks everyone for the comments and code.. I have made some changes and hopefully *fingers crossed* the issues should be resolved.
|
|
|
12-26-2012, 04:54 PM
|
|
The Undying
Forum posts: 24
File comments: 28
Uploads: 0
|
When I clicked on the "Alts" Button while I was on the first ever character to use the Plugin, I got this error:
...ine\Plugins\GaluhadPlugins\FestivalBuddy\MainWi n.lua:101: attempt to index global 'ddAltNames' (a nil value)
As my alts never used the addon there is no data for them, and the variable cannot get initialized probably.
|
|
|
12-26-2012, 03:10 AM
|
|
The Wary
Forum posts: 4
File comments: 15
Uploads: 0
|
I am also using 1.2.1 and are getting "...ine\Plugins\GaluhadPlugins\FestivalBuddy\M ainW in.lua:390: attempt to index field '?' (a nil value)".
I seems that _CHARDATA is only initialized with "Harvestmath" data. Changing function CheckFestivalData() in FestivalFunctions.lua so it initializes the data for both festivals seems to fix it.
Code:
function CheckFestivalData(_TABLE)
if type (_TABLE) ~= 'table' then return end;
-- Checks if the current festival exists in the characters data, if so then it adds any newer fields that may have been
-- added in newer updates whilst retaining the values of old values that have been loaded.
for e,f in pairs(_FESTIVALS) do
if _TABLE[f] == nil then _TABLE[f] = {} end;
-- COOLDOWNS ---
if _TABLE[f]["COOLDOWNS"] == nil then _TABLE[f]["COOLDOWNS"] = {} end;
local _CDTABLE = _TABLE[f]["COOLDOWNS"];
for k,v in pairs (_LANG.DEBUFFS[f]) do
if _CDTABLE[v[SETTINGS.LANGUAGE]] == nil then
_CDTABLE[v[SETTINGS.LANGUAGE]] = 0;
end
end
-- TOKENS ---
if _TABLE[f]["TOKENS"] == nil then _TABLE[f]["TOKENS"] = {} end;
local _TKTABLE = _TABLE[f]["TOKENS"];
for k,v in pairs (_LANG.TOKENS[f]) do
if _TKTABLE[v[SETTINGS.LANGUAGE]] == nil then
_TKTABLE[v[SETTINGS.LANGUAGE]] = 0;
end
end
end
end
|
|
|
12-25-2012, 03:16 AM
|
|
The Wary
Forum posts: 0
File comments: 4
Uploads: 0
|
I'm on 1.2.1 and got "...ine\Plugins\GaluhadPlugins\FestivalBuddy\MainW in.lua:338: attempt to index field '?' (a nil value)" and "...ine\Plugins\GaluhadPlugins\FestivalBuddy\MainW in.lua:338: attempt to index field '?' (a nil value)' when being chosen as the Party Goer for the play. Also the only thing showing in the festival buddy window what the Villain thing with an hourglass icon.
Plus I noticed when I clicked the barter button while having the Yule Festival selected, it gives the list of barter items for the Fall Festival.
|
|
|
12-24-2012, 04:28 AM
|
|
The Indomitable
Forum posts: 11
File comments: 84
Uploads: 14
|
Quote:
Keep getting this message every time I try to activate the new version:
"...ine\Plugins\GaluhadPlugins\FestivalBuddy\MainW in.lua:390: attempt to index field '?' (a nil value)"
|
Should hopefully be fixed with the new update, please let me know if you experience any more problems.
|
|
|
12-24-2012, 02:47 AM
|
|
The Undying
Forum posts: 22
File comments: 57
Uploads: 0
|
Keep getting this message every time I try to activate the new version:
"...ine\Plugins\GaluhadPlugins\FestivalBuddy\MainW in.lua:390: attempt to index field '?' (a nil value)"
|
|
|
12-22-2012, 08:39 AM
|
|
The Indomitable
Forum posts: 11
File comments: 84
Uploads: 14
|
Re: Yule Festival?
Quote:
|
Are you still actively developing this plugin? Do you think you'll have support for the Yule Festival added soon?
|
Yes, I am working on it. There's a few changes that need to be made as well as the new stuff being added - so it will be out hopefully in a few days.
|
|
|
12-18-2012, 09:23 PM
|
|
The Wary
Forum posts: 0
File comments: 10
Uploads: 0
|
Yule Festival?
Are you still actively developing this plugin? Do you think you'll have support for the Yule Festival added soon?
|
|
|
10-12-2012, 12:57 AM
|
|
The Wary
Forum posts: 0
File comments: 2
Uploads: 0
|
A feature suggestion
I like this plugin, especially that you provided the answers for quests for people who don't know them. Could you add in timers for all of the festival quests? And timers for the Inn League and Ale Association quests and pub crawls would be great, too.
|
|
|
All times are GMT -5. The time now is 04:30 AM.
|
 |