/AF_ResearchAssistantFilters

ESO addon - Advanced Filters - Research Assistant Filters

Primary LanguageLua

DISCLAIMER: This Add-on is not created by, affiliated with or sponsored by ZeniMax Media Inc. or its affiliates. The Elder Scrolls® and related logos are registered trademarks or trademarks of ZeniMax Media Inc. in the United States and/or other countries. All rights reserved.


Research Assistant compatibility for Advanced Filters! Use the dropdown menu to show only items that have researchable traits!
(Research Assistant required.)

This is a plugin for Advanced Filter's new extensible dropdown filter system. Download this plugin for an extra example on how to create new filters for Advanced Filters!

You may submit your filters as plugins for Advanced Filters on ESOUI.
Do this by:
	1. Go to http://www.esoui.com/downloads/info245-AdvancedFilters.html
	2. Click on "Other Files" between "Change Log" and "Comments"
	3. Click on "Upload Optional Addon"
	4. Enter all relevant information and attach a .zip file containing the folder that contains your plugin
		heirarchy should look something like:

			AF_MyPluginFilters-1.0.0.zip
				AF_MyPluginFilters
					AF_MyPluginFilters.txt
					AF_MyPluginFilters.lua
	5. Submit
Remember to include all readme and disclaimer information required by ZOS.

Your addon manifest must look similar to the following (example from Item Saver Filters):
--[[

## Title: Advanced Filters - Item Saver Filters
## Author: Randactyl
## Version: 1.0
## APIVersion: 100009
## DependsOn: AdvancedFilters ItemSaver

AF_ItemSaverFilters.lua

]]
Your title should retain the leading "Advanced Filters - " in order to keep things organized in the game's addon menu.
If your addon depends on any other addon for functionality, you must include the addon name in the DependsOn line.
AdvancedFilters must always be included in DependsOn.