Page 1 of 1

Pickpocket macro ?

PostPosted: Sun Mar 22, 2015 4:04 pm
by Sponza
I've been looking around for some Pickpocket macro but without any luck. I'm interested in auto-loot, clear target or adding the spell on openers such as Garrote or Cheap Shot. Does anyone know some that could share, even something that could come in handy that I didn't mentioned, would be great if someone could help :)
Also I've been wondering whats the respawn time of the pickpocket loot from the mobs?

Re: Pickpocket macro ?

PostPosted: Mon Mar 23, 2015 8:37 am
by Nozdormus
Hello! there is no pickpocket macro. Blizzard add autoloot pickpocket only in BC.

Re: Pickpocket macro ?

PostPosted: Mon Mar 23, 2015 10:14 am
by whissper
Well, try this one:
Code: Select all
/script local a;CastSpellByName('Pick Pocket');a=GetNumLootItems();for i=1,a,1 do LootSlot(i);end


P.S. this method is not safe enough. Just "raw sketch of code".

Re: Pickpocket macro ?

PostPosted: Mon Mar 23, 2015 2:20 pm
by Sponza
whissper wrote:Well, try this one:
Code: Select all
/script local a;CastSpellByName('Pick Pocket');a=GetNumLootItems();for i=1,a,1 do LootSlot(i);end


P.S. this method is not safe enough. Just "raw sketch of code".


I've tried it now and it seems to be working exactly as the spell itself. If this was suppose to be an auto-loot macro do I need to change some controls for it to work ?

Re: Pickpocket macro ?

PostPosted: Mon Mar 23, 2015 2:37 pm
by whissper
not sure if this part of code: ... a=GetNumLootItems();for i=1,a,1 do LootSlot(i);end works as it's supposed to (i.e. loot every available slot one by one)

Re: Pickpocket macro ?

PostPosted: Mon Mar 23, 2015 5:33 pm
by whissper
Well function "LootSlot( i )", where "i" is a slot number, doesn't work on vanilla :)

Re: Pickpocket macro ?

PostPosted: Mon Mar 23, 2015 8:42 pm
by Sponza
whissper wrote:Well function "LootSlot( i )", where "i" is a slot number, doesn't work on vanilla :)

Sad to hear that, thanks for trying though ;)

Re: Pickpocket macro ?

PostPosted: Fri Mar 27, 2015 5:11 pm
by picartman
Just wanted to add that the macro Pocket Helper does get enabled on Nost, but it doesn't auto loot either. A macro would be better though.

Re: Pickpocket macro ?

PostPosted: Mon Mar 30, 2015 6:37 pm
by kennyfury93
Has anyone been able to figure out a working fix to this?

Re: Pickpocket macro ?

PostPosted: Sun Jan 17, 2016 12:50 am
by Youfie
Sadly it doesn't seem to be doable in 1.12, according to such sources :

http://www.wowinterface.com/forums/arch ... -1936.html

http://www.wowinterface.com/forums/arch ... t-725.html

:'(

If anyone has a workaround, please share :)