Download
(1 Kb)
Download
Updated: 01/21/19 12:14 PM
Compatibility:
Murkmire (4.2)
Orsinium (2.2.4)
Updated:01/21/19 12:14 PM
Created:01/23/16 04:12 PM
Monthly downloads:46
Total downloads:8,694
Favorites:11
MD5:
No Worldmap Wayshrines  Popular! (More than 5000 hits)
Version: 1.1
by: Biki [More]
This little addon does the following:
- automatically hides Wayshrines when looking at the Tamriel World Map
- automatically shows Wayshrines again when selecting any specific zone

I felt the World Map looked cluttered and you couldn't make out the zones well enough, so I made this little addon.
1.1
---
* Fixed and updated for Murkmire
Optional Files (1)
File Name
Version
Size
Author
Date
Type
API v.100017
1kB
12/19/16 08:37 PM
Patch


Archived Files (1)
File Name
Version
Size
Uploader
Date
1.0
1kB
01/23/16 04:12 PM


Post A Reply Comment Options
Unread 05/20/22, 08:47 PM  
AcheronTheFox

Forum posts: 0
File comments: 10
Uploads: 0
I found another addon that seems to keep it all working, with similar functionality and is a bit more up-to-date. (Markarth at the time of this comment)

World Map Wayshrines Controller:
https://www.esoui.com/downloads/info...ontroller.html

Have not run into any problems yet.
Report comment to moderator  
Reply With Quote
Unread 05/20/22, 03:38 AM  
votan
 
votan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 577
File comments: 1667
Uploads: 40
FYI: Whenever you travel from/to Cyrodiil or Imperial City, the world map switches its mode from/to pve, pvp, pvpImperial. They have different pin filter settings, different number of checkboxes and such.
I guess, this causes the error.
Report comment to moderator  
Reply With Quote
Unread 05/20/22, 12:24 AM  
AcheronTheFox

Forum posts: 0
File comments: 10
Uploads: 0
May 2022, Cyrodiil bug still exists at times. Sometimes inconsistent, but bug present since 2016. Confirmed this happens at the Cyrodiil-Morrowind wayshrines, but might be present at other faction zone entrance wayshrines. Have to disable addon each time just to use these ones specifically. Keep, outpost, and town wayshrines unaffected.

Code:
/EsoUI/Ingame/Map/WorldMapFilters_Shared.lua:49: attempt to index a nil value
stack traceback:
/EsoUI/Ingame/Map/WorldMapFilters_Shared.lua:49: in function 'ZO_WorldMapFilterPanel_Shared:SetPinFilter'
(tail call): ?
/EsoUI/Ingame/Map/Keyboard/WorldMapFilters_Keyboard.lua:39: in function 'toggleFunction'
/EsoUI/Libraries/ZO_Templates/ButtonTemplates.lua:278: in function 'ZO_CheckButton_OnClicked'
user:/AddOns/NoWorldMapWayshrines/NoWorldMapWayshrines.lua:19: in function 'OnMapChange'
/EsoUI/Libraries/Utility/ZO_CallbackObject.lua:107: in function 'ZO_CallbackObjectMixin:FireCallbacks'
/EsoUI/Ingame/Map/WorldMap.lua:6607: in function 'ZO_WorldMapManager:FindAvAKeepMap'
/EsoUI/Ingame/Map/WorldMap.lua:6582: in function 'ZO_WorldMapManager:SetToMode'
/EsoUI/Ingame/Map/WorldMap.lua:6509: in function 'ZO_WorldMapManager:PushSpecialMode'
/EsoUI/Ingame/Map/WorldMap.lua:5217: in function '(anonymous)'
/EsoUI/Ingame/Map/WorldMapFilters_Shared.lua:49: attempt to index a nil value
stack traceback:
/EsoUI/Ingame/Map/WorldMapFilters_Shared.lua:49: in function 'ZO_WorldMapFilterPanel_Shared:SetPinFilter'
(tail call): ?
/EsoUI/Ingame/Map/Keyboard/WorldMapFilters_Keyboard.lua:39: in function 'toggleFunction'
/EsoUI/Libraries/ZO_Templates/ButtonTemplates.lua:278: in function 'ZO_CheckButton_OnClicked'
user:/AddOns/NoWorldMapWayshrines/NoWorldMapWayshrines.lua:19: in function 'OnMapChange'
/EsoUI/Libraries/Utility/ZO_CallbackObject.lua:107: in function 'ZO_CallbackObjectMixin:FireCallbacks'
user:/AddOns/MiniMap/MiniMap.lua:2792: in function 'FyrMM.SetMapToPlayerLocation'
user:/AddOns/MiniMap/MiniMap.lua:2903: in function 'ZoneCheck'
Last edited by AcheronTheFox : 05/20/22 at 12:45 AM.
Report comment to moderator  
Reply With Quote
Unread 05/15/22, 08:17 AM  
wookiefriseur
 
