lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 12-26-2012, 04:10 AM  
wmrojer
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
wmrojer is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-25-2012, 04:16 AM  
Rainith
The Wary

Forum posts: 0
File comments: 13
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.
Rainith is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-24-2012, 05:28 AM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
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.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-24-2012, 03:47 AM  
Vald
The Undying
 
Vald's Avatar

Forum posts: 22
File comments: 54
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)"
Vald is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-22-2012, 09:39 AM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
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.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-18-2012, 10:23 PM  
Dag
The Wary

Forum posts: 0
File comments: 12
Uploads: 0
Yule Festival?

Are you still actively developing this plugin? Do you think you'll have support for the Yule Festival added soon?
Dag is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-12-2012, 12:57 AM  
Gwilliwen
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.
Gwilliwen 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 09:43 AM.


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