Download
(1 Kb)
Download
Updated: 05/22/17 12:56 AM
Addon for:
Item Saver.
Pictures
File Info
Compatibility:
Morrowind (3.0)
Updated:05/22/17 12:56 AM
Created:02/24/16 05:56 PM
Monthly downloads:45
Total downloads:11,447
Favorites:11
MD5:
Item Saver - Advanced Filters Marker Textures  Popular! (More than 5000 hits)
Version: 1.1.0.4
by: Randactyl [More]
This addon requires both Item Saver and Advanced Filters.

Adds the textures used for Advanced Filters' subfilter buttons to the list of marker textures in Item Saver.

---

If you like my work and feel the urge to contribute, I'm always willing to accept in-game gold sent to @Randactyl

If you REALLY like my work and want to help me out with ESO Plus, I won't say no to Paypal donations
v1.1.0.4
- updated minimum API version to 100019 (ESO 3.x, Morrowind)

v1.1.0.3
- updated to use Advanced Filters 1.4.0.0's formattable stored texture paths
- updated minimum API version to 100018 (ESO 2.7.x, Homestead)

v1.1.0.2
- updated API version

v1.1.0.1
- updated API version

v1.1.0.0
- updated for changes in Advanced Filters 1.0
- added localized subfilter names as the marker names (you will need to reselect your markers in settings)
- updated API version
Archived Files (5)
File Name
Version
Size
Uploader
Date
1.1.0.3
1kB
Randactyl
02/06/17 05:48 AM
1.1.0.2
1kB
Randactyl
10/04/16 05:41 PM
1.1.0.1
1kB
Randactyl
08/01/16 12:12 PM
1.1.0.0
1kB
Randactyl
03/07/16 06:17 AM
1.0.0.0
1kB
Randactyl
02/24/16 05:56 PM


Post A Reply Comment Options
Unread 09/08/19, 02:49 AM  
thisisvanda
 
thisisvanda's Avatar

Forum posts: 1
File comments: 31
Uploads: 0
Hi. I have these UI errors with Advanced Filters:

user:/AddOns/AdvancedFilters/strings/es.lua:64: operator .. is not supported for nil .. string
stack traceback:
user:/AddOns/AdvancedFilters/strings/es.lua:64: in function '(main chunk)'
--------
user:/AddOns/ItemSaver/API.lua:97: table index is nil
stack traceback:
user:/AddOns/ItemSaver/API.lua:97: in function 'ItemSaver_RegisterMarker'
user:/AddOns/IS_AdvancedFiltersMarkerTextures/IS_AdvancedFiltersMarkerTextures.lua:7: in function '(main chunk)'

Is there any solution? Thank you.
Last edited by thisisvanda : 09/08/19 at 02:57 AM.
Report comment to moderator  
Reply With Quote
Unread 08/12/19, 01:07 PM  
Eldorhaan
 
Eldorhaan's Avatar

Forum posts: 2
File comments: 142
Uploads: 0
Re: UI Error

Originally Posted by Ek1
Code:
user:/AddOns/AdvancedFilters/main.lua:330: attempt to index a nil value
stack traceback:
user:/AddOns/AdvancedFilters/main.lua:330: in function 'ShowSubfilterBar'
|caaaaaa<Locals> currentFilter = 30, craftingType = 2, UpdateListAnchors = user:/AddOns/AdvancedFilters/main.lua:270, subfilterGroup = tbl, subfilterBar = tbl, isCraftingInventoryType = false </Locals>|r
user:/AddOns/AdvancedFilters/util.lua:449: in function 'Update'
This is a quick fix from IwontStay, that is the author of Inventory Manager.

In ItemSaver\API.lua, line 93, try the following....
Replace

lua Code:
  1. if util.markerTextures[markerName] then

with

lua Code:
  1. if not markerName or util.markerTextures[markerName] then
Report comment to moderator  
Reply With Quote
Unread 08/12/19, 09:55 AM  
Eldorhaan
 
Eldorhaan's Avatar

Forum posts: 2
File comments: 142
Uploads: 0
Re: UI Error

