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
-
View User Profile
-
Send Message
Posted Nov 1, 2024Hey,
I play Wow Classic Catalysm, and get always this bug:
4x HandyNotes/HandyNotes_EditFrame.lua:205: CreateFrame(): Couldn't find inherited node "OptionsButtonTemplate"
[string "=[C]"]: in function `CreateFrame'
[string "@HandyNotes/HandyNotes_EditFrame.lua"]:205: in main chunk
Locals:
(*temporary) = "Button"
(*temporary) = nil
(*temporary) = HNEditFrame {
BottomLeftCorner = Texture {
}
titleinputbox = EditBox {
}
descframe = Frame {
}
descscrollframe = HandyNotes_EditScrollFrame {
}
TopLeftCorner = Texture {
}
RightEdge = Texture {
}
desctext = FontString {
}
PixelSnapDisabled = true
continentcheckbox = CheckButton {
}
backdropInfo = <table> {
}
TopRightCorner = Texture {
}
icondropdown = HandyNotes_IconDropDown {
}
descinputbox = EditBox {
}
titleinputframe = Frame {
}
BottomEdge = Texture {
}
title = FontString {
}
TopEdge = Texture {
}
titleTexture = Texture {
}
titletext = FontString {
}
Center = Texture {
}
CloseButton = Button {
}
LeftEdge = Texture {
}
BottomRightCorner = Texture {
}
}
(*temporary) = "OptionsButtonTemplate"
Can it be fixed, or can I do something to get this addon working?
-
View User Profile
-
Send Message
Posted Nov 1, 2024In reply to prickly_swartz3973074:
Edit HandyNotes_EditFrame.lua and
_either_ change line 7 from '100000' to '40401'
_or_ change lines 205 and 212 to just run 'UIPanelButtonTemplate' in either case.
It removes the error, but not sure if it fixes functionality, from the API documentation I've read it should. UIPanelButtonTemplate should be a 1:1 replacement for the deprecated OptionsButtonTemplate
-
View User Profile
-
Send Message
Posted Nov 1, 2024In reply to limbolainen: This helped, thank you :)
-
View User Profile
-
Send Message
Posted Oct 29, 2024Update for 11.0.5 please.
-
View User Profile
-
Send Message
Posted Oct 14, 2024Hello ! Do people have this working for Nazjatar? It's the only zone i have nothing displayed and i don't understand why. thanks !
-
View User Profile
-
Send Message
Posted Sep 25, 2024Hi,
Could you update it to the latest Classic Era Game Version of 1.15.4, since the addon is no longer working properly?
Would be awesome, thanks a lot in advance!
-
View User Profile
-
Send Message
Posted Sep 25, 2024In reply to maximus210793:
Yeah, it seems to completely break the map functionality.
Disabling HandyNotes fixed my problem at least
-
View User Profile
-
Send Message
Posted Sep 26, 2024In reply to Painstormx: until there's an official fix do this:
replace
HNEditFrame.okbutton = CreateFrame("Button", nil, HNEditFrame, WoW10 and "UIPanelButtonTemplate" or "OptionsButtonTemplate")
With:
HNEditFrame.okbutton = CreateFrame("Button", nil, HNEditFrame, "UIPanelButtonTemplate")
Replace:
HNEditFrame.cancelbutton = CreateFrame("Button", nil, HNEditFrame, WoW10 and "UIPanelButtonTemplate" or "OptionsButtonTemplate")
With:
HNEditFrame.cancelbutton = CreateFrame("Button", nil, HNEditFrame, "UIPanelButtonTemplate")
in the HandyNotes_EditFrame.lua
-
View User Profile
-
Send Message
Posted Sep 25, 2024hi, lua error on last patch on sod
3x CreateFrame(): Couldn't find inherited node "OptionsButtonTemplate"
[string "=[C]"]: ?
[string "=[C]"]: in function `CreateFrame'
[string "@HandyNotes/HandyNotes_EditFrame.lua"]:205: in main chunk
Locals:
(*temporary) = "Button"
(*temporary) = nil
(*temporary) = HNEditFrame {
BottomLeftCorner = Texture {
}
titleinputbox = EditBox {
}
descframe = Frame {
}
descscrollframe = HandyNotes_EditScrollFrame {
}
TopLeftCorner = Texture {
}
RightEdge = Texture {
}
desctext = FontString {
}
PixelSnapDisabled = true
continentcheckbox = CheckButton {
}
backdropInfo = <table> {
}
TopRightCorner = Texture {
}
icondropdown = HandyNotes_IconDropDown {
}
descinputbox = EditBox {
}
titleinputframe = Frame {
}
BottomEdge = Texture {
}
title = FontString {
}
TopEdge = Texture {
}
titleTexture = Texture {
}
titletext = FontString {
}
Center = Texture {
}
CloseButton = Button {
}
LeftEdge = Texture {
}
BottomRightCorner = Texture {
}
}
(*temporary) = "OptionsButtonTemplate"
-
View User Profile
-
Send Message
Posted Sep 25, 2024In reply to typhosy: Same thing in Classic Era. Doesn't appear to affect the HandyNotes NPCs.
-
View User Profile
-
Send Message
Posted Sep 26, 2024In reply to typhosy: until there's an official fix do this:
replace
HNEditFrame.okbutton = CreateFrame("Button", nil, HNEditFrame, WoW10 and "UIPanelButtonTemplate" or "OptionsButtonTemplate")
With:
HNEditFrame.okbutton = CreateFrame("Button", nil, HNEditFrame, "UIPanelButtonTemplate")
Replace:
HNEditFrame.cancelbutton = CreateFrame("Button", nil, HNEditFrame, WoW10 and "UIPanelButtonTemplate" or "OptionsButtonTemplate")
With:
HNEditFrame.cancelbutton = CreateFrame("Button", nil, HNEditFrame, "UIPanelButtonTemplate")
in the HandyNotes_EditFrame.lua
-
View User Profile
-
Send Message
Posted Sep 22, 2024Any way to enable tracking via clicking on minimap? Some icons reveal spawn locations when hovered over. Clicking them stickies the revealed points. However this only works when clicking on the World Map, not Minimap.
-
View User Profile
-
Send Message
Posted Sep 21, 2024No icons appear on the minimap at all, even with HandyNotes and associated packs being the only addons enabled.
-
View User Profile
-
Send Message
Posted Sep 17, 2024Sadly over half the extensions for this has not been updated for awhile and its the only map addon I use like this wish everyone would update
-
View User Profile
-
Send Message
Posted Aug 11, 2024Hi Xinhuan & Nevcairial
i put in an enhancement request in the issues and am wondering if there is a better way to contact with Enhancement Requests as there has been no response for a while
-
View User Profile
-
Send Message
Posted Aug 28, 2024https://github.com/Nevcairiel/HandyNotes/
-
View User Profile
-
Send Message
Posted Jul 29, 2024If you aren't seeing anything at all from any HandyNotes addons, the issue is Kaliel's Tracker Addon. Disable it and everything works. The same issue goes for if you see no map or quest markers from the game itself. It's because of Kaliel's Tracker Addon.
-
View User Profile
-
Send Message
Posted Aug 1, 2024In reply to SadboiYami: You my friend, are the hero, nobody knows he needed 🥹
Thank you very much for your comment! <3
-
View User Profile
-
Send Message
Posted Aug 12, 2024In reply to SadboiYami: JFC... thank you!
-
View User Profile
-
Send Message
Posted Jul 25, 2024Thanks for great addon.