DataStore_Crafts is part of the DataStore series.
Its purpose is to scan and store data related to Tradeskills & Recipes for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information.
More information can be found on the main page : DataStore
Specific details (usage/scope) will be posted later as separate pages on this project.
- 2 comments
- 2 comments
Facts
- Date created
- Jun 29, 2009
- Category
- Last update
- Mar 12, 2013
- Development stage
- Release
- License
- All Rights Reserved
- Curse link
- DataStore_Crafts
- Reverse relationships
- 1
- Downloads
- 535,865
- Recent files
Authors
Relationships
- Embedded library
- LibPeriodicTable-3.1
- Reply
- #2
Thaoky Nov 20, 2010 at 13:17 UTC - 0 likesAfter the game is patched and the client cache is cleaned, the tradeskill pane will not be able to list all professions at once. You can see that just a bunch of crafts are listed, totally uncategorized.
The test you posted actually tests the very first line, and if the line is not a header, it simply skips the scan, as it will be incomplete anyway. This is true for all primary and secondary professions (although I'll have to dig further for archaeology).
If you have a specific concern about this, just PM me :)
Thaoky
- Reply
- #1
ArkasAest Nov 14, 2010 at 22:57 UTC - 0 likeshi, just got the updated r28 version of DataStore_Crafts and i am wondering something..
will the above fail if you only have the supporting skills and not a primary/secondary skill?
ie someone doesnt choose a main prof but does have the fishing/cooking/first aid skills..
since it always checks index one i am wondering if the behavior is what you wanted..
thanks in advance