Originally Posted by Ek1
Code:
user:/AddOns/AdvancedFilters/main.lua:330: attempt to index a nil value
stack traceback:
user:/AddOns/AdvancedFilters/main.lua:330: in function 'ShowSubfilterBar'
|caaaaaa<Locals> currentFilter = 30, craftingType = 2, UpdateListAnchors = user:/AddOns/AdvancedFilters/main.lua:270, subfilterGroup = tbl, subfilterBar = tbl, isCraftingInventoryType = false </Locals>|r
user:/AddOns/AdvancedFilters/util.lua:449: in function 'Update'
Same for me.
Report comment to moderator  
Reply With Quote
Unread 05/23/19, 04:29 AM  
Ek1
 
Ek1's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 65
Uploads: 8
Question UI Error

Code:
user:/AddOns/AdvancedFilters/main.lua:330: attempt to index a nil value
stack traceback:
user:/AddOns/AdvancedFilters/main.lua:330: in function 'ShowSubfilterBar'
|caaaaaa<Locals> currentFilter = 30, craftingType = 2, UpdateListAnchors = user:/AddOns/AdvancedFilters/main.lua:270, subfilterGroup = tbl, subfilterBar = tbl, isCraftingInventoryType = false </Locals>|r
user:/AddOns/AdvancedFilters/util.lua:449: in function 'Update'
Report comment to moderator  
Reply With Quote
Unread 03/28/16, 09:49 AM  
svan

Forum posts: 0
File comments: 209
Uploads: 0
I have both last version. "Advanced Filters Marker Textures" is in red status on addons list with dependency status with Itemsaver. Itemsaver is on and working 100% in game

My bad just found that Advanced Filters was not in addons directory

------------------------------------
Last edited by svan : 03/28/16 at 04:45 PM.
Report comment to moderator  
Reply With Quote
Unread 03/10/16, 03:31 PM  
Randactyl
 
Randactyl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 251
File comments: 462
Uploads: 17
Originally Posted by Spl1ceX
Originally Posted by Randactyl
Originally Posted by Spl1ceX
Hey,

I tested the vesion from the link. It works, thank you.
So then I was right. You do not have the newest version of Advanced Filters. I'd recommend you update both manually.

Hi, I updated AdvancedFilters, AdvancedFiltersMarkerTextures and ItemSaver to the current Version and I found a bug with the icons...

switched to German, didn't reproduce :/ I'll take a closer look later, but idk.

Report comment to moderator  
Reply With Quote
Unread 03/09/16, 03:38 PM  
Spl1ceX

Forum posts: 0
File comments: 15
Uploads: 0
Originally Posted by Randactyl
Originally Posted by Spl1ceX
Hey,

I tested the vesion from the link. It works, thank you.
So then I was right. You do not have the newest version of Advanced Filters. I'd recommend you update both manually.

Hi, I updated AdvancedFilters, AdvancedFiltersMarkerTextures and ItemSaver to the current Version and I found a bug with the icons...

Report comment to moderator  
Reply With Quote
Unread 03/08/16, 05:46 PM  
Randactyl
 
Randactyl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 251
File comments: 462
Uploads: 17
Originally Posted by Spl1ceX
Hey,

I tested the vesion from the link. It works, thank you.
So then I was right. You do not have the newest version of Advanced Filters. I'd recommend you update both manually.
Report comment to moderator  
Reply With Quote
Unread 03/08/16, 02:36 PM  
Spl1ceX

Forum posts: 0
File comments: 15
Uploads: 0
Originally Posted by Randactyl
Originally Posted by Spl1ceX
Originally Posted by Randactyl
Originally Posted by Spl1ceX
Hi,

Iam already updated them with Minion.
Then make sure they are enabled? Attempt to index a nil value on line one tells me you do not have Advanced Filters 1.0 installed/enabled.
I have the current version of Advanced Filters and its enabled
idk what else to tell you.

The tables AdvancedFilters and AdvancedFilters.textures are created during the first loading screen after you select a character or use /reloadui. Item Saver - Advanced Filters Marker Textures is forced to load only after both Advanced Filters and Item Saver have loaded and will not load without them.

If the AdvancedFilters.textures table does not exist, but Item Saver - Advanced Filters Marker Textures is loading and producing an error, then the enabled version of Advanced Filters is not the current version of 1.0.0.0.