wookiefriseur's Avatar

Forum posts: 51
File comments: 41
Uploads: 0
Thumbs up Still working in 2022

Just wanted to confirm that it is still working.
Report comment to moderator  
Reply With Quote
Unread 04/27/19, 11:04 AM  
Glen348
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 56
Uploads: 2
Can we please get this updated?
Report comment to moderator  
Reply With Quote
Unread 01/21/19, 12:15 PM  
Biki
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 67
Uploads: 5
Originally Posted by Ambush083
Can we please get this updated? It broke for me when Murkmire released. If not is there anything similar? I can hardly click on zones at times because of all the Wayshrines.
I've just submitted a fix, once it's approved it will work once again on the newest ESO version :-)
Report comment to moderator  
Reply With Quote
Unread 10/27/18, 02:12 AM  
Ambush083

Forum posts: 0
File comments: 26
Uploads: 0
Can we please get this updated? It broke for me when Murkmire released. If not is there anything similar? I can hardly click on zones at times because of all the Wayshrines.
Report comment to moderator  
Reply With Quote
Unread 12/19/16, 07:45 PM  
YudaiNao
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
There's a very easy fix to get this addon working in the current (One Tamriel / v2.6) version of the game. I've uploaded a patch but here's the details:

In the text file, NoWorldMapWayshrines.txt, change:
Code:
## APIVersion: 100013
to:
Code:
## APIVersion: 100017
In the lua file, NoWorldMapWayshrines.lua, change:
lua Code:
  1. if GetMapType() == 4 then
to:
lua Code:
  1. if GetMapType() == 3 then
Last edited by YudaiNao : 12/19/16 at 08:39 PM.
Report comment to moderator  
Reply With Quote
Unread 12/15/16, 07:05 AM  
sandsou
 
sandsou's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
How unforunte that this doesn't work anymore
Report comment to moderator  
Reply With Quote
Unread 06/23/16, 10:26 AM  
GizmoDuck

Forum posts: 4
File comments: 178
Uploads: 0
Doesn't seem to work anymore with the DB update.
Report comment to moderator  
Reply With Quote
Unread 01/24/16, 02:10 PM  
ElmaSoth
 
ElmaSoth's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
Would it be possible to offer the option to simply minimize the wayshrines appearance? Perhaps make them smaller? I'd like to be more zoomed out but If I am it becomes difficult to click on a zone because the wayshrines get in the way.
Last edited by ElmaSoth : 01/25/16 at 11:37 AM.
Report comment to moderator  
Reply With Quote
Unread 01/24/16, 05:18 AM  
Biki
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 67
Uploads: 5
Sure thing, feel free.
I even use your improved dialogues, cool stuff.
Report comment to moderator  
Reply With Quote
Unread 01/23/16, 09:05 PM  
haggen
 
haggen's Avatar
AddOn Author - Click to view AddOns

Forum posts: 137
File comments: 104
Uploads: 10
Amazing! Would you be willing to merge this add-on into my own? http://www.esoui.com/downloads/info1...dGameplay.html

I agree 100% with the map being cluttered and I think it'd fit perfectly with the other quality-of-life sort of features.

Oh and I would give you credit of course!
Last edited by haggen : 01/23/16 at 09:06 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: