- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,109 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
LibPeriodicTable-3.1
- 0 Likes
- World of Warcraft
- 449 Monthly Downloads
- Supports: 5.0.5
- 240,991 Total Downloads
- Updated 01/03/2013
- Created 09/20/2008
- 194 Favorites
- Project Site
- Comments
- Release Type: Release
- License: GNU Lesser General Public License version 2.1 (LGPLv2.1)
- Newest File: 424 release
About LibPeriodicTable-3.1
Forum Discussion Thread
- Editing - how to maintain PeriodicTable.
- Usage - how to include and use PT sets in your mod.
- API - how to use PeriodicTable in your mod.
- Forum - discussion thread.
- Brush up on your chemistry knowledge.
Periodic Table adds organizes many WoW items and spells into sets. Like most Ace addons it's focus is efficiency. PT is a LibStub library for managing these sets (ex: Misc.Spell.Mount, Consumable.Food.Edible.Cheese, Misc.Minipet, ClassSpell) for other addons.
If you are looking for an Ace'd alternative to ReagentInfo (the tooltip display) check out Mendeleev by MoonWolf, which you can find on Curse or WoWI.
Item sets are stored as a comma-delimited strings and parsed out into a table only if requested. This speeds up load time and ensures that memory is only used for sets that are actively used.
If you are interested in using PT with your mod feel free to read the source code (there's not a lot). The comments will tell you everything you need to know.
Modules
PeriodicTable's "modules" are simply sets of sets. Particular mods can link the exact sets they need.
- ClassSpell - Spells for all classes with subsets for each tree.
- Consumable - Foods, Potions, Elixirs, Buffing items including type (fruit, meat, etc), quality (inedible, buff) and HP-recovery info.
- CurrencyItems - Items purchasable with various currencies.
- Gear - Socketed gear, Trinkets, Vendor Badge gear
- GearSet - Set Gear. Tier, Reputation, PvP, etc.
- InstanceLoot - Loot tables for instances and the bosses in those instances (only higher-level instances currently)
- InstanceLootHeroic - Loot tables for heroic instances
- Misc - Random stuff like Currency, Containers, Mounts, etc.
- Reputation - Rewards and Turnins for factions
- Tradeskill : Profession recipes
- TradeskillLevels : Profession recipes with level requirements
- TradeskillResultMats : Some kinda mats required sets for the recipes it looks like
------------------------------------------------------------------------
r424 | torhal | 2013-01-03 21:08:10 +0000 (Thu, 03 Jan 2013) | 1 line
Changed paths:
A /tags/424 release (from /trunk:423)
Tagging as 424 release
------------------------------------------------------------------------
r423 | ckaotik | 2012-12-30 11:06:14 +0000 (Sun, 30 Dec 2012) | 1 line
Changed paths:
M /trunk/LibPeriodicTable-3.1-ClassSpell/LibPeriodicTable-3.1-ClassSpell.lua
M /trunk/LibPeriodicTable-3.1-Consumable/LibPeriodicTable-3.1-Consumable.lua
M /trunk/LibPeriodicTable-3.1-CurrencyItems/LibPeriodicTable-3.1-CurrencyItems.lua
M /trunk/LibPeriodicTable-3.1-Gear/LibPeriodicTable-3.1-Gear.lua
M /trunk/LibPeriodicTable-3.1-InstanceLoot/LibPeriodicTable-3.1-InstanceLoot.lua
M /trunk/LibPeriodicTable-3.1-InstanceLootHeroic/LibPeriodicTable-3.1-InstanceLootHeroic.lua
M /trunk/LibPeriodicTable-3.1-InstanceLootLFR/LibPeriodicTable-3.1-InstanceLootLFR.lua
M /trunk/LibPeriodicTable-3.1-Misc/LibPeriodicTable-3.1-Misc.lua
M /trunk/LibPeriodicTable-3.1-Reputation/LibPeriodicTable-3.1-Reputation.lua
M /trunk/LibPeriodicTable-3.1-Tradeskill/LibPeriodicTable-3.1-Tradeskill.lua
M /trunk/LibPeriodicTable-3.1-TradeskillLevels/LibPeriodicTable-3.1-TradeskillLevels.lua
M /trunk/LibPeriodicTable-3.1-TradeskillResultMats/LibPeriodicTable-3.1-TradeskillResultMats.lua
M /trunk/LibPeriodicTable-3.1-TransmogSet/LibPeriodicTable-3.1-TransmogSet.lua
M /trunk/data.lua
M /trunk/dataminer.lua
Full reparse. Fixed zone detection in miner. Added some more transmog sets.
------------------------------------------------------------------------
r422 | Gazmik | 2012-12-18 23:51:44 +0000 (Tue, 18 Dec 2012) | 7 lines
Changed paths:
M /trunk/LibPeriodicTable-3.1-Consumable/LibPeriodicTable-3.1-Consumable.lua
M /trunk/data.lua
Added most of the Mists of Pandaria foods:
Includes new categories:
- Consumable.Food.Edible.Fish.Mana and Consumable.Food.Edible.Meat.Mana for a couple of foods that fit in those pet food categories but only restore mana (not health)
- Consumable.Food.Inedible.Fruit for all the stuff you grow on your farm and cook with. (The USDA says some fruits are vegetables. Blizz says all vegetables are fruit!)
- Consumable.Food.Cheese.Combo didn't exist before but has something in it now
- Consumable.Food.Buff.Parry is a new kind of buff food
------------------------------------------------------------------------
r421 | muffinmanken | 2012-12-16 00:05:48 +0000 (Sun, 16 Dec 2012) | 1 line
Changed paths:
M /trunk/LibPeriodicTable-3.1-Consumable/LibPeriodicTable-3.1-Consumable.lua
M /trunk/LibPeriodicTable-3.1-Misc/LibPeriodicTable-3.1-Misc.lua
M /trunk/data.lua
Added MoP flasks and more openables
------------------------------------------------------------------------
r420 | muffinmanken | 2012-12-14 22:12:27 +0000 (Fri, 14 Dec 2012) | 1 line
Changed paths:
M /trunk/LibPeriodicTable-3.1-Misc/LibPeriodicTable-3.1-Misc.lua
M /trunk/data.lua
Openable: Silkworm Cocoon, Greater Cache of Treasures, and Treasures of the Vale
------------------------------------------------------------------------
r419 | muffinmanken | 2012-12-14 19:57:07 +0000 (Fri, 14 Dec 2012) | 1 line
Changed paths:
M /trunk/LibPeriodicTable-3.1-Misc/LibPeriodicTable-3.1-Misc.lua
M /trunk/data.lua
Openable: Silkworm Cocoon and Greater Cache of Treasures
------------------------------------------------------------------------
r418 | muffinmanken | 2012-12-03 11:43:08 +0000 (Mon, 03 Dec 2012) | 1 line
Changed paths:
M /trunk/LibPeriodicTable-3.1-Misc/LibPeriodicTable-3.1-Misc.lua
M /trunk/data.lua
More cleanup on Misc.Usable.Quest
------------------------------------------------------------------------
r417 | muffinmanken | 2012-12-03 11:26:10 +0000 (Mon, 03 Dec 2012) | 1 line
Changed paths:
M /trunk/LibPeriodicTable-3.1-Misc/LibPeriodicTable-3.1-Misc.lua
M /trunk/data.lua
More cleanup on Misc.Usable.Quest and StartsQuest items
------------------------------------------------------------------------
r416 | muffinmanken | 2012-11-29 02:02:05 +0000 (Thu, 29 Nov 2012) | 1 line
Changed paths:
M /trunk/LibPeriodicTable-3.1-Misc/LibPeriodicTable-3.1-Misc.lua
M /trunk/data.lua
Updated Quest and StartsQuest items
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 424 release | Release | 5.0.5 | 4,618 | 01/03/2013 |
| 283 release | Release | 3.3.3 | 29,579 | 04/10/2010 |
| 247 release | Release | 3.3.0 | 3,598 | 01/09/2010 |
| 244 release | Release | 3.3.0 | 2,771 | 12/22/2009 |
| 234 release | Release | 3.2.0 | 6,137 | 10/22/2009 |
| v225 release | Release | 3.2.0 | 5,244 | 09/24/2009 |
| v224 release | Release | 3.2.0 | 3 | 09/24/2009 |
| 224 release | Release | 3.2.0 | - | 09/24/2009 |
| 223 release | Release | 3.2.0 | - | 09/24/2009 |
| v217 release | Release | 3.2.0 | 26 | 09/20/2009 |
| v214 release | Release | 3.2.0 | 49 | 09/20/2009 |
| v192 release | Release | 3.1.0 | 694 | 05/12/2009 |
| v188 release | Release | 3.0.9 | 120 | 05/11/2009 |
| v188 beta | Beta | 3.0.9 | 8 | 05/11/2009 |
| v141 release | Release | 3.0.8 | 564 | 01/30/2009 |
| v141 beta | Beta | 3.0.8 | - | 01/30/2009 |
| v82 release | Release | 3.0.3 | 13 | 12/02/2008 |
| v59 beta release | Release | 3.0.3 | 4 | 11/21/2008 |
| v1 wtf | Beta | 3.0.3 | 2 | 11/21/2008 |
| v35 release | Release | 3.0.3 | 2 | 11/15/2008 |
| v26 wotlk release | Release | 3.0.2 | 44 | 10/27/2008 |
| r7 | Beta | 2.4.3 | 18 | 10/12/2008 |
| LibPeriodicTable-3.1-r81932 | Beta | 2.4.3 | 17 | 09/20/2008 |
| LibPeriodicTable-3.1-r81452 | Beta | 2.4.3 | 3 | 09/06/2008 |
| LibPeriodicTable-3.1-r81152 | Beta | 2.4.3 | 4 | 08/30/2008 |
| LibPeriodicTable-3.1-r81144 | Beta | 2.4.3 | 2 | 08/30/2008 |
| LibPeriodicTable-3.1-r80525 | Beta | 2.4.3 | 6 | 08/15/2008 |
| LibPeriodicTable-3.1-r80342 | Beta | 2.4.3 | 1 | 08/13/2008 |
| LibPeriodicTable-3.1-r80292 | Beta | 2.4.3 | 1 | 08/12/2008 |
| LibPeriodicTable-3.1-r80208 | Beta | 2.4.3 | 3 | 08/11/2008 |
| LibPeriodicTable-3.1-r80060 | Beta | 2.4.3 | 11 | 08/09/2008 |
| LibPeriodicTable-3.1-r80052 | Beta | 2.4.3 | 1 | 08/09/2008 |
| LibPeriodicTable-3.1-r79134 | Beta | 2.4.3 | 4 | 07/25/2008 |
| LibPeriodicTable-3.1-r78702 | Beta | 2.4.3 | - | 07/18/2008 |
| LibPeriodicTable-3.1-r78453 | Beta | 2.4.3 | 2 | 07/14/2008 |
| LibPeriodicTable-3.1-r78286 | Beta | 2.4.3 | - | 07/12/2008 |
| LibPeriodicTable-3.1-r77769 | Beta | 2.4.3 | 2 | 07/03/2008 |
| LibPeriodicTable-3.1-r77504 | Beta | 2.4.3 | 2 | 06/26/2008 |
| LibPeriodicTable-3.1-r77496 | Beta | 2.4.3 | 2 | 06/26/2008 |
| LibPeriodicTable-3.1-r77406 | Beta | 2.4.3 | 1 | 06/25/2008 |
| LibPeriodicTable-3.1-r77401 | Beta | 2.4.3 | 3 | 06/25/2008 |
| LibPeriodicTable-3.1-r77395 | Beta | 2.4.3 | 1 | 06/25/2008 |
| LibPeriodicTable-3.1-r77372 | Beta | 2.4.3 | - | 06/24/2008 |
| LibPeriodicTable-3.1-r77297 | Beta | 2.4.3 | 3 | 06/23/2008 |
| LibPeriodicTable-3.1-r77260 | Beta | 2.4.3 | 2 | 06/22/2008 |
| LibPeriodicTable-3.1-r76911 | Beta | 2.4.3 | 2 | 06/17/2008 |
| LibPeriodicTable-3.1-r76713 | Beta | 2.4.3 | 1 | 06/14/2008 |
| LibPeriodicTable-3.1-r76501 | Beta | 2.4.3 | - | 06/11/2008 |
| LibPeriodicTable-3.1-r75432 | Beta | 2.4.3 | 1 | 05/28/2008 |
| LibPeriodicTable-3.1-r75206 | Beta | 2.4.3 | - | 05/26/2008 |
Addon Packs Containing This...
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,172,613 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 491,839 Monthly Downloads
-
- AtlasLoot Enhanced
- Map & Minimap, Professions, Arena, and Boss Encounters
- 393,478 Monthly Downloads
-
- Deadly Boss Mods - Burning Crusade and Vanilla mods
- Combat and Boss Encounters
- 350,761 Monthly Downloads
-
- Recount
- Combat
- 329,575 Monthly Downloads
Comments
Hello I got this error in wow with this addon.
But I'm not 100% sure how to read it.
1x LibPeriodicTable-3.1\LibPeriodicTable-3.1-90399.lua:199: script ran too long
LibPeriodicTable-3.1\LibPeriodicTable-3.1-90399.lua:199: in function <LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua:186>
LibPeriodicTable-3.1\LibPeriodicTable-3.1-90399.lua:292: in function "ItemInSet"
DataStore_Crafts\DataStore_Crafts-r46.lua:936: in function "GetSource"
Altoholic-r131\Loots.lua:882: in function "GetSource"
Altoholic-r131\Tooltip.lua:458: in function <Altoholic\Tooltip.lua:442>
Altoholic-r131\Tooltip.lua:570: in function <Altoholic\Tooltip.lua:561>
<in C code>
<in C code>
Libs\LibExtraTip\LibExtraTip.lua:387: in function <Libs\LibExtraTip\LibExtraTip.lua:381>
<in C code>
<in C code>
Outfitter\Outfitter-5.8.3.lua:7928: in function "SetHyperlink"
XLoot_Group-z12b-release\Group-Group.lua:751: in function <XLoot_Group\Group.lua:748>
Locals:
self = <table> {
ItemSearch = <func> @..\..\LibPeriodicTable-3.1.lua:350
GetSetString = <func> @..\..\LibPeriodicTable-3.1.lua:245
IsSetMulti = <func> @..\..\LibPeriodicTable-3.1.lua:251
ItemInSet = <func> @..\..\LibPeriodicTable-3.1.lua:285
AddData = <func> @..\..\LibPeriodicTable-3.1.lua:310
embedversions = <table> {}
IterateSet = <func> @..\..\LibPeriodicTable-3.1.lua:267
sets = <table> {}
GetSetTable = <func> @..\..\LibPeriodicTable-3.1.lua:239
}
item = 24794
set = "Tradeskill.Crafted"
(*temporary) = <table> {
Reputation.Reward.Ironforge = <table> {}
Reputation.Reward.Undercity = <table> {}
Reputation.Reward.Wintersaber Trainers = <table> {}
Tradeskill.Crafted.Alchemy = <table> {}
Reputation.Reward.Frostwolf Clan = <table> {}
Reputation.Reward.Ashtongue Deathsworn = <table> {}
Reputation.Reward.Argent Dawn = <table> {}
Reputation.Reward.The Consortium = <table> {}
Reputation.Reward.The Violet Eye = <table> {}
Reputation.Reward.Order of the Cloud Serpent = <table> {}
Reputation.Reward.Shado-Pan = <table> {}
Reputation.Reward.Operation: Shieldwall = <table> {}
Reputation.Reward.Cenarion Circle = <table> {}
Reputation.Reward.Dominance Offensive = <table> {}
Reputation.Reward.Darnassus = <table> {}
Reputation.Reward.Knights of the Ebon Blade = <table> {}
Tradeskill.Crafted.Cooking.Way of the Wok = <table> {}
Reputation.Reward.Sha'tari Skyguard = <table> {}
Reputation.Reward.Thorium Brotherhood = <table> {}
Reputation.Reward.Sunreaver Onslaught = <table> {}
Reputation.Reward.The Scale of the Sands = <table> {}
Tradeskill.Crafted.Enchanting = <table> {}
Reputation.Reward.The Tillers = <table> {}
Tradeskill.Crafted = <table> {}
Reputation.Reward.Warsong Outriders = <table> {}
Reputation.Reward.Kurenai = <table> {}
Reputation.Reward.Keepers of Time = <table> {}
Reputation.Reward.Exodar = <table> {}
Reputation.Reward.Cenarion Expedition = <table> {}
Reputation.Reward.The Lorewalkers = <table> {}
Reputation.Reward.The Scryers = <table> {}
Reputation.Reward.The Kalu'ak = <table> {}
Reputation.Reward = <table> {}
Reputation.Reward.Golden Lotus = <table> {}
Reputation.Reward.Silvermoon City = <table> {}
Tradeskill.Crafted.Cooking.Basic = <table> {}
Reputation.Reward.Bloodsail Buccaneers = <table> {}
Reputation.Reward.The Aldor = <table> {}
Reputation.Reward.Thunder Bluff = <table> {}
Reputation.Reward.The Mag'har = <table> {}
Reputation.Reward.Brood of Nozdormu = <table> {}
Reputation.Reward.Sporeggar = <table> {}
Reputation.Reward.Zandalar Tribe = <table> {}
Tradeskill.Crafted.Smelting = <table> {}
Reputation.Reward.The Sha'tar = <table> {}
Reputation.Reward.The August Celestials = <table> {}
Reputation.Reward.The League of Arathor = <table> {}
Reputation.Reward.Hydraxian Waterlords = <table> {}
Reputation.Reward.The Sons of Hodir = <table> {}
Reputation.Reward.Lower City = <table> {}
Reputation.Reward.Stormpike Guard = <table> {}
Reputation.Reward.Kirin Tor Offensive = <table> {}
Reputation.Reward.The Defilers = <table> {}
Reputation.Reward.Argent Crusade = <table> {}
Reputation.Reward.Stormwind = <table> {}
Reputation.Reward.Silverwing Sentinels = <table> {}
Reputation.Reward.Orgrimmar = <table> {}
Reputation.Reward.Shado-Pan Assault = <table> {}
Reputation.Reward.Thrallmar = <table> {}
Reputation.Reward.Honor Hold = <table> {}
Reputation.Reward.Timbermaw Hold = <table> {}
Reputation.Reward.Frenzyheart Tribe = <table> {}
Reputation.Reward.The Anglers = <table> {}
Reputation.Reward
Can you please advise if this is something caused by this or another addon ? Thanks