Skip to content
Lori Krell edited this page Jul 6, 2020 · 10 revisions

Welcome to the HandyNotes - Warcraft Conquest (hn-wconquest) wiki!

Created and maintained by Sonceri of Moon Guard US. This is not perfect or a pro developer guide. But it does track how to update and add content to this addon.

See the topics in this guide to add content and map entries. The guide and content will expand as the addon grows!

Recommended Addons

Recommended Websites

Recommended Macros

To make life easier, create a macro in WoW and add it to your bars to get the coords of your precise location. Here is the macro:

/run z = C_Map.GetBestMapForUnit("player"); pos = C_Map.GetPlayerMapPosition(z,"player"); print(C_Map.GetMapInfo(z).name, math.ceil(pos.x*10000)/100, math.ceil(pos.y*10000)/100)

When clicked, it will display coordinates and zone. For example: Dragonblight 46.34 69.49. This is used when adding map points.

Icon List 1.0.1

About This Dork

I'm Sonceri MG-US Horde Hunter (also play Vailren, so many hunters). For art and twitter, I'm Loriolio, used to go by Yanamari. If you see the repo or follow my art, I am Lori Krell. Nice to meet ya!

I am a Senior Tech Writer at Riot Games, delving into API docs, how to guides, etc. Been playing WoW since vanilla beta. Been writing addons only since June 2020. Been DMing and writing with Warcraft Conquest for almost a year. I love graphics, art, and now building ingame stuff for DMs and Players!

My GOAL: TRP3 Extended Campaigns + HandyNotes maps working together to give players incredible experiences!

How the Sausage is Made