Download
(91 Kb)
Download
Updated: 04/20/14 09:22 AM
Pictures
File Info
Compatibility:
Live (1.0)
Updated:04/20/14 09:22 AM
Created:04/07/14 08:09 AM
Monthly downloads:50
Total downloads:51,455
Favorites:137
MD5:
Merchants  Popular! (More than 5000 hits)
Version: 1.2
by: Mitsarugi [More]
Merchants is an addon that adds Icons for Merchant NPC's to the map.
I made this addon because i thought it was very annoying that there weren't any options for overhead NPC names or to show them on a map and since i was having a hard time finding the right NPC's i made this.

If you want to help adding missing npcs , please do the following:
C:\Users\%USERNAME%\Documents\Elder Scrolls Online\liveeu\SavedVariables
and send me the file content from NPCReticleScan.lua in a comment

Current Features: ( please report any missing npc from this list )
All Merchants in Stonefalls:
- Davon's Watch
- Kagenmoor
- Ebonheart
- Traveling Merchants around Stonefalls
All Merchants in The Rift:
- Nimalten
- Shor's Stone
- Riften
- Traveling Merchants around The Rift ( none at the moment )
All Merchants in Deshaan:
- Narsis
- Mournhold
- (Might be missing Traveling ones)

Planned/ToDo: ( X = done, O = working on it )
- Finish the rest of the merchants - O
- Different icons for all merchant types - O

- Offered Quests
- Treasure Maps Locations - X

Compatible with:
- ZrMiniMap (By: Zerorez)
- SkyShards (By: Garkin) (Big thanks to him by the way!)
- EsoHead Markers (By: Shinni)

Donators:
A big thanks to!
Richard Kubik - 10€
James Coursey - 10€
Joseph Paradis - 1€
Ziril Ulath-Pal - 400g
v1.05 - added a lot more npcs for the oher factions, thanks to everyone for sharing the output file!
v1.02 - added more npc locations & NPCReticleScan for better data collection
v1.01 - removed slider cause of an error.
Optional Files (0)


Archived Files (6)
File Name
Version
Size
Uploader
Date
1.05
89kB
Mitsarugi
04/18/14 06:33 PM
1.02
87kB
Mitsarugi
04/15/14 08:15 PM
1.01
71kB
Mitsarugi
04/12/14 04:06 AM
1.0
71kB
Mitsarugi
04/11/14 04:09 AM
0.09
61kB
Mitsarugi
04/08/14 06:59 PM
0.01
21kB
Mitsarugi
04/07/14 08:09 AM


Post A Reply Comment Options
Unread 05/16/15, 11:58 AM  
ReverendJohnson

Forum posts: 0
File comments: 2
Uploads: 0
Would Love to see this Addon Updated

Wife and I miss this addon and that it does get updated.
Report comment to moderator  
Reply With Quote
Unread 11/04/14, 05:26 AM  
Scharesoft
 
Scharesoft's Avatar

Forum posts: 11
File comments: 29
Uploads: 0
With the new update of eso there is an error message with Merchants:

Report comment to moderator  
Reply With Quote
Unread 07/23/14, 11:31 AM  
Grogwort

Forum posts: 4
File comments: 4
Uploads: 0
Quick fix for mouse-over error [Updated]

Quick fix for the following error:
user:/AddOns/Merchants/Merchants.lua:225: operator .. is not supported for nil .. string
stack traceback:
user:/AddOns/Merchants/Merchants.lua:225: in function 'GetInfoFromTag'
user:/AddOns/Merchants/Merchants.lua:244: in function 'tooltipFn'
EsoUI/Ingame/Map/WorldMap.lua:871: in function 'UpdateMouseOverPins'
EsoUI/Ingame/Map/WorldMap.lua:3998: in function 'ZO_WorldMap_HandlePinEnter'
16108173300878139696:3: in function '(main chunk)'


The following worked for me:

In file Merchants.lua go to line 225.

Change from:
Code:
local description = "[" .. Mers.moreInfo[pinTag[5]] .. "]"
Change to:
Code:
local description
if Mers.moreInfo[pinTag[5]] == nil then
    description = "[" .. pinTag[5] .. "]" 
else
    description = "[" .. Mers.moreInfo[pinTag[5]] .. "]"
end
Last edited by Grogwort : 08/01/14 at 02:27 PM.
Report comment to moderator  
Reply With Quote
Unread 06/05/14, 05:57 AM  
Eldorhaan
 
Eldorhaan's Avatar

Forum posts: 2
File comments: 142
Uploads: 0
Is there a way to have it in french plz plz plz ^^
Report comment to moderator  
Reply With Quote
Unread 05/23/14, 01:11 PM  
mxo
 
mxo's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: Re: Re: Re: French version ?

Originally Posted by Jandon Bluugh
Würd mich auch stark interessieren...warte schon ganz wuselig auf den deutschen Patch^^
+1
Report comment to moderator  
Reply With Quote
Unread 05/20/14, 03:49 AM  
GeneralWurst

Forum posts: 2
File comments: 30
Uploads: 0
error:


