MRTNoteImporter

MRTNoteImporter

24.5k Downloads

Project at Github

A frequent problem my guild has was importing and exporting Method Raid Tools notes. This simple addon provides the capability to do so, using JSON as an interchange format.


To use, run `/mrtni`.

  • Then, paste JSON into the window and click "Set Notes".
  • If you wish instead to export the current notes, you can click "Fetch Notes" and copy the results.

    The JSON is a simple dictionary, with the keys as Note Names, and the Values as the Note Strings.

Example JSON.


{
"1 - Anub": "Kill big undead thing",
"2 - Grand Widow": "Kill woman and worshipers",
"3 - Maexxna": "Kill big spider thing"
}