Thread Tools Display Modes
05/30/18, 10:22 PM   #1
hawkeye1889
Join Date: Jun 2017
Posts: 22
How to create a map filter?

I'm working on an idea to remove time rifts from the map after they are closed but can't find any information about creating the filter any help would be great and if someone else is working on something similar let me know as this would be my first addon.
  Reply With Quote
05/31/18, 03:02 AM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
  1. You either use LibMapPins like in LoreBooks and co.
  2. Or, if you have some dependency order problems, you can do it like in Fisherman. (AddFilter)
  3. Or you hook into ZO_WorldMapFilterPanel_Shared.PostBuildControls yourself.
You would say, in this order
  Reply With Quote
05/31/18, 04:16 AM   #3
hawkeye1889
Join Date: Jun 2017
Posts: 22
Originally Posted by votan View Post
  1. You either use LibMapPins like in LoreBooks and co.
  2. Or, if you have some dependency order problems, you can do it like in Fisherman. (AddFilter)
  3. Or you hook into ZO_WorldMapFilterPanel_Shared.PostBuildControls yourself.
You would say, in this order
Thanks Votan as I'm not familiar enough with lua in eso I'm going to request someone else write the addon I could write the map itself the issue is removing the pin once its been closed.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » How to create a map filter?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off