Close
Showing results 1 to 5 of 5
  1. #1

    Default Report player away macro

    Alright, I need a macro to report someone away at once, so I don't have to scroll through my guys manually as it takes sooo long,

    I was suggested this one and tried it but it didn't work . , found here

    /run ReportPlayerIsPVPAFK("target")

    http://wowprogramming.com/docs/api/ReportPlayerIsPVPAFK


    what am I typing wrong?

  2. #2
    Member JohnGabriel's Avatar
    Join Date
    Oct 2008
    Location
    Seattle Washington, USA
    Posts
    2272

  3. #3

    Default

    yeah, it was removed. using it will actually flag you for a GM review now, so don't even play with it. (and yes, i know this.)

    this was the macro i had to get rid of AFKs on 40 man bgs:

    /script local a,b = UnitName("target"); if (b==nil) then ReportPlayerIsPVPAFK(a); else ReportPlayerIsPVPAFK(a.."-"..b); end

    all you did was target with lead, assist, and spam, in seconds you would flag as AFK, if you kept spamming in 10 seconds it would 100% of the time drop the player from the bg, even if they were being attacked, or attacking themselves like most modern bots do. i used to run a 3x heal team on 40 man bgs, and i would usually single handedly clean the bg of bots.



    Blizzard removed it when multiboxers began abusing it to get rid of people they didn't like. i even had one known boxer report AFK my team once.. -.-' so much for sticking together... then they wonder why they removed /follow on bgs...

    anyway the script was so broken you would get removed from the bg even if you where actively attacking someone and in combat... crazy. blizzard decided to block the scrip usage, instead of fixing their algorithm. :blizzard:

  4. #4

    Default

    Quote Originally Posted by CMKCot View Post
    Blizzard removed it when multiboxers began abusing it to get rid of people they didn't like.
    and ppl still wonder why the community is so upset about the multiboxers
    | Keyclone + AHK | Alliance | EU | PvE |

  5. #5

    Default

    Quote Originally Posted by CMKCot View Post
    Blizzard removed it when multiboxers began abusing it to get rid of people they didn't like. i even had one known boxer report AFK my team once.. -.-' so much for sticking together... then they wonder why they removed /follow on bgs...
    Where do you see that was reporting for afk by multiboxers is why this change was made?

Posting Rules

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