user:/AddOns/Merchants/Merchants.lua:225: operator .. is not supported for nil .. string
stack traceback:
user:/AddOns/Merchants/Merchants.lua:225: in function 'GetInfoFromTag'
user:/AddOns/Merchants/Merchants.lua:244: in function 'tooltipFn'
EsoUI/Ingame/Map/WorldMap.lua:871: in function 'UpdateMouseOverPins'
EsoUI/Ingame/Map/WorldMap.lua:3998: in function 'ZO_WorldMap_HandlePinEnter'
16108173300878139696:3: in function '(main chunk)'
Report comment to moderator  
Reply With Quote
Unread 05/18/14, 09:00 AM  
SilentChris

Forum posts: 0
File comments: 1
Uploads: 0
Re: Bug: None shown

Originally Posted by Alex21xx
Sadly, none Merchants are shown for me on the map. I checked the lua files, but everything seemed alright to me. I also checked the ingame settings, but could not find anything either.
I play on EU-Megaserver with the german language package.
Do I have to set the language to english in order for the addon to work?
3 Posts unter dir wurde es angesprochen. Die DE funktioniert es leider bisher nicht, ist aber wohl in Arbeit
Report comment to moderator  
Reply With Quote
Unread 05/18/14, 05:47 AM  
Alex21xx

Forum posts: 0
File comments: 1
Uploads: 0
Exclamation Bug: None shown

Sadly, none Merchants are shown for me on the map. I checked the lua files, but everything seemed alright to me. I also checked the ingame settings, but could not find anything either.
I play on EU-Megaserver with the german language package.
Do I have to set the language to english in order for the addon to work?
Last edited by Alex21xx : 05/18/14 at 05:48 AM.
Report comment to moderator  
Reply With Quote
Unread 05/17/14, 01:35 PM  
Mitsarugi
 
Mitsarugi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 225
Uploads: 12
Re: Bug

Originally Posted by Thea63
In the fighter's guild in Stormhold it keeps trying to add an NPC that is not a merchant. Link is to screenshots I took; sorry I don't really know how to report it.

http://s495.photobucket.com/user/Mar...rary/Merchants
Yes i haven't updated my addons in a while now cause of exams, it might take time but i think it'll be rewritten..
Report comment to moderator  
Reply With Quote
Unread 05/17/14, 08:26 AM  
Thea63

Forum posts: 0
File comments: 2
Uploads: 0
Bug

In the fighter's guild in Stormhold it keeps trying to add an NPC that is not a merchant. Link is to screenshots I took; sorry I don't really know how to report it.

http://s495.photobucket.com/user/Mar...rary/Merchants
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 10:42 PM  
Jandon Bluugh
 
Jandon Bluugh's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Re: Re: Re: Re: French version ?

Originally Posted by Aphextwister
Originally Posted by MatsuoSenpai
Und noch mal für alle die eventuell probleme mit Englisch haben. Ich arbeite zur Zeit am Patch für dieses Addon. Die letzten Tage war ich mit Treasure Map beschäftigt und habe daher erst mit Merchant angefangen. Der Patch sollte heute Abend oder spätestens morgen Vormittag online sein.
Gibts da schon was neues?
Würd mich auch stark interessieren...warte schon ganz wuselig auf den deutschen Patch^^
Report comment to moderator  
Reply With Quote
Unread 05/10/14, 05:57 PM  
Aphextwister

Forum posts: 0
File comments: 1
Uploads: 0
Re: Re: Re: French version ?

Originally Posted by MatsuoSenpai
Und noch mal für alle die eventuell probleme mit Englisch haben. Ich arbeite zur Zeit am Patch für dieses Addon. Die letzten Tage war ich mit Treasure Map beschäftigt und habe daher erst mit Merchant angefangen. Der Patch sollte heute Abend oder spätestens morgen Vormittag online sein.
Gibts da schon was neues?
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 01:11 PM  
ToxicCosmos
 
ToxicCosmos's Avatar

Forum posts: 9
File comments: 26
Uploads: 0
http://pastebin.com/FNkgEuF1

Vulkhel Guard (x8), Grahtwood (x2), Elden Root (x2), Haven (x2), Redfur Trading Post, Auridon, Marbruk (x9), Skywatch, Greenshade (x3), Woodhearth (x20), Velyn Harbor (x12), Haven, Vulkwasten (x2), Baandari Trading Post (x2), Rawl'kha, Reaper's March (x3)

Question: Does it stop adding merchants to this list after a while? I've noticed a few times where it didn't post a message stating that it recorded the merchant, and looking at the map didn't reveal that it had already been found.
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 04:18 PM  
GeneralWurst

Forum posts: 2
File comments: 30
Uploads: 0
Got this error today:


user:/AddOns/Merchants/Merchants.lua:225: operator .. is not supported for nil .. string
stack traceback:
user:/AddOns/Merchants/Merchants.lua:225: in function 'GetInfoFromTag'
user:/AddOns/Merchants/Merchants.lua:244: in function 'tooltipFn'
EsoUI/Ingame/Map/WorldMap.lua:871: in function 'UpdateMouseOverPins'
EsoUI/Ingame/Map/WorldMap.lua:3998: in function 'ZO_WorldMap_HandlePinEnter'
16108173300878139696:3: in function '(main chunk)'
Report comment to moderator  
Reply With Quote
Unread 05/07/14, 05:47 PM  
Choda

Forum posts: 0
File comments: 1
Uploads: 0
A few Daggerfall merchants

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.