Tell me something, does the previous version of Item Saver - Advanced Filters Marker Textures still work? If so, you do not have the current version of Advanced Filters. It may also be the case that Minion messed up the update - just uninstall and reinstall the addons.

Hey,

I tested the vesion from the link. It works, thank you.
Report comment to moderator  
Reply With Quote
Unread 03/07/16, 05:45 PM  
Randactyl
 
Randactyl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 251
File comments: 462
Uploads: 17
Originally Posted by Spl1ceX
Originally Posted by Randactyl
Originally Posted by Spl1ceX
Hi,

Iam already updated them with Minion.
Then make sure they are enabled? Attempt to index a nil value on line one tells me you do not have Advanced Filters 1.0 installed/enabled.
I have the current version of Advanced Filters and its enabled
idk what else to tell you.

The tables AdvancedFilters and AdvancedFilters.textures are created during the first loading screen after you select a character or use /reloadui. Item Saver - Advanced Filters Marker Textures is forced to load only after both Advanced Filters and Item Saver have loaded and will not load without them.

If the AdvancedFilters.textures table does not exist, but Item Saver - Advanced Filters Marker Textures is loading and producing an error, then the enabled version of Advanced Filters is not the current version of 1.0.0.0.

Tell me something, does the previous version of Item Saver - Advanced Filters Marker Textures still work? If so, you do not have the current version of Advanced Filters. It may also be the case that Minion messed up the update - just uninstall and reinstall the addons.
Report comment to moderator  
Reply With Quote
Unread 03/07/16, 05:27 PM  
Spl1ceX

Forum posts: 0
File comments: 15
Uploads: 0
Originally Posted by Randactyl
Originally Posted by Spl1ceX
Hi,

Iam already updated them with Minion.
Then make sure they are enabled? Attempt to index a nil value on line one tells me you do not have Advanced Filters 1.0 installed/enabled.
I have the current version of Advanced Filters and its enabled
Last edited by Spl1ceX : 03/07/16 at 05:37 PM.
Report comment to moderator  
Reply With Quote
Unread 03/07/16, 05:18 PM  
Randactyl
 
Randactyl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 251
File comments: 462
Uploads: 17
Originally Posted by Spl1ceX
Hi,

Iam already updated them with Minion.
Then make sure they are enabled? Attempt to index a nil value on line one tells me you do not have Advanced Filters 1.0 installed/enabled.
Report comment to moderator  
Reply With Quote
Unread 03/07/16, 04:28 PM  
Spl1ceX

Forum posts: 0
File comments: 15
Uploads: 0
Hi,

Iam already updated them with Minion.
Report comment to moderator  
Reply With Quote
Unread 03/07/16, 04:21 PM  
Randactyl
 
Randactyl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 251
File comments: 462
Uploads: 17
Re: Thieves Guild update

Originally Posted by Spl1ceX
Hello,

since the Thieves Guild update the Addon doesn't work for me. Iam getting this error Message ingame:

Code:
user:/AddOns/IS_AdvancedFiltersMarkerTextures/IS_AdvancedFiltersMarkerTextures.lua:1: attempt to index a nil value
stack traceback:
	user:/AddOns/IS_AdvancedFiltersMarkerTextures/IS_AdvancedFiltersMarkerTextures.lua:1: in function '(main chunk)'
You need to update Advanced Filters and Item Saver too.
Report comment to moderator  
Reply With Quote
Unread 03/07/16, 04:19 PM  
Spl1ceX

Forum posts: 0
File comments: 15
Uploads: 0
Thieves Guild update

Hello,

since the Thieves Guild update the Addon doesn't work for me. Iam getting this error Message ingame:

Code:
user:/AddOns/IS_AdvancedFiltersMarkerTextures/IS_AdvancedFiltersMarkerTextures.lua:1: attempt to index a nil value
stack traceback:
	user:/AddOns/IS_AdvancedFiltersMarkerTextures/IS_AdvancedFiltersMarkerTextures.lua:1: in function '(main chunk)'
Last edited by Spl1ceX : 03/07/16 at 04:19 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.