Titan Archaeology
This is my Archaeology addon based off the code and functionality seen in my other Titan Panel plugins (Reputation and CurrencyTracker). Automatically adjusts the button text on the Titan Panel bar to display information about the artifact for the race of the fragments you've just looted. The display is customizable so you and trim it down to show only the data you want to know about the item. Includes artifact sell values and item links prior to completion of the item. Once your artifact is ready to be solved, simply click the Titan Archaeology button on your Titan bar to solve the artifact and apply keystones if needed.
Glamour supported alerts. Fans of my Glamour addon will enjoy this addon as will. It fires small Glamour alerts when looking artifacts and larger Glamour alerts when an artifact is ready to be solved.
MikScrollingBattleText is supported as an independent customizable alert channel.
Features
- Customizable Button Text
- Customizable Tooltip Text
- Customizable Log Message
- Customizable Raid Warning Message Alert
- Customizable MikSBT Message Alert
Future Plans
- Improve Message Customization further.
- Integrate into Titan Panel configuration page.
- 3 comments
- 3 comments
Facts
- Date created
- Mar 26, 2011
- Categories
- Last update
- Jun 29, 2011
- Development stage
- Release
- Language
- enUS
- License
- Public Domain
- Curse link
- Titan Archaeology (+Glamour)
- Downloads
- 10,718
- Recent files
- R: Release 1.0.2 for 4.2 Jun 29, 2011
- R: Release 1.0.1 for 4.1 Apr 27, 2011
- R: Release v1.0.0 for 4.0.6 Mar 26, 2011
Authors
Relationships
- Required dependency
- Titan Panel
- Optional dependency
- Glamour
- Reply
- #3
Haldiri Jun 02, 2011 at 11:58 UTC - 0 likesHi papsol.
i have a small problem with the lates version of your Titan Archaeology (+Glamour) addon
when i try to add a "Keystone" [Orc Blood Text] in the Archaeology window, and the Archaeology window just shutsdown, when i dissabled ur addon i was able to use "Keystone", it would be nice if u would fix that small problem
- Reply
- #2
papsol Apr 06, 2011 at 15:13 UTC - 0 likesI applaud your suggestions, and My initial design used that very method. However, I ran into a caveat where GetItemInfo would fail to return any data if the client hadn't already seen the item in that session. This led to the routine for attempting to force items into cache while loading the addon. This allowed GetItemInfo to always return data when called, even when called immediately after solving one artifact and the client see's the next artifact for the first time. I will however revisit the code areas involved here and see what I can do to accommodate your request.
- Reply
- #1
Thurmal Apr 03, 2011 at 11:30 UTC - 0 likesHi there,
this is a nice Addon, I really like it. Unfortunately this doesn't work with non-english clients as you create internal lists for the items which you use to get the item infos. I don't know what you plan for the future, but I suggest that you dismis using the TITARCH_ITEMS list for obtaining the item informations through GetItemInfo and change your lines
to
in the functions TitanArchaeologyProcArch and TitanPanelArchaeology_BuildLine. As GetActiveArtifactByRace returns localized names and GetItemInfo works with item IDs, Links and Names this results directly into a language independent version of your addon, and you don't need to manually maintain item lists in the code.
So long and thanks for the great work!