Skip to content

location command

kbranch edited this page Jun 20, 2023 · 4 revisions

The location command indicates Link's current coordinates and map.

Direction: autotracker -> Magpie

Properties

  • refresh - Whether Magpie should refresh the UI immediately after receipt. Generally disabled for performance when sending multiple commands back to back
  • room - The ID of the room that Link is currently in. Should match the room IDs listed on Artemis251's awesome map collection
  • x - The tile (16px wide) Link is standing on, from the left edge
  • y - The tile (16px high) Link is standing on, from the top edge
  • drawFine - Whether the tile coordinates should be used when calculating Link's position. Added for backwards compatibility in v1.11.

Example

{
   "type":"location",
   "refresh":true,
   "room":"0xB1",
   "x":8,
   "y":2,
   "drawFine":true
}
Clone this wiki locally