HandyNotes

3 - More icon choices

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.

User When Change
Muiric Thu, 27 Nov 2008 09:07:24 Create

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of Muiric Muiric Wed, 03 Dec 2008 09:05:17

    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.

  • 1 comment

Facts

Reported on
27 Nov 2008
Status
New - Issue has not had initial review yet.
Type
Enhancement - A change which is intended to better the project in some way
Priority
Medium - Normal priority.

Reported by

Possible assignees