Skip to content

TRP3_API.r.sendMSPQuery(unitID)

Renaud "Ellypse" Parize edited this page May 31, 2019 · 1 revision

Send a Mary Sue Protocol request to a target. If the target is available, it will respond with updates for its MSP profile.

TRP3_API.r.sendMSPQuery(unitID);

Argument

  • unitID UnitID : the target to use (player, target, pet, focus, playerName-RealmWithoutSpaces etc.)

Required modules

Example

Send a specific user a request for updates about their MSP profile :

TRP3_API.r.sendMSPQuery("Telkostrasz-KirinTor");

See also

TRP3_API.r.sendQuery(unitID)

Clone this wiki locally