HandyNotes
Handy Notes for your maps. This addon is intended to be a small and simple framework for showing notes on your map.
Use /handynotes to access options.
You can add notes to the maps in 3 ways:
- Alt-RightClick on the world map to add a note.
- Use "/hnnew" without the quotes to add a note at your current location.
- Use "/hnnew x,y" without the quotes to add a note at location x,y on your current zone's map.
HandyNotes supports plugins that other authors can write to display their own set of notes on the map. See this link for a list of such addons: https://www.curseforge.com/wow/search?search=handynotes
Xinhuan, thanks so much for updating this. It's really appreciated.
Do you have any plans with handynotes_guild?
I would like to thank everyone for the support shown while I was too busy to find time to fix this addon.
My next focus would be to update HandyNotes_FlightMasters and collecting the data for it.
My next focus would be to update HandyNotes_FlightMasters and collecting the data for it.
I pointed out the FAQ because the instructions were not complete even when I posted the first tempfix, Toran had missed the changes for Astrolabe:ComputeDistance and Astrolabe:TranslateWorldMapPosition which were needed by some of the addons. He did a great job! But that's why you occasionally saw some trouble (Mailbox clearing other mailboxes in the same zone, etc.) Please don't take that as a criticism, but I was getting complaints from people who followed the incomplete directions. I do appreciate both your and Toran's work in getting mods working for everyone.
I updated the FAQ, so the addons should work with both the official 1.2.0 when it's released and the tempfix. That wasn't a change required by the tempfix. If anything the tempfix was getting changed to better support the addons. The comment to remove the "HandyNotes.compat = compat" line was because it caused that addon to overwrite the main compat section in HandyNotes (tempfix) and thus potentially remove support for other addons.
HandyNotes_Vendors was recently updated on SVN so hopefully that one will be working as well as HandyNotes_FlightMasters when HandyNotes has a release version.
HandyNotes (tempfix) has since been changed to currently require different modifications in the add-on modules from what I posted 2 weeks ago below, as per the "HandyNotes (tempfix) FAQ" as you say. But what I posted was valid for the version of the hacky hacked mod at that time (rev. 1.16a, tested, verified) as well as add-on modules that had not been updated to use Astrolabe-1.0.
As Xinhuan is now updating the main mods & his plugins (at least Flightmasters), as is said below, hopefully the need for the hackdeluxe will go away. It likely won't completely until all the critical add-on modules (Vendors, Mailboxes, etc.) are updated too.
I appreciate the plug for HandyNotes (tempfix) and am happy it's working for you.
If you are following Zidomo's directions remove the "HandyNotes.compat = compat" line from the code below. It doesn't belong there and can cause problems.
Please see the HandyNotes (tempfix) FAQ for instructions on modifying your HandyNotes_* plugins to work with it. While Toran did a great job he didn't catch all the changes needed.
And you can change "fully updated" to hamfistedly hacked. [I wrote the tempfix, I can say it.]
Since updates are appearing on the svn, hopefully the need for the tempfix will go away shortly.
http://www.wowinterface.com/downloads/info19004-HandyNotestempfix.html
Both the last HandyNotes posted here as well as all its separate modules are still using the Astrolabe 0.4 API. After changing them just to look for 1.0, they are still not going to work properly.
There are two temporary fixes posted at WowInterface for HandyNotes itself. The one that doesn't work (as well as conflicts with anything that uses Astrolabe 1.0 such as TomTom) is HandyNotes (fanupdate).
The one that has actually works: HandyNotes (tempfix). Its been "fully updated" to work properly with Astrolabe 1.0. Tested here and yes, it works without any issues seen so far. No icons stuck to the mouse cursor or anything else. As its been changed to actually use Astrolabe 1.0 properly, it also works without issue in combination with the current TomTom, MobMap & other mods using that version.
For the separate modules to work properly with this updated HandyNotes, work needs to be done to each of them. The recommended modules to use (if you need their functionality): HandyNotes_Vendors, HandyNotes_CityGuide, HandyNotes_Mailboxes, HandyNotes_Trainers & HandyNotes_Charon. The instructions to modify them are on this page, detailed below. The basics on that page are also the modifications made to HandyNotes (tempfix).
1) Change
to
as noted below at the top of each module's addon.lua (& HandyNotes_Mailboxes.lua) file. But that's just the first thing that needs to be done.
2) Next, integrate the following code block into each module's addon.lua (& HandyNotes_Mailboxes.lua) file. The place to put it: between the last line of the Addon declaration and the first line of the Our db upvalue and db defaults sections.
3) Finally, as per the above web page (typo fixed & another module added):
Open HandyNotes_CityGuide/addon.lua
Search for:
Replace with:
Open HandyNotes_Mailboxes/HandyNotes_Mailboxes.lua
Search for:
Replace with:
Open HandyNotes_Trainers/addon.lua
Search for:
Replace with:
Open HandyNotes_Vendors/addon.lua
Search for:
Replace with:
(my addition) Open HandyNotes_Charon/addon.lua & search for:
replace with:
Note that if you look further in each addon.lua (& HandyNotes_Mailboxes.lua) file, you will see at least one more instance of original Astrolabe text in each file. Those do not need to be changed; only one line in each as listed above do in combination with the first two steps.
After doing those three steps properly for each module, you are done. Each of those modules will automatically detect and create new HandyNotes properly without any issues in combination with the updated HandyNotes (tempfix).
Just an FYI... there is a "tempfix" posted on wowinterface.com that works for now, however, you would need to go into your other HandyNotes mods and make the following change.
Change:
local Astrolabe = DongleStub("Astrolabe-0.4")
To:
local Astrolabe = DongleStub("Astrolabe-1.0")
This will work in the interim until the original is fixed, but there are some draw backs. It seems that the "tempfix" will not auto add new vendors/trainers if you use HandyNotes_Venders and/or _Trainers.