1. #1

    This ones an ask about some old school macro's random BG related

    Back in TBC there was a macro that worked wonders for random BG's.

    It looked at the sub-location from the area map and you could spam "incoming" etc messages. Anyone know how you'd do it now?

    it produced a message something like:

    "<insert text> at Stables!" or "<insert text> at Blacksmith!" was a very simple one liner but I don't seem to have it in any of my old installs now.
    Quote Originally Posted by Boubouille
    I knew it would be useful to be french at some point.
    Quote Originally Posted by xxAkirhaxx
    just get a mac. It's like sleeping with a fat chick to avoid STD's.

  2. #2
    Quote Originally Posted by mercutiouk View Post
    Back in TBC there was a macro that worked wonders for random BG's.

    It looked at the sub-location from the area map and you could spam "incoming" etc messages. Anyone know how you'd do it now?

    it produced a message something like:

    "<insert text> at Stables!" or "<insert text> at Blacksmith!" was a very simple one liner but I don't seem to have it in any of my old installs now.
    Slacker! Never heard of such a macro, would be cool tho I guess

  3. #3
    something like this maybe:

    Code:
    /run local zone=GetSubZoneText(); SendChatMessage("Incoming at "..zone, "BATTLEGROUND",,);

  4. #4
    Deleted
    Code:
    /run SendChatMessage(("Incoming at %s"):format(GetSubZoneText()),"BATTLEGROUND")
    Replace GetSubZoneText with GetMinimapZoneText if needed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •