AckisRecipeList provides an interface for scanning professions for missing recipes.
There are a set of functions which allow you make use of the ARL database outside of ARL.
ARL supports all professions currently in World of Warcraft 3.2
ChangeRealm(cell, arg, button)
Clicktip OnMouseUp scripts.
Parameters
- cell
- arg
- button
ColourSkillLevel(recipeSkill, playerSkill, hasFaction, recStr, recipeOrange, recipeYellow, recipeGreen, recipeGrey)
Colours a skill level based on whether or not the player has a high enough skill level or faction to learn it.
Parameters
- recipeSkill
- playerSkill
- hasFaction
- recStr
- recipeOrange
- recipeYellow
- recipeGreen
- recipeGrey
GenerateClickableTT(anchor)
Creates a list of names/alts/etc in a tooltip which can be clicked.
Parameters
- anchor
ReDisplay()
Under various conditions, the recipe list will have to be re-displayed.
This could happen because a filter changes, a new profession is chosen, or
a new search occurred. Use this function to do all the dirty work
addon:ClosePopups()
Close all possible pop-up windows
addon:CloseWindow()
Hide the main recipe frame, and close all popups.
addon:InitializeFrame()
Creates the initial frame to display recipes into.
Facts
- Date created
- 30 Aug 2009
- Last updated
- 22 Sep 2009