File Details
R1.99387 - Retail, Classic MoP, Anniversary, and Classic Era
- R
- Mar 31, 2026
- 2.93 MB
- 31.8K
- 12.0.1+3
- Classic + 3
File Name
Guild_Roster_Manager_R1.99387.zip
Supported Versions
- 12.0.1
- 5.5.3
- 2.5.5
- 1.15.8
VERSION 1.99387 - March 31st, 2026
- Minor update for some public access use API to edit the custom note. New API is here:
GRM_API.EditCustomNote
GRM_API.EditCustomNote( player_name , new_note , replace_existing , Skip_log_entry )
Example Usage:
GRM_API.EditCustomNote("Arkaan-Area52", "Discord: Arkaan")
or
GRM_API.EditCustomNote("Arkaan-Zul'jin", "I am fully replacing any existing Custom Note", true, false)
The 3rd argument just leave empty or set to false and the note will append to the existing note only, not overwrite. Otherwise, set to true if you wish to overwrite full, like in the example.
The 4th argument you can set to true if you don't want it to add a log entry. If you are mass updating players in the guild, maybe you don't want it to just spam your log with those changes, so I included the option to bypass.
Please note, the name has to be perfectly formatted with the Blizz style of server formatting on the backend, which means no spaces, no hyphens. If you want, you can use this script here to learn how to properly format your player names:

