PDA

View Full Version : Report player away macro



JuV-CRiMiNaL
11-29-2014, 07:57 PM
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?

JohnGabriel
11-29-2014, 10:24 PM
Removed in 5.1 it looks like.

http://us.battle.net/wow/en/forum/topic/7199033486

CMKCot
11-30-2014, 04:27 AM
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. :D



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... :rolleyes:

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:

Asterix
11-30-2014, 04:49 AM
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 :mad:

HPAVC
12-01-2014, 12:14 AM
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... :rolleyes:

Where do you see that was reporting for afk by multiboxers is why this change was made?