Download
(32 Kb)
Download
Updated: 03/10/15 10:50 PM
Pictures
File Info
Compatibility:
Update 6 (1.6.5)
Updated:03/10/15 10:50 PM
Created:03/10/15 10:50 PM
Monthly downloads:20
Total downloads:4,460
Favorites:12
MD5:
Categories:Info, Plug-in Bars, Miscellaneous
Kindler Beggar Liar Thief
Version: 1.1
by: katkat42 [More]
Do you hunt achievements? Are you a follower of M'aiq the Liar? Have you ever extorted gold from a merchant on the road?

Kindler Beggar Liar Thief is a tracker for the achievements I Like M'aiq, Lightbringer, Give to the Poor, and Crime Pays. based on my Rare Fish Tracker, it will show you which of these achievements your character has gained credit for in your current zone. Zones that do not have places to advance one of these achievements will show that achievement in red. The display can be toggled on and off with a keybinding.
Optional Files (0)


Post A Reply Comment Options
Unread 04/01/16, 12:33 PM  
FWSWBN
 
FWSWBN's Avatar

Forum posts: 17
File comments: 490
Uploads: 0
Originally Posted by Wandamey
it's not the zones, it's the icons katkat used to find the achievement that have changed I think. So that's an easy fix :
Not say more
Report comment to moderator  
Reply With Quote
Unread 03/30/16, 05:51 AM  
Wandamey
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally Posted by FWSWBN
Originally Posted by votan
Originally Posted by FWSWBN
It doesnt work for me.



Fishing works, this one not.
I have an empty field without anything inside.

I dont know what happens.
katkat42 has left the game. (for more important things )
RareFishTracker is working, because I took over.
But nobody took over this.
What happens is: probably the zone indexes changed.
ok....thx for answer

Funny thing, I dont look the date and yesterday I found it on my RSS Feed, so I was meaning it was a new addon.

Weird


EDIT:
maybe you have time to take it over

it's not the zones, it's the icons katkat used to find the achievement that have changed I think. So that's an easy fix :

in KinderBeggarLiarThief.lua :

delete or comment the lines 40 to 65 so it looks like that : (or delete them completely)
Code:
--[[local numCats = GetNumAchievementCategories()
	for i = 1, numCats do
		local _, _, numAch = GetAchievementCategoryInfo(i)
		local catIcon = GetAchievementCategoryKeyboardIcons(i)
		-- icon path is language-neutral
		if catIcon == "/esoui/art/icons/achievements_indexicon_exploration_up.dds" then
			for j = 1, numAch do
				local achId = GetAchievementId(i, nil, j)
				local name, _, _, achIcon = GetAchievementInfo(achId)
				if achIcon == "/esoui/art/icons/item_generic_coinbag.dds" then
					KBLT.data.thief.ID = achId
					KBLT.data.thief.name = name
				elseif achIcon == "/esoui/art/icons/perks_mages_guild_004.dds" then
					KBLT.data.beggar.ID = achId
					KBLT.data.beggar.name = name
				elseif achIcon == "/esoui/art/icons/crafting_cooking_fish_stick.dds" then
					KBLT.data.liar.ID = achId
					KBLT.data.liar.name = name
				elseif achIcon == "/esoui/art/icons/quest_small_furnishing_001.dds" then
					KBLT.data.kindler.ID = achId
					KBLT.data.kindler.name = name
				end
			end
			break
		end
	end]]
and replace with that :
Code:
KBLT.data = {
	kindler = {ID = 873,},
	beggar = {ID = 871,},
	liar = {ID = 872,},
	thief = {ID = 869,},
}
for achiev, moredata in pairs(KBLT.data) do	
	KBLT.data[achiev].name = GetAchievementInfo(moredata.ID)
end
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 03/22/16, 07:14 AM  
FWSWBN
 
FWSWBN's Avatar

Forum posts: 17
File comments: 490
Uploads: 0
Originally Posted by votan
Originally Posted by FWSWBN
It doesnt work for me.



Fishing works, this one not.
I have an empty field without anything inside.

I dont know what happens.
katkat42 has left the game. (for more important things )
RareFishTracker is working, because I took over.
But nobody took over this.
What happens is: probably the zone indexes changed.
ok....thx for answer

Funny thing, I dont look the date and yesterday I found it on my RSS Feed, so I was meaning it was a new addon.

Weird


EDIT:
maybe you have time to take it over
Last edited by FWSWBN : 03/22/16 at 07:16 AM.
Report comment to moderator  
Reply With Quote
Unread 03/22/16, 05:51 AM  
votan
 
votan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 577
File comments: 1667
Uploads: 40
Originally Posted by FWSWBN
It doesnt work for me.



Fishing works, this one not.
I have an empty field without anything inside.

I dont know what happens.
katkat42 has left the game. (for more important things )
RareFishTracker is working, because I took over.
But nobody took over this.
What happens is: probably the zone indexes changed.
Report comment to moderator  
Reply With Quote
Unread 03/22/16, 03:54 AM  
FWSWBN
 
FWSWBN's Avatar

Forum posts: 17
File comments: 490
Uploads: 0
It doesnt work for me.



Fishing works, this one not.
I have an empty field without anything inside.

I dont know what happens.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: