This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hi, would it be possible to add in more icon choices either to the default HandyNotes or perhaps as an icon pack?
At present I also use the FlightMasters, Vendors and Directions addons. Most of these are really overkill to my needs as I don't need to know every vendor and I don't need to know every POI when I ask for directions. However there are times when I do want to mark one of these on the map and the new slash command is perfect for this. The only problem I have is the lack of icon choices as I currently have a system that makes use of all the existing icons for specific types of marking (does that make sense?). It would, IMHO, be beneficial to have a wider selection of icons available including perhaps the ones used by FlightMasters although personally I would continue to use FlightMasters.
Took a stab at it myself on my own local copy and managed to get what I was after by changing HandyNotes_HandyNotes.lua and adding in the following lines:
[9] = {text = "Food", icon = "Interface\\Minimap\\Tracking\\Food"}, [10] = {text = "Repair", icon = "Interface\\Minimap\\Tracking\\Repair"}, [11] = {text = "Inkeeper", icon = "Interface\\Minimap\\Tracking\\Innkeeper"}, [12] = {text = "Ammunition", icon = "Interface\\Minimap\\Tracking\\Ammunition"}, [13] = {text = "Banker", icon = "Interface\\Minimap\\Tracking\\Banker"}, [14] = {text = "FlightMaster", icon = "Interface\\Minimap\\Tracking\\FlightMaster"}, [15] = {text = "None", icon = "Interface\\Minimap\\Tracking\\None"}, [16] = {text = "Profession", icon = "Interface\\Minimap\\Tracking\\Profession"}, [17] = {text = "Reagents", icon = "Interface\\Minimap\\Tracking\\Reagents"}, [18] = {text = "StableMaster", icon = "Interface\\Minimap\\Tracking\\StableMaster"},
If additional icons are added then great, but if not I will just modify my local copy each update. Either way, HandyNotes is still a great addon.
To post a comment, please login or register a new account.