-겨손 신청 매크로

/run local id, _, active, cq, start, _ = GetWorldPVPAreaInfo(1) if active then print("Wintergrasp in progress") else print("Wintergrasp starts in " .. SecondsToTime(start) .. ".") end;if cq then BattlefieldMgrQueueRequest(id) end;

-톨바 신청 매크로

/run local id, _, active, cq, start, _ = GetWorldPVPAreaInfo(2) if active then print("Tol Barad in progress") else print("Tol Barad starts in " .. SecondsToTime(start) .. ".") end;if cq then BattlefieldMgrQueueRequest(id) end;

-겨손 톨바 신청 취소 매크로

/click QueueStatusMinimapButton
/click DropDownList1Button2