Download
(11Kb)
Download
Updated: 11-01-08 12:02 PM
Pictures
File Info
Updated:11-01-08 12:02 PM
Created:11-01-08 12:02 PM
Downloads:3,453
Favorites:26
MD5:

Titan HonorMarks

Version: 2.1.6
by: agr8 [More]

HonorMarks by Penddor (Eitrigg)

This addon will display Honor and number of BG tokens earned on the titan bar. It now uses the new Currency tab to pull the necessary values.

v2.1.6 - Fixed Arena Points returning Nil values.

Optional Files (0)


Post A Reply Comment Options
Unread 01-24-09, 04:12 PM  
Sorian
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 18
Uploads: 3
Fixed this addon to show marks and honor properly at startup and added support for SoTA.

http://rapidshare.com/files/188918837/HonorMarksFix.zip
Report comment to moderator  
Reply With Quote
Unread 01-10-09, 02:34 PM  
Sorian
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 18
Uploads: 3
Looking at the code this mod seems set up to only update when your honor points value changes.

Changing:

Code:
-- RegisterEvent
function TitanPanelHonorMarks_RegisterEvents()
	this:RegisterEvent("VARIABLES_LOADED");
	this:RegisterEvent("HONOR_CURRENCY_UPDATE");
end

-- UnregisterEvent
function TitanPanelHonorMarks_UnregisterEvents()
	this:UnregisterEvent("VARIABLES_LOADED");
	this:UnRegisterEvent("HONOR_CURRENCY_UPDATE");
end
to this:

Code:
-- RegisterEvent
function TitanPanelHonorMarks_RegisterEvents()
	this:RegisterEvent("VARIABLES_LOADED");
	this:RegisterEvent("PLAYER_ENTERING_WORLD");
	this:RegisterEvent("HONOR_CURRENCY_UPDATE");
end

-- UnregisterEvent
function TitanPanelHonorMarks_UnregisterEvents()
	this:UnregisterEvent("VARIABLES_LOADED");
	this:UnregisterEvent("PLAYER_ENTERING_WORLD");
	this:UnRegisterEvent("HONOR_CURRENCY_UPDATE");
end
and this:

Code:
	if(event == "VARIABLES_LOADED") then
	--	TitanPanelHonorMarks_Text("Event:"..tostring(event));
		TitanPanelHonorMarks_Text(TitanPlugins[TITAN_HONORMARKS_ID].menuText.." loaded.");
	end
	if(event == "HONOR_CURRENCY_UPDATE" ) then
	--	TitanPanelHonorMarks_Text("Event:"..tostring(event));
		TitanPanelHonorMarks_UpdateCount();
	end
	TitanPanelButton_UpdateButton(TITAN_HONORMARKS_ID);
end
to this:

Code:
	if(event == "VARIABLES_LOADED") then
	--	TitanPanelHonorMarks_Text("Event:"..tostring(event));
		TitanPanelHonorMarks_Text(TitanPlugins[TITAN_HONORMARKS_ID].menuText.." loaded.");
	end
	if(event == "PLAYER_ENTERING_WORLD") then
	--	TitanPanelHonorMarks_Text("Event:"..tostring(event));
		TitanPanelHonorMarks_UpdateCount();
	end
	if(event == "HONOR_CURRENCY_UPDATE" ) then
	--	TitanPanelHonorMarks_Text("Event:"..tostring(event));
		TitanPanelHonorMarks_UpdateCount();
	end
	TitanPanelButton_UpdateButton(TITAN_HONORMARKS_ID);
end
in TitanHonorMarks.lua fixes this.
Report comment to moderator  
Reply With Quote
Unread 11-02-08, 02:26 PM  
ChodaBoyUSA
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
I wonder, could this addon show Honorable Kills, too?
Report comment to moderator  
Reply With Quote
Unread 11-01-08, 04:54 PM  
thekitchensink
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Not displaying

I recently downloaded Titan HonorMarks and I'm glad it shows up on the Titan menu - however, it doesn't actually display my honor points or marks, as shown in this screen cap:

http://i23.photobucket.com/albums/b3...108_185010.jpg

The only thing that could fix it that I haven't tried would be changing my total - i.e. getting another mark from somewhere - as that might spur the addon into updating, I don't know. But as of now I haven't had time.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: