Category: Titan Panel
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
2.1.6
Date:
11-01-2008 01:02 PM
Size:
10.86 Kb
Downloads:
1,979
Favorites:
31
MD5:
Pictures
Click to enlarge
HonorMarks
Click to enlarge
HonorMarks Menu
Titan HonorMarks
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 - Titan HonorMarks
Sorry, there are currently no optional files available.
  Comments - Titan HonorMarks
Post A Reply Comment Options
Old 01-24-2009, 04:12 PM  
Sorian
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

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
Sorian is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-10-2009, 02:34 PM  
Sorian
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

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.
Sorian is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-02-2008, 02:26 PM  
ChodaBoyUSA
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
I wonder, could this addon show Honorable Kills, too?
ChodaBoyUSA is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-01-2008, 05:54 PM  
thekitchensink
A Kobold Labourer

Forum posts: 0
File comments: 11
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.
thekitchensink is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.